hello everyone. i have all my sites listed as site.com in search engines. i see i am almost the only one, other sites are listed www.site.com. is better with or without www, or it doesnt matter? thanks in advance for any answers and wish you best with your sites!
seo q: site.com or www.site.com?
Collapse
X
-
it doesnt matter which one is indexed but only one of them should be indexed and 301 redirect the other one, including index.php etc...Comment
-
thank you, so without 301 redir i can be penalized for duplicated content or something ... ? and is it in all search engines the same, i mean in yahoo, google and bing is it the same? just cause i have some domains targetted only at bing and yahoo so not sure if i have to 301 all my domains ... but this answer was all i needed already, thank you much!
Comment
-
I don't think you get penalized for duplication content with this issue, SE aren't dumb
but the link juice will get spread on 2-3 pages instead of only one, think about people linking to your site, they just put the link the way they want with www or not.Comment
-
ok thank you i got it, i dont have any links comming inside only from my servers and i am always making them in the same way, without www ... so looks like i dont need to change anything ... thank you much and wish you best with your sites!
Comment
-
This should avoid duplicate content problems:
RewriteCond %{HTTP_HOST} !^www\.[a-z-]+\.[a-z]{2,6} [NC]
RewriteCond %{HTTP_HOST} ([a-z-]+\.[a-z]{2,6})$ [NC]
RewriteRule ^(.*)$ http://www.%1/$1 [R=301,L]
RewriteCond %{REQUEST_URI} ^/index\.(php|htm|html)$
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^(.*)$ / [L,R=301]Comment
-
either will do, but which ever you pick, force the other to the one you pickSince 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence.

My Latest ThemeComment
-
this is just too complicated... it could be done in much easier way...This should avoid duplicate content problems:
RewriteCond %{HTTP_HOST} !^www\.[a-z-]+\.[a-z]{2,6} [NC]
RewriteCond %{HTTP_HOST} ([a-z-]+\.[a-z]{2,6})$ [NC]
RewriteRule ^(.*)$ http://www.%1/$1 [R=301,L]
RewriteCond %{REQUEST_URI} ^/index\.(php|htm|html)$
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^(.*)$ / [L,R=301]
Sig for sale. Affordable prices. Contact me and get a great deal ;)
My contact:
ICQ: 944-320-46
e-mail: manca {AT} HotFreeSex4All.comComment

Comment