Mengatasi Duplicate Content Di Wordpress dengan Plugin “No Duplicate”

Secara tidak sengaja tadi malam waktu akan memasukkan sebuah sitemap baru buat web baru, saya sekalian mengecek web lainnya, ternyata ada problem dan problemnya yaitu Google menganggap duplicate content beberapa postingan saya. Ada dua problem yaitu “Duplicate meta descriptions” dan “Duplicate title tags”.

3-2-2009 7-01-28 AM

 

 

 

 

 

Dari situ tampak penyebabnya adalah karena saya menggunakan category based untuk permalink saya, sedangkan saya terkadang menggunakan multi kategori, pada screenshot diatas misalnya satu postingan masuk kategori “free” dan “blogging” , nah hal itu dianggap “duplicate content” sama google.

Kemudian saya mencari-cari solusinya melalui Google, dan akhirnya ketemulah plugin “No Duplicate Content”  yang dibuat oleh”Chung Bey Luen”, Plugin ini berusaha menerapkan peraturan baru yang telah disepakati beberapa search engine besar untuk mengatasi hal ini yaitu menggunakan “rel=canonical”.

Ini saya copy apa itu canonical content ?

A canonical page is the preferred version of a set of pages with highly similar content.

It’s common for a site to have several pages listing the same set of products. For example, one page might display products sorted in alphabetical order, while other pages display the same products listed by price or by rating. For example:
http://www.example.com/product.php?item=swedish-fish&trackingid=1234567&sort=alpha&sessionid=5678asfasdfasfd
http://www.example.com/product.php?item=swedish-fish&trackingid=1234567&sort=price&sessionid=5678asfasdfasfd

If Google knows that these pages have the same content, we may index only one version for our search results. Our algorithms select the page we think best answers the user’s query. Now, however, users can specify a canonical page to search engines by adding a <link> element with the attribute rel="canonical" to the <head> section of the non-canonical version of the page. Adding this link and attribute lets site owners identify sets of identical content and suggest to Google: "Of all these pages with identical content, this page is the most useful. Please prioritize it in search results."
How do I specify a canonical page?

To specify a canonical link to the page http://www.example.com/product.php?item=swedish-fish, create a <link> element as follows:
<link rel="canonical" href="http://www.example.com/product.php?item=swedish-fish"/>

Copy this link into the <head> section of all non-canonical versions of the page, such as http://www.example.com/product.php?item=swedish-fish&sort=price.

If you publish content on both http://www.example.com/product.php?item=swedish-fish and https://www.example.com/product.php?item=swedish-fish, you can specify the canonical version of the page. Create the <link> element:
<link rel="canonical" href="http://www.example.com/product.php?item=swedish-fish"/>

Add this link to the <head> section of https://www.example.comproduct.php?item=swedish-fish.

Nah plugin tersebut menerapkan hal tersebut. Saya sendiri belum tahu akan berhasil atau tidak solusi ini :) . Tapi secara teori sih mestinya sudah benar.


Popular Search Term :

Comments

One Response to “Mengatasi Duplicate Content Di Wordpress dengan Plugin “No Duplicate””

  1. gravatar
    dani on May 3rd, 2009 4:37 pm

    itu termasuk konten yg sama tapi terbaca di URI berbeda ya..mis. konten yg sama, bisa saja terindex di URI berikut: example dot com/tag/web-design/, /kategori/web-design/, /index.html, /judul-tulisan.php …

    dan saya pribadi, lbh seneng langsung landing di konten utama/asli, drpd mesti muter dl lewat tag atau kategori.. :)

Leave a Reply




Hello