Why is Google PageRank not showing after redirecting www to non www?

Why is Google PageRank not showing after redirecting www to non www? - If a page has internal and external outgoing links to redirecting URLs, it’s returning 3xx (301, 302, etc.) HTTP status codes standing for redirection. This issue means that the page does not exist on a permanent or temporary basis. It appears on most of the popular web browsers, usually caused by a misconfigured website. However, there are some steps you can take to ensure the issue isn’t on your side. You can find more details about redirecting URLs by reading the Google Search Central overview. In this article, we’ll go over how you can fix the Why is Google PageRank not showing after redirecting www to non www? error on your web browser. Problem :


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]

Solution :

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.


We hope that this article has helped you resolve the redirects, pagerank, http error in your web browsers. Enjoy browsing the internet uninterrupted!

Comments

Popular posts from this blog

Redirected urls show in serp, with the original permalink but with the title and meta of the target page

How can I redirect everything but the index as 410?

How do I redirect traffic only if being accessed from a specific port?