Webmaster Forum


Go Back   Webmaster Forum > Marketing Forums > SEO Forum
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

SEO Forum Search engine optimization discussions.

   

Reply
 
LinkBack Thread Tools Display Modes
Old 05-18-2006, 10:20 AM   #1 (permalink)
Inactive
 
gfriedm1's Avatar
 
Join Date: 02-20-06
Location: Boston, Ma
Posts: 368
iTrader: 0 / 0%
Latest Blog:
None

gfriedm1 is a jewel in the roughgfriedm1 is a jewel in the roughgfriedm1 is a jewel in the roughgfriedm1 is a jewel in the roughgfriedm1 is a jewel in the roughgfriedm1 is a jewel in the roughgfriedm1 is a jewel in the roughgfriedm1 is a jewel in the rough
www.domain.com vs domain.com

Quote:
One very common place to look for this error is on a site's homepage - oftentimes, a website will have the same content on http://www.url.com, http://url.com, and http://www.url.com/index.html. That separation alone can cause lost link value and severely damage rankings for the site's homepage. If you find many links outside the site pointing to both the non-www and the www version, it may be wise to use a 301 re-write rule to affect all pages at one so they point to the other.
I got that from a tutorial someone posted on SEOmoz.org.
http://www.seomoz.org/articles/bg4.php#4e

is this ture? does this mean that i should have a redirect on for when someone goes to domain.com, that it will automaticlly bring them to www.domain.com? the same true for www.domain.com/index.html?
gfriedm1 is offline  
Add Post to del.icio.us
Reply With Quote
Old 05-18-2006, 12:09 PM   #2 (permalink)
Individualist
 
John Scott's Avatar
 
Join Date: 09-27-03
Location: Japan, mostly
Posts: 42,521
iTrader: 3 / 100%
Latest Blog:
Google????

John Scott is supreme webmaster materialJohn Scott is supreme webmaster materialJohn Scott is supreme webmaster materialJohn Scott is supreme webmaster materialJohn Scott is supreme webmaster materialJohn Scott is supreme webmaster materialJohn Scott is supreme webmaster materialJohn Scott is supreme webmaster materialJohn Scott is supreme webmaster materialJohn Scott is supreme webmaster materialJohn Scott is supreme webmaster material
Send a message via AIM to John Scott Send a message via Yahoo to John Scott
Yes, it's true. Pick a URL and stick with it.
John Scott is offline  
Add Post to del.icio.us
Reply With Quote
Old 05-18-2006, 12:34 PM   #3 (permalink)
Inactive
 
gfriedm1's Avatar
 
Join Date: 02-20-06
Location: Boston, Ma
Posts: 368
iTrader: 0 / 0%
Latest Blog:
None

gfriedm1 is a jewel in the roughgfriedm1 is a jewel in the roughgfriedm1 is a jewel in the roughgfriedm1 is a jewel in the roughgfriedm1 is a jewel in the roughgfriedm1 is a jewel in the roughgfriedm1 is a jewel in the roughgfriedm1 is a jewel in the rough
so should i be putting redirects on the domain.com to www.domain.com?

v7n.com and www.v7n.com are two different sites. one does not automatically redirect you to the other.

can that be counted as duplicate content?
gfriedm1 is offline  
Add Post to del.icio.us
Reply With Quote
Old 05-18-2006, 04:22 PM   #4 (permalink)
Individualist
 
John Scott's Avatar
 
Join Date: 09-27-03
Location: Japan, mostly
Posts: 42,521
iTrader: 3 / 100%
Latest Blog:
Google????

John Scott is supreme webmaster materialJohn Scott is supreme webmaster materialJohn Scott is supreme webmaster materialJohn Scott is supreme webmaster materialJohn Scott is supreme webmaster materialJohn Scott is supreme webmaster materialJohn Scott is supreme webmaster materialJohn Scott is supreme webmaster materialJohn Scott is supreme webmaster materialJohn Scott is supreme webmaster materialJohn Scott is supreme webmaster material
Send a message via AIM to John Scott Send a message via Yahoo to John Scott
I could be, but I haven't had any issues with it yet.

