|
|
|
||||
|
Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact us. |
![]() |
|
|||||||
| Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed. |
|
|
Thread Tools |
|
|
#1 |
|
Confirmed User
Join Date: Mar 2002
Posts: 1,130
|
Preferred domain with google tools
have you guys setup your stuff so that both www and no-www is the same site ?
some days my site is www and some days its not .. at google results what do you guys recommend ? to add Preferred domain ?
__________________
"where ever you go..there you are." |
|
|
|
|
|
#2 |
|
Confirmed User
Industry Role:
Join Date: May 2006
Posts: 1,892
|
i think that www is better
|
|
|
|
|
|
#3 |
|
Confirmed User
Join Date: Mar 2002
Posts: 1,130
|
well.. me to
but i get results from both variations so if i change to one as default i am afraid that i will loose all listings...
__________________
"where ever you go..there you are." |
|
|
|
|
|
#4 |
|
Confirmed User
Join Date: Mar 2007
Posts: 165
|
prefered domain thing is mostly for sorting out the duplicate content issue.
for example, your site might respond to www.abc.com/1.html and abc.com/1.html and xcv.abc.com/1.html with the same file. google thinks you're duplicating the same content on 3 subdomains. so by setting that you tell google which one is the correct copy which one is the duplicate to ignore. if I were you I'd check my backlinks and currently indexed pages at google and choose the subdomain that is most indexed and backlinked. this way you wouldn't lose your PR and indexed pages for the ones that you didn't choose.
__________________
webgeek
|
|
|
|
|
|
#5 | |
|
Confirmed User
Join Date: Mar 2002
Posts: 1,130
|
Quote:
but some also to nowww so if i choose www , will google drop the pages with nowww i have listed in the serps ? and also not count the back links i have to the nowww ?
__________________
"where ever you go..there you are." |
|
|
|
|
|
|
#6 |
|
Confirmed User
Join Date: May 2004
Posts: 506
|
That is a nice tool but why don't you just sort it out automatically with .htaccess
Code:
Options +FollowSymLinks
RewriteEngine on
RewriteCond %{HTTP_HOST} ^YOURDOMAIN.com [NC]
RewriteRule ^(.*)$ http://www.YOURDOMAIN.com/$1 [L,R=301]
|
|
|
|
|
|
#7 | |
|
Confirmed User
Join Date: Mar 2007
Posts: 165
|
Quote:
www one will be considered the original and nowww will be ignored. [if you don't do this google will consider your nowww as a duplicate content]
__________________
webgeek
|
|
|
|
|
|
|
#9 |
|
Confirmed User
Join Date: May 2004
Location: 4 8 15 16 23 42
Posts: 4,444
|
|
|
|
|