Tag pagerank

False Statistics

Mar19

For some reason, searchstatus (the most useful firefox plugin, ever.) is displaying faux-pagerank for my page.

It’s stating that DaftSEO has a PageRank of four, when an external PageRank engine spits out a result of PR0.

What’s going on? Is Search Status displaying the fake Page Rank for you too?

Subscribe to Internet Marketing Strategy

TIP: Force "www" in URL with .htaccess

Dec5

This neat little trick will force all browsers that are trying to access your website from domain.com into a standardized gateway of www.domain.com for increased search engine consistency, as well as a consistent aesthetic appearance to regular users.

Add the following snippet of code to the .htaccess of your public html directory where you would like to use this.

RewriteEngine On
RewriteCond %{HTTP_HOST} !^www\.
RewriteCond %{HTTP_HOST} !^([^\.]+)\.your-website\.com
RewriteRule ^(.*)$ http://www.%{HTTP_HOST}/$1 [R=301,L]

Updated .htaccess to allow subdomains at the suggestion of Jim, The Blogaholic. If you don’t want this functionality, just remove the third line!

Voila, 301 forwarded to the same homepage every time!

(BTW, this also prevents having such a varying pagerank between domain.com and www.domain.com some of the time.)

Subscribe to Internet Marketing Strategy

Internet Marketing Strategy is powered by WordPress and FREEmium Theme.
developed by Dariusz Siedlecki and brought to you by FreebiesDock.com