It helps to use absolute URLs.
John Scott is offline  
Add Post to del.icio.us
Reply With Quote
Old 05-18-2006, 04:44 PM   #5 (permalink)
v7n Mentor
 
Aviva's Avatar
 
Join Date: 05-02-06
Posts: 496
iTrader: 1 / 100%
Aviva is a highly respected web proAviva is a highly respected web proAviva is a highly respected web proAviva is a highly respected web proAviva is a highly respected web proAviva is a highly respected web proAviva is a highly respected web proAviva is a highly respected web proAviva is a highly respected web proAviva is a highly respected web proAviva is a highly respected web pro
You can just use mod rewrite to do this.

For instance, to create a .htaccess file that re-directs all non-www pages to www pages, use:

AddType application/x-httpd-php .php .htm .html
RewriteEngine On
RewriteCond %{HTTP_HOST} !^www\.avivadirectory.com
RewriteRule (.*) http://www.avivadirectory.com/$1 [R=301,L]

Obviously, change the site name to your own, otherwise you'll be redirecting your site to mine.
__________________
Submit your site to AvivaDirectory.com | Indian Domains
Aviva is offline  
Add Post to del.icio.us
Reply With Quote
Old 05-19-2006, 08:00 AM   #6 (permalink)
Inactive
 
gfriedm1's Avatar
 
Join Date: 02-20-06
Location: Boston, Ma
Posts: 368
iTrader: 0 / 0%
Latest Blog:
None

gfriedm1 is a jewel in the roughgfriedm1 is a jewel in the roughgfriedm1 is a jewel in the roughgfriedm1 is a jewel in the roughgfriedm1 is a jewel in the roughgfriedm1 is a jewel in the roughgfriedm1 is a jewel in the roughgfriedm1 is a jewel in the rough
now that would be a great way to get traffic. redirect everyone to your site!

so i guess what i am gathering, is that it is not hurting my site with duplicate content and there is just no need to do it.

how would i be able to tell if i was being penalized for dup content??
gfriedm1 is offline  
Add Post to del.icio.us
Reply With Quote
Old 05-19-2006, 02:53 PM   #7 (permalink)
v7n Mentor
 
Aviva's Avatar
 
Join Date: 05-02-06
Posts: 496
iTrader: 1 / 100%
Aviva is a highly respected web proAviva is a highly respected web proAviva is a highly respected web proAviva is a highly respected web proAviva is a highly respected web proAviva is a highly respected web proAviva is a highly respected web proAviva is a highly respected web proAviva is a highly respected web proAviva is a highly respected web proAviva is a highly respected web pro
Quote:
Originally Posted by gfriedm1
now that would be a great way to get traffic. redirect everyone to your site!

so i guess what i am gathering, is that it is not hurting my site with duplicate content and there is just no need to do it.

how would i be able to tell if i was being penalized for dup content??
This might change your mind:
http://www.threadwatch.org/node/2817
__________________
Submit your site to AvivaDirectory.com | Indian Domains
Aviva is offline  
Add Post to del.icio.us
Reply With Quote
Old 05-22-2006, 10:20 PM   #8 (permalink)
Inactive
 
DotZero's Avatar
 
Join Date: 05-22-06
Location: Brisbane, Australia
Posts: 57
iTrader: 0 / 0%
DotZero is liked by somebodyDotZero is liked by somebodyDotZero is liked by somebodyDotZero is liked by somebodyDotZero is liked by somebody
Send a message via MSN to DotZero Send a message via Skype™ to DotZero
I don't think you will be penalised for duplicate content for having both www.example.com/some-page.html and example.com/some-page.html.

I have seen occurances where the same page had different page rank for both the www and the non-www version of the site, which is annoying seeing as you cannot control how people link to your website. That said, you should always been consistant in how you link to your website. Choose 1 method and stick to it.

Here is a little quote from matt cutts about url canonicalization

