Skip to main content

SEO advice: url canonicalization

Popularity Report

Total Popularity Score: 0

Loading...
Loading...
Loading...
Loading...
Loading...
Loading...

Rank

Bookmark History

Saved by 20 people (-5 private), first by anonymouse user on 2006-03-02


Public Sticky notes

You can make your webserver so that if someone requests http://example.com/, it does a 301 (permanent) redirect to http://www.example.com/

Highlighted by dcorking

Q: So how do I make sure that Google picks the url that I want?
A: One thing that helps is to pick the url that you want and use that url consistently across your entire site.

Highlighted by neerajk

Q: Is there anything else I can do?
A: Yes. Suppose you want your default url to be http://www.example.com/ . You can make your webserver so that if someone requests http://example.com/, it does a 301 (permanent) redirect to http://www.example.com/ . That helps Google know which url you prefer to be canonical. Adding a 301 redirect can be an especially good idea if your site changes often (e.g. dynamic content, a blog, etc.).

Highlighted by neerajk