|
|
|
|
|
by JoshTriplett
5291 days ago
|
|
> - Potentially destroys popularity rankings in search engines because there are multiple addresses for every page. One popular site instead looks like two less-popular sites. Certainly you should never make both www and non-www work without redirecting one to the other. Personally, I redirect www to non-www for every domain I control. However, redirecting non-www to www at least makes both names work. |
|
If two paths actually work, then invariably some web sites will choose to link to your page with http://xyz.com/foo/bar/baz.html and other sites will choose to link with http://www.xyz.com/foo/bar/baz.html. Each version of the URL has its own "referrer count" in a search engine, making the page seem less popular overall.
While search engines could do extra work to identify URLs that are aliases of one another, they're not obligated to do that. And even if a search engine does what you want, other tools may still be confused by duplicate paths (e.g. an archiving system or other link crawler).