Search Engine Optimization
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsWeb DesignSearch Engine Optimization

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old December 4th, 2006, 12:03 PM
njcallen's Avatar
njcallen njcallen is offline
Essentials and Non-Essentials.
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Oct 2003
Location: USA
Posts: 489 njcallen User rank is Sergeant (500 - 2000 Reputation Level)njcallen User rank is Sergeant (500 - 2000 Reputation Level)njcallen User rank is Sergeant (500 - 2000 Reputation Level)njcallen User rank is Sergeant (500 - 2000 Reputation Level)njcallen User rank is Sergeant (500 - 2000 Reputation Level) 
Time spent in forums: 2 Days 14 h 52 m 7 sec
Reputation Power: 16
Multiple domains with same content

Hey,

I was wondering if having different named domains coming up in Google with the same content will cause problems. This is the situation - we have many domain names that are misspelled versions of the correct one and are simply redirected to the main (correct) one.

However, I just did a search and all of the domains are coming up and in Google caching the content as if it belongs to that domain.

Will this effect our correct domain in anyway?

Any ideas on how to prevent this? But still keeping the misspelled domains and re-directing to the correct one?

Thanks for any advice.

Nathan

Reply With Quote
  #2  
Old December 4th, 2006, 08:22 PM
jabba_29's Avatar
jabba_29 jabba_29 is offline
Back in HEL
Dev Shed God 8th Plane (8500 - 8999 posts)
 
Join Date: Feb 2002
Location: Finland
Posts: 8,936 jabba_29 User rank is General 11st Grade (Above 100000 Reputation Level)jabba_29 User rank is General 11st Grade (Above 100000 Reputation Level)jabba_29 User rank is General 11st Grade (Above 100000 Reputation Level)jabba_29 User rank is General 11st Grade (Above 100000 Reputation Level)jabba_29 User rank is General 11st Grade (Above 100000 Reputation Level)jabba_29 User rank is General 11st Grade (Above 100000 Reputation Level)jabba_29 User rank is General 11st Grade (Above 100000 Reputation Level)jabba_29 User rank is General 11st Grade (Above 100000 Reputation Level)jabba_29 User rank is General 11st Grade (Above 100000 Reputation Level)jabba_29 User rank is General 11st Grade (Above 100000 Reputation Level)jabba_29 User rank is General 11st Grade (Above 100000 Reputation Level)jabba_29 User rank is General 11st Grade (Above 100000 Reputation Level)jabba_29 User rank is General 11st Grade (Above 100000 Reputation Level)jabba_29 User rank is General 11st Grade (Above 100000 Reputation Level)jabba_29 User rank is General 11st Grade (Above 100000 Reputation Level)jabba_29 User rank is General 11st Grade (Above 100000 Reputation Level)  Folding Points: 57777 Folding Title: Beginner FolderFolding Points: 57777 Folding Title: Beginner FolderFolding Points: 57777 Folding Title: Beginner Folder
Time spent in forums: 4 Months 6 h 55 m 19 sec
Reputation Power: 1700
Send a message via ICQ to jabba_29 Send a message via AIM to jabba_29 Send a message via MSN to jabba_29 Send a message via Yahoo to jabba_29 Send a message via Google Talk to jabba_29 Send a message via Skype to jabba_29
Facebook
I think you should really set up 301 redirects from your misspelt domains to the correct one.
You can achieve this using mod_rewrite if you are hosted on apache...
__________________
Cheers,

Jamie

# mdb4u | mobile movie database | Please help to test and promote
# skiFFie | Home of the 'accessibility module' for Drupal
# Jamie Burns [me] Accessibility Module [drupal]
# guidelines | search | wap resources | not getting help | fold to cure

__________________

Let the might of your compassion arise to bring a quick end
to the flowing stream of the blood and tears .....
Please hear my anguished words of truth.



__________________

Reply With Quote
  #3  