Quote:
Q: What is a canonical url? Do you have to use such a weird word, anyway?
A: Sorry that it’s a strange word; that’s what we call it around Google. Canonicalization is the process of picking the best url when there are several choices, and it usually refers to home pages. For example, most people would consider these the same urls:

* www.example.com
* example.com/
* www.example.com/index.html
* example.com/home.asp

But technically all of these urls are different. A web server could return completely different content for all the urls above. When Google “canonicalizes” a url, we try to pick the url that seems like the best representative from that set.
To be on the safe side, and avoid confusing google, you may want to do a 302 redirect from the non-www to the www anyway.
DotZero is offline  
Add Post to del.icio.us
Reply With Quote
Old 05-22-2006, 10:53 PM   #9 (permalink)
Southern Brat
 
Cricket's Avatar
 
Join Date: 10-13-03
Location: Texas
Posts: 15,974
iTrader: 0 / 0%
Cricket is supreme webmaster materialCricket is supreme webmaster materialCricket is supreme webmaster materialCricket is supreme webmaster materialCricket is supreme webmaster materialCricket is supreme webmaster materialCricket is supreme webmaster materialCricket is supreme webmaster materialCricket is supreme webmaster materialCricket is supreme webmaster materialCricket is supreme webmaster material
Quote:
Originally Posted by DotZero
To be on the safe side, and avoid confusing google, you may want to do a 302 redirect from the non-www to the www anyway.
Actually a 301 redirect is generally considered correct for this and as mentioned by Aviva, it is usually easiest to do with a mod rewrite.
__________________
GNC Web Creations - Free Search Engine Optimization Training Class
Website Development Training - Website Development Training Blog

What are you waiting for? Submit your site to directory.v7n.com today!
Cricket is online now  
Add Post to del.icio.us
Reply With Quote
Old 05-23-2006, 08:40 AM   #10 (permalink)
Inactive
 
gfriedm1's Avatar
 
Join Date: 02-20-06
Location: Boston, Ma
Posts: 368
iTrader: 0 / 0%
Latest Blog:
None

gfriedm1 is a jewel in the roughgfriedm1 is a jewel in the roughgfriedm1 is a jewel in the roughgfriedm1 is a jewel in the roughgfriedm1 is a jewel in the roughgfriedm1 is a jewel in the roughgfriedm1 is a jewel in the roughgfriedm1 is a jewel in the rough
what is the difference between a 301 redirect, and a 302 redirect?
gfriedm1 is offline  
Add Post to del.icio.us
Reply With Quote
Old 05-23-2006, 11:44 PM   #11 (permalink)
Southern Brat
 
Cricket's Avatar
 
Join Date: 10-13-03
Location: Texas
Posts: 15,974
iTrader: 0 / 0%
Cricket is supreme webmaster materialCricket is supreme webmaster materialCricket is supreme webmaster materialCricket is supreme webmaster materialCricket is supreme webmaster materialCricket is supreme webmaster materialCricket is supreme webmaster materialCricket is supreme webmaster materialCricket is supreme webmaster materialCricket is supreme webmaster materialCricket is supreme webmaster material
See Here

301 is a permanent redirect
302 is a temporary redirect

Google recommends the use of a 301 redirect which can be accomplished with a mod rewrite for the situation we have been discussing.
__________________
GNC Web Creations - Free Search Engine Optimization Training Class
Website Development Training - Website Development Training Blog

What are you waiting for? Submit your site to directory.v7n.com today!
Cricket is online now  
Add Post to del.icio.us
Reply With Quote
Old 05-24-2006, 10:34 AM   #12 (permalink)
v7n Mentor
 
Aviva's Avatar
 
Join Date: 05-02-06
Posts: 496
iTrader: 1 / 100%
Aviva is a highly respected web proAviva is a highly respected web proAviva is a highly respected web proAviva is a highly respected web proAviva is a highly respected web proAviva is a highly respected web proAviva is a highly respected web proAviva is a highly respected web proAviva is a highly respected web proAviva is a highly respected web proAviva is a highly respected web pro
Quote:
Originally Posted by Aviva
You can just use mod rewrite to do this.

For instance, to create a .htaccess file that re-directs all non-www pages to www pages, use:

