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.

Post New Thread Reply

Register GFY Rules Calendar Mark Forums Read
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >
Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed.

 
Thread Tools
Old 10-03-2007, 11:51 AM   #1
Vendot
Confirmed User
 
Industry Role:
Join Date: May 2002
Location: Malaysia
Posts: 3,376
Is It Better To Link Without WWW.

If youre getting links to your site, it better to give your url as:

(1) http://www.domain.com

or

(2) http://domain.com

Anyone have an authoritative answer on this?

As far as i understand it, logically you get the same PR either way but in example 2 you increase the prioritization that google might give to the keyword(s) of your domain because every other domain has www. in it. Maybe thats not the way google looks at it.... any ideas?
__________________
"In a Time of Universal Deceit, Telling the Truth is a Revolutionary Act." - George Orwell
Vendot is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 10-03-2007, 11:56 AM   #2
WiredGuy
Pounding Googlebot
 
Industry Role:
Join Date: Aug 2002
Location: Canada
Posts: 34,482
Being consistent is better. It makes no difference but once you start with a linking format, stick to it. Having it mixed will likely split up the number of links until Google sees the two sites as the same.
WG
__________________
I play with Google.
WiredGuy is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 10-03-2007, 12:29 PM   #3
Altheon
Confirmed User
 
Altheon's Avatar
 
Join Date: May 2004
Posts: 506
To add to what WG said. Which ever you choose make sure to 301 redirect to the other to avoid the duplicate content penalty.
Altheon is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 10-03-2007, 12:33 PM   #4
Az A Bay Bay
Confirmed User
 
Join Date: Sep 2007
Posts: 1,129
whtevR yall think
__________________

Home of Ed Powers and america's next hot pornstar
Az A Bay Bay is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 10-03-2007, 03:10 PM   #5
Vendot
Confirmed User
 
Industry Role:
Join Date: May 2002
Location: Malaysia
Posts: 3,376
Quote:
Originally Posted by Altheon View Post
To add to what WG said. Which ever you choose make sure to 301 redirect to the other to avoid the duplicate content penalty.
im confused... why would you redirect one to the other?
__________________
"In a Time of Universal Deceit, Telling the Truth is a Revolutionary Act." - George Orwell
Vendot is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 10-03-2007, 03:14 PM   #6
Porko
SeeMyBucks.com
 
Porko's Avatar
 
Industry Role:
Join Date: Sep 2002
Location: USA
Posts: 4,014
its the same i think..
__________________
Porko is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 10-03-2007, 03:16 PM   #7
directfiesta
Too lazy to set a custom title
 
directfiesta's Avatar
 
Industry Role:
Join Date: Oct 2002
Location: Montreal, Quebec
Posts: 29,679
Quote:
Originally Posted by Porko View Post
its the same i think..

Yes... and no.

As an example for NO, if you install a SSL on domain.com, but your surfer comes from www.domain.com. it will show as unsecure and coming from a different site....
__________________
I know that Asspimple is stoopid ... As he says, it is a FACT !

But I can't figure out how he can breathe or type , at the same time ....
directfiesta is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 10-03-2007, 03:17 PM   #8
Flynn
pr0's goat screwed me
 
Industry Role:
Join Date: Jan 2002
Location: Seattle
Posts: 2,083
Quote:
Originally Posted by vendot View Post
im confused... why would you redirect one to the other?
because places like yahoo will penalize you for having duplicate content out there.
__________________
blah blah blah
Flynn is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 10-03-2007, 03:18 PM   #9
xsabn
Confirmed User
 
xsabn's Avatar
 
Industry Role:
Join Date: Feb 2007
Location: 203-069-778
Posts: 2,815

Quote:
im confused... why would you redirect one to the other?

add these lines in your .htaccess if you want your http://yourdomain.com to become http://www.yourdomain.com

Code:
Options +FollowSymLinks 
RewriteEngine on 
RewriteCond %{HTTP_HOST} ^yourdomain.com [NC] 
RewriteRule ^(.*)$ http://www.yourdomain.com/$1 [L,R=301]

Last edited by xsabn; 10-03-2007 at 03:21 PM..
xsabn is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 10-03-2007, 03:20 PM   #10
V_RocKs
Damn Right I Kiss Ass!
 
Industry Role:
Join Date: Dec 2003
Location: Cowtown, USA
Posts: 32,409
Consistency is the key.
V_RocKs is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 10-03-2007, 03:22 PM   #11
JamesK
hi
 