Old December 4th, 2006, 08:45 PM
njcallen's Avatar
njcallen njcallen is offline
Essentials and Non-Essentials.
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Oct 2003
Location: USA
Posts: 489 njcallen User rank is Sergeant (500 - 2000 Reputation Level)njcallen User rank is Sergeant (500 - 2000 Reputation Level)njcallen User rank is Sergeant (500 - 2000 Reputation Level)njcallen User rank is Sergeant (500 - 2000 Reputation Level)njcallen User rank is Sergeant (500 - 2000 Reputation Level) 
Time spent in forums: 2 Days 14 h 52 m 7 sec
Reputation Power: 16
Quote:
Originally Posted by jabba_29
I think you should really set up 301 redirects from your misspelt domains to the correct one.
You can achieve this using mod_rewrite if you are hosted on apache...


Google would detect this and not think that it is duplicate content then?

This is the current code I have (thanks to Jharnois )

Code:
RewriteCond %{HTTP_HOST} !www\.example\.com$ [NC]
RewriteRule ^(.*)$ http://www.example.com/$1 [R=301,L]


I think this is a 301 redirect already, right?

Reply With Quote
  #4  
Old December 5th, 2006, 04:22 AM
ankky75's Avatar
ankky75 ankky75 is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Sep 2006
Posts: 113 ankky75 User rank is Corporal (100 - 500 Reputation Level)ankky75 User rank is Corporal (100 - 500 Reputation Level)ankky75 User rank is Corporal (100 - 500 Reputation Level)ankky75 User rank is Corporal (100 - 500 Reputation Level) 
Time spent in forums: 1 Day 2 h 28 m 5 sec
Reputation Power: 6
Yes, you're right. It's a 301 redirect.

Reply With Quote
  #5  
Old December 5th, 2006, 08:19 PM
OhioAdnet OhioAdnet is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Dec 2006
Posts: 19 OhioAdnet User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 4 h 3 m 52 sec
Reputation Power: 0
No it will not

Hi, No having aliases will not effect your main domain name or web page. Remember your main point was to have misspellings redirected to your main web page.

Marlon


Quote:
Originally Posted by njcallen
Hey,

I was wondering if having different named domains coming up in Google with the same content will cause problems. This is the situation - we have many domain names that are misspelled versions of the correct one and are simply redirected to the main (correct) one.

However, I just did a search and all of the domains are coming up and in Google caching the content as if it belongs to that domain.

Will this effect our correct domain in anyway?

Any ideas on how to prevent this? But still keeping the misspelled domains and re-directing to the correct one?

Thanks for any advice.

Nathan

Reply With Quote
  #6  
Old December 5th, 2006, 08:25 PM
njcallen's Avatar
njcallen njcallen is offline
Essentials and Non-Essentials.
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Oct 2003
Location: USA
Posts: 489 njcallen User rank is Sergeant (500 - 2000 Reputation Level)njcallen User rank is Sergeant (500 - 2000 Reputation Level)njcallen User rank is Sergeant (500 - 2000 Reputation Level)njcallen User rank is Sergeant (500 - 2000 Reputation Level)njcallen User rank is Sergeant (500 - 2000 Reputation Level) 
Time spent in forums: 2 Days 14 h 52 m 7 sec
Reputation Power: 16
Is this certain?

I remember back in the day - there were many theories that it caused problems or Google gave a page less PR because there were many other websites with the same content?

Has this been theorized or proven to be incorrect?

Cheers.

Reply With Quote
  #7  
Old December 15th, 2006, 07:52 AM
rehash rehash is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Nov 2005
Posts: 164 rehash User rank is Sergeant (500 - 2000 Reputation Level)rehash User rank is Sergeant (500 - 2000 Reputation Level)rehash User rank is Sergeant (500 - 2000 Reputation Level)rehash User rank is Sergeant (500 - 2000 Reputation Level)rehash User rank is Sergeant (500 - 2000 Reputation Level) 
Time spent in forums: 11 h 25 m 35 sec
Reputation Power: 9
even if you don't redirect, google should detect and filter out duplicates, but if your site is new and not very trusted you could get penalized
__________________
Content Rewrite Project | Busybits Web Directory | Names Dir

Reply With Quote
Reply

Viewing: Dev Shed ForumsWeb DesignSearch Engine Optimization > Multiple domains with same content


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 5 hosted by Hostway
Stay green...Green IT