Apr
7th

Mystery of the Google PageRank Solved

Just for the heck of it, tonight I checked my Google Pagerank again at Popuri… sure enough it was the big goose egg. Zero. Zilch. Nada. Out of curiosity, I entered http://www.douglaskarr.com instead of http://marketingtechblog.com… and voila! There it was in all of it’s glory! PageRank = 3 with 1,050 backlinks to my site.

This is a little bizarre to me because I signed up (free) on Google Webmasters and set my primary domain with the www, not without. So I really have no idea why that setting is even in there.

So… I did a few things tonight to try to ensure that I have consistency throughout the way my domain is called internal to my site:

  1. I cleared my preference on Google Webmaster and again submitted that my primary domain should utilize the www.
  2. I set my htaccess file to redirect any requests from http://douglaskarr.com to http://marketingtechblog.com. Be sure to edit your existing .htaccess file if it exists (it may be hidden from your FTP client):

    RewriteEngine On
    RewriteBase /
    RewriteCond %{HTTP_HOST}
    ^douglaskarr.com$ [NC]
    RewriteRule ^(.*)$ http://marketingtechblog.com/$1 [L,R=301]

    (Edited: 4/11/07)

  3. I did a search and replace in MySQL to ensure that my domain was always referenced with the www. I updated both my posts table and my comments table (for the URL):

    UPDATE `wp_posts` set `post_content` = replace(`post_content`,'http://douglaskarr.com','http://marketingtechblog.com')

Perhaps this was a waste of time, but I figure it's not going to actually hurt anything. Any thoughts from our SEO experts out there?

  • hi guys!
    I'm also having some redirection troubles... i'm trying to redirect http://www.servicedecalculatoare.com.ro to http://www.ctromania.ro but it seems that whatever i do, the server won't redirect me. I;ve tryed the .htaccess file redirect and a php script, but nothing. what do you suggest?
  • never mind, i did it! :D thanks anyway
  • I checked my pagerank with and without the www and it gave the same results, so I don't think my web site is suffering a split personallity! I guess that is a good thing. If I do a search in Google for my posts they all come back without the www.

    I think I'll leave things as they are. Dabbling can be a dangerous thing :-)
  • Switch to Blogger ;-0
  • Boo! :)
blog comments powered by Disqus