Mobile app version of vmapp.org
Login or Join
Karen161

: Why is Google PageRank not showing after redirecting www to non www? I have a fashion website. I had redirected my domain http:// (non-www) to http://www domain and my preferred domain in Google

@Karen161

Posted in: #Http #NoWww #Pagerank #Redirects

I have a fashion website. I had redirected my domain (non-www) to www domain and my preferred domain in Google Webmaster Tools was www.
Now I have redirected www to domain and have changed my prefered domain as well.

Now Google PageRank is not showing for even a single page. Would any body please help me and let me know if I have done something wrong?

Below is my .htaccess redirect code:

RewriteBase /
RewriteRule ^index.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
RewriteCond %{HTTP_HOST} ^www.deemasfashion.com$
RewriteRule ^deemasfashion.com/?(.*)$ deemasfashion.com/ [R=301,L]
RewriteCond %{THE_REQUEST} ^[A-Z]{3,9} /index.html HTTP/
RewriteRule ^index.html$ deemasfashion.com/ [R=301,L]
RewriteRule ^index.htm$ deemasfashion.com/ [R=301,L]

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Karen161

1 Comments

Sorted by latest first Latest Oldest Best

 

@Heady270

Pagerank checkers get their data based on the "toolbar pagerank" that is published by Google. When changing your URLs, the data won't show up in the Pagerank checkers until Google updates this data.

Google typically updates this data every three or four months. Unfortunately, the process for updating this data broke at Google and they are not planning to fix it soon. The last Pagerank update was in February 2013 and they don't expect another one until at least sometime in 2014.

Internally, Google is still evaluating inbound links to your site. I have seen no evidence that shows that Google is unable to assign link value to sites internally for ranking purposes.

Having no Pagerank showing is not harming your site in any way. It is just an unfortunate side effect of Google not refreshing the data that they usually provide about Pagerank.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme