www and non www version help!

3 replies
  • SEO
  • |
great- i just discovered, after trying and trying to get more pages crawled and indexed by google- that my www version of the site has 8 pages indexed and hundreds of backlinks, but my non www version has hundreds of indexed pages and NO BACKLINKS. is this affecting my serp position?


what does google see? if i started getting backlinks for non www version, would it push up?

should i set a preferred domain in webmaster tools?

really really would appreciate some help

thanks,
Kelly
#version #www
  • Profile picture of the author shaktimaan
    Originally Posted by ktrainer View Post

    should i set a preferred domain in webmaster tools?
    Yes set your preferred domain and optimize only one version. After that google will only show preferred version.
    Signature

    Shaktimaan

    {{ DiscussionBoard.errors[2150316].message }}
    • Profile picture of the author Lemints
      Originally Posted by shaktimaan View Post

      Yes set your preferred domain and optimize only one version. After that google will only show preferred version.
      I would add a 301 redirect in the htaccess file as well.
      {{ DiscussionBoard.errors[2153245].message }}
  • Profile picture of the author RedEvo
    Code:
    RewriteEngine On 
    RewriteCond %{HTTP_HOST} ^domain.co.uk
    RewriteRule (.*) http://www.domain.co.uk/$1 [R=301,L]
    d
    {{ DiscussionBoard.errors[2153312].message }}

Trending Topics