AddType application/x-httpd-php .php .htm .html
RewriteEngine On
RewriteCond %{HTTP_HOST} !^www\.avivadirectory.com
RewriteRule (.*) http://www.avivadirectory.com/$1 [R=301,L]

Obviously, change the site name to your own, otherwise you'll be redirecting your site to mine.
Someone pointed out to me that the first line of code is unnecessary. That's right - sorry about that, I had it in there for something else.
__________________
Submit your site to AvivaDirectory.com | Indian Domains
Aviva is offline  
Add Post to del.icio.us
Reply With Quote
Old 05-28-2006, 06:28 PM   #13 (permalink)
v7n Mentor
 
BingoBalls's Avatar
 
Join Date: 12-31-05
Posts: 1,143
iTrader: 0 / 0%
BingoBalls is a highly respected web proBingoBalls is a highly respected web proBingoBalls is a highly respected web proBingoBalls is a highly respected web proBingoBalls is a highly respected web proBingoBalls is a highly respected web proBingoBalls is a highly respected web proBingoBalls is a highly respected web proBingoBalls is a highly respected web proBingoBalls is a highly respected web proBingoBalls is a highly respected web pro
Great discussion folks and this is exactly what I was looking for with my new project - the V7 forum was my first place to check for the answer
__________________
Geansai Gorm Ireland
BingoBalls is offline  
Add Post to del.icio.us
Reply With Quote
Old 05-28-2006, 11:12 PM   #14 (permalink)
Individualist
 
John Scott's Avatar
 
Join Date: 09-27-03
Location: Japan, mostly
Posts: 42,521
iTrader: 3 / 100%
Latest Blog:
Google????

John Scott is supreme webmaster materialJohn Scott is supreme webmaster materialJohn Scott is supreme webmaster materialJohn Scott is supreme webmaster materialJohn Scott is supreme webmaster materialJohn Scott is supreme webmaster materialJohn Scott is supreme webmaster materialJohn Scott is supreme webmaster materialJohn Scott is supreme webmaster materialJohn Scott is supreme webmaster materialJohn Scott is supreme webmaster material
Send a message via AIM to John Scott Send a message via Yahoo to John Scott
301 is the way to go.
John Scott is offline  
Add Post to del.icio.us
Reply With Quote
Old 05-29-2006, 01:53 AM   #15 (permalink)
v7n Mentor
 
Manish Pandey's Avatar
 
Join Date: 03-17-06
Location: http://www.SEOmegacorp.com/blog/
Posts: 1,443
iTrader: 7 / 100%
Manish Pandey is a highly respected web proManish Pandey is a highly respected web proManish Pandey is a highly respected web proManish Pandey is a highly respected web proManish Pandey is a highly respected web proManish Pandey is a highly respected web proManish Pandey is a highly respected web proManish Pandey is a highly respected web proManish Pandey is a highly respected web proManish Pandey is a highly respected web proManish Pandey is a highly respected web pro
Send a message via AIM to Manish Pandey Send a message via Yahoo to Manish Pandey Send a message via Skype™ to Manish Pandey
I found a good tutorial on the mod_rewrite at http://forums.searchenginewatch.com/...ead.php?t=3925 hope you find it useful...

Manish
__________________
I LOVE V7N
Manish Pandey is offline  
Add Post to del.icio.us
Reply With Quote
Go Back   Webmaster Forum > Marketing Forums > SEO Forum

Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Transfer of Wordpress.com domain to personal domain for adding adsense,paid posts,JV amIT Blogging Forum 3 02-04-2008 10:56 PM
Yahoo domain name registration, be careful, you may loose your domain name viswablr Domain Name Forum 5 10-08-2007 09:37 AM
2 Domain For Sale. 3 Letter Domain + Video Site Domain elemanyak Domains 0 12-02-2006 05:48 PM


Sponsor Links
Get exposure! Get exposure! Find Scripts Web Hosting Directory Get exposure! SEO Blog


All times are GMT -7. The time now is 03:32 AM.
© Copyright 2008 V7 Inc