The Canonicalization Problem
When creating websites one thing you should pay attention to is the URL which users are using to get to it. What you may not know is that there are actually 4 different URLs that could be used to get to the same page. Google sees this as 4 different URLs and 4 different pages when in fact it is only one. One of them will rank higher in Google than the rest. Google calls this the canonicalization problem.
These all go to the exact same page:
http://www.entrepreneurswealth.com/2007/04/
http://erikkarey.com/2007/04/
http://www.entrepreneurswealth.com/2007/04
http://erikkarey.com/2007/04
Besides being ranked higher on one URL than the others, the other problem that can occur is in link building. Let’s say you get a nice link on a PR7 website? Well that is only going to improve one of the links, not all four. The good news is that this can easily be fixed for all four cases in a matter of seconds.
Open (or create) an .htaccess file and enter the following into it. Be sure to replace erikkarey.com with your domain of course.
Options +Indexes
Options +FollowSymLinks
RewriteEngine on
RewriteCond %{HTTP_HOST} ^myblog\.com
RewriteRule ^(.*)$ http://www.myblog.com/$1 [R=permanent,L]RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_URI} !(.*)/$
RewriteRule ^(.*)$ http://www.myblog.com/$1/ [L,R=301]
Save the .htaccess file and then upload it to your server and that’s all! Now all your links will go to: http://www.entrepreneurswealth.com/2007/04/
Good Luck!
Popularity: 4% [?]
If you like this post please Subscribe to my RSS Feed
Add This Blog Post to Other Sites:

Related Posts:
Should You Pick Topics You Love or What Pays Best?
Overcome Project Fear, Start Your Project Today!
Can You Make Money with Facebook?
Subscribe
Sponsors
Popular Posts
Categories
Top Commentators
Recent Readers
My Roomie @ Blog Weekends
Post a Comment »
Comment Guidelines
- Mybloglog Avatars are enabled
- DoFollow is Enabled
- Hyperlinks are automatically generated.
- <em>italic</em>
- <strong>bold</strong>
Recently
Recent Comments
- Government Grants Truth: To be honest, my hardest objective is to stay foc...
- ficken: Thanks for the good read. Large projects should b...
- oyun: I completely agree that there is more than just S...
- oyun: Thanks for just information, I was looking so far...
- nuchot: thanks for info..i just started with cp...







No comments
Jump to comment form | comments rss [?] | trackback uri [?]