Old 12-01-2008, 08:48   #1 (permalink)
directgolf
Registered User
 
Join Date: Jan 2008
Posts: 34
Send a message via Skype™ to directgolf
stupid question can u help

Hi Fellas
Please excuse my stupidness but would appreciate it if you could answer a couple of questions for me?

1. for seo purposes i understand the more links you have coming into your site and the less you have going out is better for you, so does google adwords decrease your seo or will it improve it coz it is a google programme?
2. when i type in site:www.directblahblahblahblah....... (my site) i get 71 pages found however when i type in site:directgohjsahjkhdkj........ it finds 120 pages roughly, why is this is it common? is it anything to worry about???

Cheers fellas apologies again for not knowing but its driving me mad???
  Reply With Quote
Old 12-01-2008, 13:57   #2 (permalink)
pgo
Senior Member
 
Join Date: Jan 2005
Posts: 12,340
Google says that AdWords do not influence your search rankings. However, they have ads on all search pages.

On the second part, as far as I know, "www" is a subdomain, so Google is probably indexing two separate sets of content which is probably neither bad nor good. You'd do well, I think, to force either "www" or "no-www" via htaccess (there's tons of tutorials on that). Personally, I force "no-www" on all my personal sites.

You can post your actual URL, you know.
  Reply With Quote
Old 12-01-2008, 14:42   #3 (permalink)
directgolf
Registered User
 
Join Date: Jan 2008
Posts: 34
Send a message via Skype™ to directgolf
nice one pgo just being doing my head will look into the now
cheers again!!!!!
  Reply With Quote
Old 12-01-2008, 15:29   #4 (permalink)
iblastoff
gotsa a malanga!
 
iblastoff's Avatar
 
Join Date: Apr 2006
Location: ottawa, canada
Posts: 489
Quote:
Originally Posted by pgo
Google says that AdWords do not influence your search rankings. However, they have ads on all search pages.

On the second part, as far as I know, "www" is a subdomain, so Google is probably indexing two separate sets of content which is probably neither bad nor good. You'd do well, I think, to force either "www" or "no-www" via htaccess (there's tons of tutorials on that). Personally, I force "no-www" on all my personal sites.

You can post your actual URL, you know.

i would say the double indexing is definitely bad. duplicate content on what is seen as two different locations (subdomain) probably means you're competing ranking with yourself.
__________________
  Reply With Quote
Old 12-01-2008, 18:40   #5 (permalink)
pgo
Senior Member
 
Join Date: Jan 2005
Posts: 12,340
I would imagine, though, that Google is aware of the "www/no-www" issue and doesn't penalise such duplicate content.
  Reply With Quote
Old 12-01-2008, 19:26   #6 (permalink)
roto
Floating libation anyone?
 
roto's Avatar
 
Join Date: Apr 2003
Location: El Barco del Amor
Posts: 4,639
Send a message via AIM to roto Send a message via Yahoo to roto
Quote:
Originally Posted by pgo
I would imagine, though, that Google is aware of the "www/no-www" issue and doesn't penalise such duplicate content.
Maybe it's an exercise in futility, but I redirect to the www just to be safe for all sites via:

Code:
RewriteEngine on RewriteCond %{HTTP_HOST} ^domain\.com [NC] RewriteRule ^(.*) http://www.domain.com/ [L,R]

Great stuff from Google on duplicate content here:

Official Google Webmaster Central Blog: Deftly dealing with duplicate content
__________________
fun: HGC v.4 | last.fm: DT | me | oi! f*ck u roto: ...via meebo!

New to interweb design? Your friends at dt can help.
  Reply With Quote
Old 12-01-2008, 20:45   #7 (permalink)
pgo
Senior Member
 
Join Date: Jan 2005
Posts: 12,340
Quote:
Originally Posted by roto
Maybe it's an exercise in futility, but I redirect to the www just to be safe for all sites via:

Code:
RewriteEngine on RewriteCond %{HTTP_HOST} ^domain\.com [NC] RewriteRule ^(.*) http://www.domain.com/ [L,R]

Great stuff from Google on duplicate content here:

Official Google Webmaster Central Blog: Deftly dealing with duplicate content
I totally agree, but I generally redirect to no-www.

Code:
RewriteEngine on RewriteBase / RewriteCond %{HTTP_HOST} ^www\.domain\.com$ RewriteRule (.*) http://domain.com/$1 [R=Permanent]
  Reply With Quote
Old 12-01-2008, 23:20   #8 (permalink)
roto
Floating libation anyone?
 
roto's Avatar
 
Join Date: Apr 2003
Location: El Barco del Amor
Posts: 4,639
Send a message via AIM to roto Send a message via Yahoo to roto
6 of one, 1/2 dozen of the other, maybe? Personal preference, I guess. If you're consistent, that should be all that (mostly) matters.
__________________
fun: HGC v.4 | last.fm: DT | me | oi! f*ck u roto: ...via meebo!

New to interweb design? Your friends at dt can help.
  Reply With Quote
Old 13-01-2008, 10:18   #9 (permalink)
directgolf
Registered User
 
Join Date: Jan 2008
Posts: 34
Send a message via Skype™ to directgolf
Cheers fellas learnt a lot
there was option in my google webmasters tools to only find www. or without so that has cleared that one up for me.
nice one
  Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search


Contact Us - Web Design Forums - Archive - Top
Search Engine Optimization by vBSEO 3.0.0 RC8