Webmaster Forum
Go Back   Webmaster Forums UK SEO SEM Webmaster Community Forum - UKWW > Web Design and Website Development > Help and Tutorials for new Webmasters
Register FAQ Members List Downloads Calendar Today's Posts Webmaster Resources Webmaster Blogs

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 05-27-2008, 06:25 PM
Senior Member
 
Join Date: Jan 2007
Posts: 155
iTrader: 0 / 0%
Thanks: 0
Thanked 1 Time in 1 Post
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
pow-wow is on a distinguished road
Default 12 Ways Webmasters Create Duplicate Content

Quote:
Here are 12 ways people unintentionally create dupe content:

1) Build a site for the sole purpose of promoting affiliate offers, and use the canned text supplied by the agency managing the affiliate program.

2) Generate lots of pages with little unique text. Weak directory sites could be an example of this.

3) Use a CMS that allows multiple URLs to refer to the same content. For example, do you have a dynamic site where E-Commerce Hosting pulls up the exact same content as E-Commerce Hosting If so, you have duplicate content. This is made worse if your site actually refers to these pages using multiple methods. A surprising number of large sites do this.

4) Use a CMS that resolves sub domains to your main domain. As with the prior point, a surprising number of large sites have this problem as well.

5) Generate pages that differ only by simple word substitutions. The classic example of this is to generate pages for blue widgets for each state where the only difference between the pages is a simple word substitution (e.g. Alabama Blue Widgets, Arizona Blue Widgets, …).

6) Forget to implement a canonical redirect. For example, not 301 redirecting .com to .com (or vice versa) for all the pages on your site. Regardless of which form you pick to be the preferred form of URL for your site, someone out there will link to the other form, so implementing the 301 redirect will eliminate that duplicate content problem for you, as well as consolidate all the page rank from your inbound links.

7) Having your on site links back to your home page link to .com/index.html (or index.htm, or index.shtml, or …). Since most of the rest of the world will link to .com, you now have created duplicate content, and divided your page rank, if you have done this.

8) Implement printer pages, but not using robots.txt to keep them from being crawled.

9) Implement archive pages, but not using robots.txt to keep them from being crawled.

10) Using Session ID parameters on your URLs. This means every time the crawler comes to your site it thinks it is seeing different pages.

11) Implement parameters on your URLs for other tracking related purposes. One of the most popular is to implement an affiliate program. The search engine will see .com?affid=1234 as a duplicate of .com. This is made worse if you leave the “affid” on the URL throughout the user’s visit to your site. A better solution is to remove the ID when they arrive at the site, after storing the affiliate information in a cookie. Note that I have seen a case where an affiliate had a strong enough site that .com?affid=1234 started showing up in the search engines rather than .com (NOT good).

12) Implement a site where parameters on URLs are ignored. If you, or someone else, links to your site with a parameter on the URL, it will look like dupe content.
There are many ways that people intentionally create duplicate content, by various scraping techniques, but there is no need to cover that here.
Source: Ramblings About SEO Blog Archive 12 Ways Webmasters Create Duplicate Content
Digg this Post!Add Post to del.icio.usStumble this Post!Wong this Post!
Reply With Quote
  #2 (permalink)  
Old 05-28-2008, 01:28 AM
Gorkfu's Avatar
Senior Member
Recent Blog:
 
Join Date: May 2008
Location: USA
Posts: 160
iTrader: 0 / 0%
Thanks: 0
Thanked 1 Time in 1 Post
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
Gorkfu is on a distinguished road
Default

This is a great list! I had something similar to number 11 happen in the past. I just want to share the issue in case anyone ever has the same problem.

Google crawled a new site I created, that I had yet to link to from anywhere. They were able to crawl it because my host automatically had directory list on as default in apache. I turned it off of course and I recommend anyone running apache do the same. You can do it by adding this to a .htaccess file.
Options -Indexes

