Removing www from domain name

slim_dusty

BANNED
Joined
Jun 5, 2011
Messages
404
Reaction score
116
I've got a website that's a few years old, got all backlinks to http://www.mydomain.com.

I want to change the current site to a wordpress self hosted site. Wordpress automatically removes the www and redirects to http://mydomain.com

What impact will removing the www have on my rankings. Will the backlinks for http://www.mydomain count towards the http://mydomain. Should I continue to build backlinks to http://www.mydomain or change over to http://mydomain.

Has anyone had any experiences with ranking or indexing issues after dropping the www?

Thanks and would really appreciate anyone's help
 
Just do a redirect, the backlink value will carry over.

If you're dropping the www, make absolute sure that a site doesn't show www in url when you type in www. yoursite .com

When building backlinks, it's a good idea anyway to modify your link structure between having www and not (among other variations) because that looks more 'natural'
 
if your website was having www then don't remove that redirection now.

and wordpress don't remove www actually! you can just go to General settings and change the URL to full one. e.g.
Code:
http://abc.com/ to http://www.abc.com/
in WordPress Address (URL) box.
 
You need to do a 301 permanent redirect with your .htaccess file. Search it on google.
 
you can do it from webmasters account. first do it from webmasters account. Set priority URL to without www And then redirect URL from www to without www URL.

Its how it is done..
 
Back
Top