Change registred domain in google SERP

by Wi
2 replies
  • SEO
  • |
Hey,

I have a site which I'm working on.. the problem is that I have build backlinks for the website: http://mysite.com ... but in the searchengine google caught http://www.mysite.com !!

I KNOW that www.mysite.com is different than mysite.com .. So how can change this.. should I do this in webmaster tools?
#change #domain #google #registred #serp
  • Profile picture of the author Brad Callen
    Yep, go ahead and set a primary version in Webmaster tools. Next, you can set up a 301 redirect for the www-version to redirect into the non-www version.

    If you already have a .htaccess file on the root directory,

    Add:

    (Be sure to substitute “example.com” with your own website information but touch nothing else)

    RewriteEngine On
    RewriteCond %{HTTP_HOST} ^www.example.com
    RewriteRule (.*) http://example.com/$1 [R=301,L]


    Some SEO veterans are saying this isn't really necessary these days because Google is much better at handling both versions. But it's not something I will stop recommending until I am certain that this is the case.
    Signature
    iWriter.com - The Original Content Creation Service. Now with over 350,000 active writers. Let us write or re-write your articles, eBooks, blog posts and more... for as little as $1.25! 3,711,814 articles written to date!
    {{ DiscussionBoard.errors[2623316].message }}
  • Profile picture of the author flipfl0p
    Originally Posted by Wi View Post

    Hey,

    I have a site which I'm working on.. the problem is that I have build backlinks for the website: http://mysite.com ... but in the searchengine google caught http://www.mysite.com !!

    I KNOW that www.mysite.com is different than mysite.com .. So how can change this.. should I do this in webmaster tools?

    just to add maybe you know this already. Only build backlinks on one of these 2...
    Signature

    FlipBox

    30 days of Solid Foundation that Hootsuite and All automation can't do!
    Attention! This offer is only limited to 10 copies/orders monthly!
    (will create a Warrior thread in 2 weeks)
    {{ DiscussionBoard.errors[2623347].message }}

Trending Topics