Your Ad Here
Subscribe daily Email feeds:
Home » Internet, Technology

Wordpress SEO to Avoid Duplicate Content

Submitted by admin on November 11, 2009 – 9:26 amNo Comment
Short URL to this post http://8mv.net/2a6

Google search is very strict to penalize the duplicate contents of your blog. Wordpress is actually producing duplicate content for search engines without your control.
e.g

You may have same content /post for the following example urls

http://www.example.com/date/post_title
http://www.example.com/date
http://www.example.com/category/post_title
http://www.example.com/tag

when these urls are indexed by the google the search engine find that these all have same content and some time its difficult to find what is the original source of these contents.

Here I am going to share a simple piece of code by inserting these lines into your header.php file you can avoid duplicate content being indexed by the search engine

if((is_home() && ($paged < 2 )) || is_single() || is_page() || is_category()){
echo ‘’;
} else {
echo ‘’;}

copy the above lines and past these into your header.php. For any further suggestions or questions you can put your comments below the post so that I can answer your questions

Related Posts

If you like this post then you may also like receiving latest interesting stories Every day in your email Click here to Subscribe All Stories or Only Technology Updates

Get a Trackback link

No Comments Yet

You can be the first to comment!

Leave a comment

Short URL to this post http://8mv.net/2a6


Please submit your comments only once. Sometime your comments publishing may be little delayed
Comment Policy: It is a very difficult to moderate all comments live. We beleive in freedom of expression. So we do not like to stop anyone's opinion. But to bring a little sanity in the debate it is recommended that please do not use abusive, off-topic, slang language. Please do not make racial attacks, Please carry on a civilized discussion. Comment posters are responsible for anything they post. Log out
pakpoint @ gmail.com
89 queries. 1.400 seconds. Your Ad Here