The with WWW and without WWW question- I need help

1 replies
  • SEO
  • |
I just noticed that my website was not in the search engine for my main keyword and then i typed in the website directly on google and i noticed that the homepahe was without the "www" while some other pages had "www" in them.

I want to know what could be the cause of this and it's implication to my search engine rankings.
#question #www
  • Profile picture of the author dmtaylor247
    When I click on this link it's not redirecting to your www. domain, you need to do this to clear up any confusion with duplicate content issues.

    If you have more decent links to the naked domain then Google will show that. You need to update your .htaccess file with the following code:

    Code:
    RewriteEngine On RewriteCond %{HTTP_HOST} !^www. RewriteRule ^(.*)$ http://www.%{HTTP_HOST}/$1 [R=301,L]
    {{ DiscussionBoard.errors[6529910].message }}

Trending Topics