Issue with www and non www

4 replies
  • SEO
  • |
After doing a analysis on my website I found that www and non www versions are treated differently now.

I have checked non www version has less backlinks and when checking for backlinks it says that error and have no backlinks

When I check with www it shows 840 backlinks

so main question is should I forward non www to www or vice versa

in google search when keyword is searched website is on 3rd page but the url is without www.

Please help





Duplicate Content (www redirect)Error Found
What we found:Wait! We're detecting that you're not redirecting the non-www version of your website to the www version (or vice versa). By not doing so, you're creating essentially two versions of your website that can confuse the search engines when it comes time to rank your site.
Effects on traffic:Smaller infractions of duplicate content, like the www redirect (the one we're looking for here) can have a moderate impact on traffic. You may see after doing the proper 301 redirect from www to non-www (or vice versa) will result in moderately better rankings. Actual duplicate content, where you post the exact content on two different websites for instance, have a much higher impact. It is highly likely only one of those sites will rank with the content, and a small chance that both will not rank at all. Avoid duplicate content!
#issue #www
  • Profile picture of the author aliduncan
    Yeah it would be beneficial to redirect the non-www version to the www version.

    You can do so fairly easily by putting the following code in to the .htaccess file of your website:

    RewriteEngine On
    RewriteCond %{HTTP_HOST} !^www\.
    RewriteRule ^(.*)$ http://www.%{HTTP_HOST}/$1 [R=301,L]
    {{ DiscussionBoard.errors[8001774].message }}
    • Profile picture of the author raviv
      Your non-www version is the root domain URL and the www version is a sub-domain of your root domain.

      Since you have stated that your non-www version is ranking on page 3, you would be well off redirecting your www version to the non-www version of your site, ie. http://www.abc.com to http://abc.com

      This way, whatever backlink profile your www version has earned will now be redirected to the non-www version.

      The content duplication is occurring at the domain level and this redirect will ensure that you do not have two versions of the home page for your site.

      You can redirect using .htaccess file as specified by previous poster. The easier way would be to login to your Google Webmasters account and specify that you would like your non-www version to be the default domain address. Hope this helps.
      {{ DiscussionBoard.errors[8003482].message }}
  • Profile picture of the author wlasikiewicz
    Thanx for letting me know about this, i wondered why my blogs didnt have the www.
    {{ DiscussionBoard.errors[8003497].message }}
  • Profile picture of the author BenQ
    I use the htaccess hack on all my sites, but if it's wordpress that's now taken care of in the settings I hear.
    {{ DiscussionBoard.errors[8004075].message }}

Trending Topics