Duplicated Content
This is Part 4 of “Search Engine Optimization – Do It Yourself!” series of articles I wrote to share my experience about SEO.
- Search Engine Optimization – Getting Started
- Webmaster Tools
- SEO Content Optimization
- Duplicated Content
- Friendly URL for SEO (Permalinks)
Avoid duplicating the content! Remember this and pass it to the others. “Duplicated content” phenomenon will hit your website ranking one day and it will hit it hard. So if you think that nothing is going to happen when you copy content from another source – think again.
How to avoid duplicated content
Quality content
Every aricle of your website has to be unique. Don’t try to copy content form somewhere else. At least if you cannot write content on your own. Try to re-write articles from other sources in your own words.
Explicitly duplicate content
If for some reason you need to copy the content from another source. The reason, of course, not to get higher ranking but to make website more informative. You have to specify a canonical link in your HTTP header. Canonical link tells Google that this content refer to another page.
<head> <link rel="canonical" href="http://ajax911.com/original-article.html"> </head>
If you are using WordPress, SEO plugin (I mentioned in my previous articles) will help you to configure canonical links.
Set preferred domain
You have to make a hard decision how would you like your website to appear in Google’s search results, with www. or without it. The problem with having multiple URLs for the same page is that you’re effectively diluting your link authority. For example, if you rank for both website.com and www.website.com, Google sees these links as two different websites. Pick one URL and stick to it. How to do that is I described in details in my Webmaster Tools article.
Internal links
Incorrect internal linking can also be a reason of the duplicated content. Try to keep your internal linking consistent. Here is an example, links below are different links for Google but they produce same content:
//Slash at the end http://ajax911.com/search-engine-optimization-diy OR http://ajax911.com/search-engine-optimization-diy/ //File name in the link http://ajax911.com/ OR http://ajax911.com/index.php
To fix your internal links you can either specify a canonical link in your HTTP header or have a 301 redirect.
Continue with Friendly URL for SEO (Permalinks)
Dima Svirid
Software architect. Ajax/Javascript, HTML5, Android, iPhone/iPad, JAVA, PHP, Cold Fusion, SQL, Air, Flash, Open source software, Frameworks
SEARCH ARTICLES & TUTORIALS
SEARCH ENGINE OPTIMIZATION – DO IT YOURSELF!
MOST POPULAR TUTORIALS
Generating PDF Documents with Adobe Air Javascript SDK and jQuery
I am not a Flex guy and I don't think I will ever be. While searching [...]
Search Engine Optimization - Do It Yourself!
This is Part 1 of "Search Engine Optimization – Do It Yourself!" ser[...]
jQuery Object Oriented Plugins
Many people have asked me, if jQuery is object oriented and how they c[...]
Spring-MVC Tutorial (Part 1)
Overview This document is a step-by-step guide on how to de[...]
Animated scroll to anchor method with jQuery
It's a one line but can add a really nice effect to your website. f[...]
RECENT POSTS
How to calibrate Samsung Galaxy battery
There is no guarantee that this method will work for you. However it d[...]
Real Estate Social Network new Toronto Startup
Wanted to write for a long time about a new startup for Real Estate ag[...]
Eclipse Keyboard Shortcuts for Developers
Eclipse Navigation Shortcuts Every Java Programmer Should Know Ctrl [...]
Duplicated Content
This is Part 4 of "Search Engine Optimization – Do It Yourself!" ser[...]
301 Redirect
There are many ways how you can do 301 redirect, I will mention just t[...]




