In Google Webmaster Central, I have decided that my search results will be shown as non-www but I also decided that my site redirects to www. Will this be a problem for my seo.
Tell me more
×
Webmasters Stack Exchange is a question and answer site for
pro webmasters. It's 100% free, no registration required.
|
|
no. there is no problem SEO-wise. in the WMT you can set which url will be displayed (in your case: the non-www url). just make sure to handle redirects the appropriate way. via .htacces you would need to set up the following:
this will redirect all incoming traffic from "yoururl.com" to "www.yoururl.com". |
|||
|
|
|
foo.bar and www.foo.bar would show as separate sites if not done properly. are you handling the redirect through a DNS cname or a 301 redirect? |
|||
|
|