Google ended up making like 10 links like this: sitename.com/?id=3 etc. The only way I found Google would get rid of it from their index was by making disallows in my robots.txt for each link. Deleting the URLs in Google's webmaster tools will simply not work.
Digg this Post!Add Post to del.icio.usStumble this Post!Wong this Post!
Reply With Quote
  #3 (permalink)  
Old 07-06-2008, 09:25 AM
Member
 
Join Date: Dec 2007
Location: Timisoara, Romania
Posts: 30
iTrader: 0 / 0%
Thanks: 0
Thanked 0 Times in 0 Posts
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
geme is on a distinguished road
Send a message via Yahoo to geme
Default

nice article pow-wow... keep up the good work on this forum!
__________________
BMW News | TV Online | Videoclipuri
Digg this Post!Add Post to del.icio.usStumble this Post!Wong this Post!
Reply With Quote
  #4 (permalink)  
Old 07-06-2008, 10:08 AM
tb987's Avatar
Senior Member
Recent Blog:
 
Join Date: Mar 2008
Posts: 266
iTrader: 1 / 100%
Thanks: 2
Thanked 1 Time in 1 Post
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
tb987 is on a distinguished road
Default

This is a great post - I have made and still continue to make all/some of these mistakes.

There is a 14th, if you use url rewrites make sure you exclude the none rewritten URLS and redirect them back to the friendly ones. I have noticed a site with /index.php?ref=blah in the index but it should be /blah/
Digg this Post!Add Post to del.icio.usStumble this Post!Wong this Post!
Reply With Quote
  #5 (permalink)  
Old 08-18-2008, 05:25 PM
Junior Member
 
Join Date: Mar 2007
Posts: 11
iTrader: 0 / 0%
Thanks: 0
Thanked 0 Times in 0 Posts
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
Tom_Sean is on a distinguished road
Send a message via Skype™ to Tom_Sean
Default

This is a great list pow-wow! Thanks a lot. It's very useful.
Digg this Post!Add Post to del.icio.usStumble this Post!Wong this Post!
Reply With Quote
  #6 (permalink)  
Old 08-28-2008, 07:30 AM
Junior Member
 
Join Date: Aug 2008
Posts: 3
iTrader: 0 / 0%
Thanks: 0
Thanked 0 Times in 0 Posts
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
dyamni is on a distinguished road
Default

Quote:
Originally Posted by tb987 View Post
This is a great post - I have made and still continue to make all/some of these mistakes.

There is a 14th, if you use url rewrites make sure you exclude the none rewritten URLS and redirect them back to the friendly ones. I have noticed a site with /index.php?ref=blah in the index but it should be /blah/

Hi

I agree with you. This point must be included in this. I aslo noticed these types of sites.

thanks
Digg this Post!Add Post to del.icio.usStumble this Post!Wong this Post!
Reply With Quote
  #7 (permalink)  
Old Yesterday, 10:03 PM
Junior Member
 
Join Date: Aug 2008
Posts: 1
iTrader: 0 / 0%
Thanks: 0
Thanked 0 Times in 0 Posts
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
happyman is on a distinguished road
Default

Good articles.Thank for sharing.
Digg this Post!Add Post to del.icio.usStumble this Post!Wong this Post!
Reply With Quote
Reply

Bookmarks

Webmaster Resources
UK WW SEO Tools
Find UK Hosts
 
The Forum Rules
Forum Rules - MUST READ
 
Site Of the Month
BizzFace
Nominate site of the month
 
Tag Cloud
adf apple iphone apple iphone 3g article writer brand new contents data entry dj mixer edible oil electronics events in india free social hosting free space google google analytical tool graphics design iphone iphones joomla laptops link exchange motorola rokr e6 mysql nokia partners phones phpmyadmin poineer programming research social web space wanted uk web development web hosting webmasters web space for free

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump



All times are GMT. The time now is 04:01 PM.

UK Webmaster World Forums - Internet marketing, web development, domain names, SEO contest and discussuons.
Subscribe to our feeds   Subscribe to our feeds

Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.1.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151