: Showing non www on Google but redirecting it to www 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
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 Will this be a problem for my seo.
More posts by @Berumen354
2 Comments
Sorted by latest first Latest Oldest Best
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:
RewriteEngine On
RewriteBase /
RewriteCond %{HTTP_HOST} ^yoururl.com [NC]
RewriteRule ^(.*)$ www.yoururl.com/ [L,R=301]
this will redirect all incoming traffic from "yoururl.com" to "www.yoururl.com".
foo.bar and foo.bar would show as separate sites if not done properly. are you handling the redirect through a DNS cname or a 301 redirect?
Terms of Use Create Support ticket Your support tickets Stock Market News! © vmapp.org2024 All Rights reserved.