Google passes link juice/authority/age/ranking strength (call it what you like) from one domain to another if you do a 301 redirect on it.
For the less tech savvy out there the 301 code means “permanently moved” and is a way to announce that your site that was once “here” is now “there”.
The upshot of this is that you can buy an aged domain and “301” it to the site you’re trying to rank instantly passing on all that lovely ranking power that it’s acquired just by sitting in some domain squatters account for 10 years.
Just make sure they do a domain push at the same registrar it was originally registered at or all these effects are lost.
Also, you have to wait up to 2 weeks to see the benefits. They are not instant!
What is rel="canonical"?
If you have two or more pages with similar content, you can tell Google which is your preferred page to show in the search engine results. This is referred to as your “canonical” page. If Google agrees this designated page is the best version, it will show this preferred page in its index.
To tell Google which page you want listed as the canonical page, add the following bit of code into the head section of the similar (non-canonical) pages:
<link rel="canonical" href="http://www.example.com/filename.html"/>
Naturally, you should replace the example.com/filename.html with your actual domain name and file name.
For example…
Example.com/file1.html is your preferred canonical page, the one you want displayed in the search engine results. You don’t have to add any tags to this site.
Example.com/file2.html and Example.com/file3.html have similar content to example.com/file1.html. As such, you’d place the canonical code within the <head> tag of these two sites to tell Google that example.com/file1.html is the most important page.
The most common reason to do this is to tell Google that these pages are all the same –
- Example.com
- www.example.com
- www.example.com/index.html
- Example.com/index.html
Don’t go overboard with this and certainly don’t use it on stuff like paginated comment pages because they are “similar” but contain the same post. They contain enough unique content to be treated as unique and Google will start to ignore your legitimate canonicals if it finds too many instances of you misusing it.
Yes, Google thinks it’s smarter than you, deal with it and move on.


0 comments:
Post a Comment