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 Webmaster Tools was http://www
.
Now I have redirected http://www
to http://
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/?(.*)$ http://deemasfashion.com/$1 [R=301,L]
RewriteCond %THE_REQUEST ^[A-Z]3,9 /index.html HTTP/
RewriteRule ^index.html$ http://deemasfashion.com/ [R=301,L]
RewriteRule ^index.htm$ http://deemasfashion.com/ [R=301,L]
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.
Comments
Post a Comment