Total Pageviews

Wednesday, January 18, 2017

Redirect Non-WWW To WWW


Redirect Non-WWW To WWW
searchengineoptimizationtopic.blogspot.com

Your web page most likely has canonicalization issues (particularly on the off chance that you have an online business site) and it may begin at the area level.

Basically,https://searchengineoptimizationtopic.blogspot.com/can be dealt with by Google as an alternate URL than http://wanderer web.co.uk/despite the fact that it's a similar page, and it can get significantly more convoluted.

Its idea REAL Pagerank can be weakened if Google gets befuddled about your URLs and talking essentially you don't need this PR weakened (in principle).

That is the reason many, including myself, divert non-www to www (or the other way around) if the site is on a Linux/Apache server


Options +FollowSymLinks

RewriteEngine on

RewriteCond %{HTTP_HOST} ^searchengineoptimizationtopic.blogspot.com [NC]


RewriteRule ^(.*)$ http://www.searchengineoptimizationtopic.blogspot.com/$1 [L,R=301]


Fundamentally, you are diverting all the Google juice to one authoritative variant of a URL.

In 2017 – this is a MUST HAVE best practice.

It keeps it basic when enhancing for Google. It ought to be noticed; it's staggeringly essential not to blend the two sorts of www/non-www on location while connecting your inner pages!

Note in 2017 Google asks you which space you like to set as your standard area in Google Webmaster Tools.

_searchengineoptimizationtopic.blogspot.com

No comments:

Post a Comment

Thanks for commenting my post