Industry Role:
Join Date: Jun 2002
Posts: 16,731
Quote:
Originally Posted by xsabn View Post
add these lines in your .htaccess if you want your http://yourdomain.com to become http://www.yourdomain.com

Code:
Options +FollowSymLinks 
RewriteEngine on 
RewriteCond %{HTTP_HOST} ^yourdomain.com [NC] 
RewriteRule ^(.*)$ http://www.yourdomain.com/$1 [L,R=301]
Thanks but does that not conflict with subdomains?
__________________
M3Server - NATS Hosting
JamesK is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 10-03-2007, 03:26 PM   #12
xsabn
Confirmed User
 
xsabn's Avatar
 
Industry Role:
Join Date: Feb 2007
Location: 203-069-778
Posts: 2,815
Quote:
Originally Posted by JamesK View Post
Thanks but does that not conflict with subdomains?
nope

you can even make your http://subdomain.domain.com to redirect on http://www.subdomain.domain.com (if this make you happy ) or vice versa.
xsabn is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 10-03-2007, 05:27 PM   #13
Vick!
Confirmed User
 
Industry Role:
Join Date: Nov 2005
Location: 20 00'24.00" N, 75 09'00.00 W
Posts: 6,882
Quote:
Originally Posted by vendot View Post
im confused... why would you redirect one to the other?
To make sure the link juice to the one is properly passed to the other one. Its like funneling PR (and other link benefits) of both www. and non-www. version to the one you choose.
__________________
Affordable Quality Web Hosting
Vick! is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 10-03-2007, 05:44 PM   #14
StarkReality
Confirmed User
 
StarkReality's Avatar
 
Join Date: May 2004
Location: 4 8 15 16 23 42
Posts: 4,444
Quote:
Originally Posted by xsabn View Post
add these lines in your .htaccess if you want your http://yourdomain.com to become http://www.yourdomain.com

Code:
Options +FollowSymLinks 
RewriteEngine on 
RewriteCond %{HTTP_HOST} ^yourdomain.com [NC] 
RewriteRule ^(.*)$ http://www.yourdomain.com/$1 [L,R=301]
Exactly ! It works the other way round as well. Whatever you do, make sure you have one standard definition for every domain, because getting www.domain.com and domain.com indexed means duplicate content that can easily hurt your rankings. Just one "wrong" link without the code above in your .htaccess could mess with your SE traffic.

I personally prefer the www.domain.com, surfers are used to www, although it is, technically seen, a subdomain of domain.com.
StarkReality is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 10-04-2007, 01:20 AM   #15
Vendot
Confirmed User
 
Industry Role:
Join Date: May 2002
Location: Malaysia
Posts: 3,376
OK so using this rewrite code, what do i need to do to make sure all my PR goes to domain.com

What is the code i need to put and where does it go?
__________________
"In a Time of Universal Deceit, Telling the Truth is a Revolutionary Act." - George Orwell
Vendot is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 10-05-2007, 07:22 AM   #16
Vick!
Confirmed User
 
Industry Role:
Join Date: Nov 2005
Location: 20 00'24.00" N, 75 09'00.00 W
Posts: 6,882
Quote:
Originally Posted by vendot View Post
OK so using this rewrite code, what do i need to do to make sure all my PR goes to domain.com

What is the code i need to put and where does it go?
Are you sure you want all your PR goes to domain.com but not www.domain.com?

If so,

(www to non-www version)

Code:
RewriteEngine On
RewriteCond %{HTTP_HOST} ^www\.domain\.com$ [NC]
RewriteRule ^(.*)$ http://domain.com/$1 [R=301,L]
If you need reverse of this,

(non-www to www version)

Code:
RewriteEngine On
RewriteCond %{HTTP_HOST} ^domain.com
RewriteRule (.*) http://www.domain.com/$1 [R=301,L]
__________________
Affordable Quality Web Hosting
Vick! is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 10-05-2007, 07:24 AM   #17
JamesK
hi
 
Industry Role:
Join Date: Jun 2002
Posts: 16,731
Cool thanks a lot guys, finally a thread that's worth being bookmarked
__________________
M3Server - NATS Hosting
JamesK is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Post New Thread Reply
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >

Bookmarks
Thread Tools



Advertising inquiries - marketing at gfy dot com

Contact Admin - Advertise - GFY Rules - Top

©2000-, AI Media Network Inc



Powered by vBulletin
Copyright © 2000- Jelsoft Enterprises Limited.