Optimasi SEO Dengan Meta Tag Dublin Core TERLENGKAP!

Dublin Core adalah Meta tag yang menggambarkan sumber daya fisik seperti buku , bahan digital seperti video , suara , gambar , atau teks file, dan media komposit seperti halaman web . Metadata catatan berdasarkan Dublin Core dimaksudkan untuk digunakan pada domain informasi silang sumber daya deskripsi dan telah menjadi standar dalam bidang ilmu perpustakaan dan ilmu komputer . Implementasi dari Metadata Dublin Core biasanya menggunakan XML dan Sumber Daya Deskripsi Framework berbasis.
v  Elemen Dublin Core
  1. Dc:Title. Nama yang diberikan pada resource  akan dikenal dengan nama ini.
  2. Dc:Creator. Nama pencipta/pengarang dari resource
  3. Dc:Subject. Topik dari isi sebuah resource yang diekspresikan sebagai keyword atau key phrase kode klasifkasi mendeskripsikan topik sebuah resource.
  4. Dc:Description. Penjelasan  isi sebuah resource yang  berisi abstract atau table of content.
  5. Dc:Publisher. Berisi pihak penyiar/publisher dari resource
  6. Dc:Contributor. Pihak yang memberi kontribusi terciptanya sebuah resource.
  7. Dc:Date. Data tanggal berhubungan  seputar resource.
  8. Dc:Type. Tipe content sebuah resource. menjelaskan general Category, Function, genre atau tingkat pengelompokan dari isi.
  9. Dc:Format. Manifestasi fisik/digital suatu resource. Format berupa media-type atau dimensi sebuah resource.
  10. Dc:Identifier. Referensi tidak ambigu terhadap resource dalam kontek yang diberikan.
  11. Dc:Source. Menunjuk sebuah resource dari mana resource yang ada diturunkan (derived).
  12. Dc:Language. Bahasa digunakan dalam penulisan kontent sebuah resource.
  13. Dc:Relation. Menyatakan link resource yang berhubungan.
  14. Dc:Coverage. Ruang lingkup dari konten sebuah resource.
  15. Dc:Rights. Informasi tentang hak yang ada pada resource.

Optimasi SEO Dengan Meta Tag Dublin Core.


Memasang Meta Tag Dublin Core di Template. Teruh kode berikut setelah head
<META CONTENT='JUDUL BLOG ANDA' NAME='DC.Title'></META>
<META CONTENT='NAMA PENULIS' NAME='DC.Creator'></META>
<META CONTENT='text/html' NAME='DC.Format' scheme='IMT'></META>
<META CONTENT='KATA KUNCI' NAME='DC.Subject' scheme='MESH'></META>
<META CONTENT='NAMA ANDA' NAME='DC.Publisher'></META>
<META CONTENT='BLOG URL ANDA' NAME='DC.Identifier'></META>
<META CONTENT='EMAIL ANDA' name='DC.creator.address'/>
<META CONTENT='id; INDONESIA' NAME='DC.Language' scheme='RFC1766'></META> <META CONTENT='ISI TANGGAL DIBUATNYA BLOG ANDA' NAME='DC.Date'>
<META CONTENT='ISI TANGGAL TERAKHIR TEMPLATE ANDA EDIT' NAME='DC.Date.Modified'></META>
<META CONTENT='URAIAN TENTANG BLOG ANDA' NAME='DC.Description'></META> <META CONTENT='text' NAME='DC.Type' scheme='DCMIType'></META>
<meta content='ISI DENGAN LINK PRIVACY POLICY ANDA' name='DC.Rights'/>
<META CONTENT='KODE VERIFIKASI GOOGLE' name='google-site-verification'/>
<META CONTENT='KODE VERIFIKASI BING' name='msvalidate.01'/>
<META CONTENT='KODE VERIFIKASI ALEXA' name='alexaVerifyID'/>
<META CONTENT=' KODE VERIFIKASI TECHNORATI ' name='TechnoratiVerifyID'/>

Meta Tag SEO TERLENGKAP disertai Dublin Core.
<meta content='(verifikasi google)' name='google-site-verification'/>
<meta content='(verifikasi bing)' name='msvalidate.01'/>
<meta content='(verifikasi Alexa)' name='alexaVerifyID'/>
<!-- Meta tags for homepage start -->
<b:if cond='data:blog.url == data:blog.homepageUrl'>
<b:if cond='data:blog.pageType == &quot;index&quot;'>
<title><data:blog.pageTitle/></title>
<meta content='keyword1,keyword2,dst' name='keywords'/>
<b:else/>
<title><data:blog.pageName/></title>
</b:if>
<b:if cond='data:blog.pageType == &quot;item&quot;'>
<title><data:blog.pageName/></title>
<meta expr:content='data:blog.pageName + &quot; - &quot; + data:blog.title + &quot; keyword1,keyword2,dst&quot;' name='keywords'/>
<meta expr:content='data:blog.pageName + &quot;&quot;' name='description'/>
</b:if>
<b:if cond='data:blog.metaDescription != &quot;&quot;'>
<meta expr:content='data:blog.metaDescription + &quot; ,Find More information about all &quot; + data:blog.title + &quot; by Clicking here &quot;' name='description'/>
<meta content='keyword1,keyword2,dst' name='keywords'/>
</b:if>
</b:if>
<!-- Meta tags for homepage end -->
<!-- Meta tags for post page start -->
<b:if cond='data:blog.pageType == &quot;item&quot;'>
<title><data:blog.pageName/> ~ <data:blog.title/></title>
<b:if cond='data:blog.metaDescription != &quot;&quot;'>
<meta expr:content='data:blog.metaDescription' name='description'/>
<meta expr:content='data:blog.pageName + &quot;, keyword1,keyword2,dst&quot;' name='keywords'/>
<meta content='(iconAnda)' property='og:image'/>
<b:else/>
<meta expr:content='&quot; This page contains information about &quot; + data:blog.pageName + &quot; at &quot; + data:blog.title + &quot; Blog. &quot; + &quot; To learn more about this information click on this result &quot;' name='description'/>
<meta expr:content='data:blog.pageName + &quot; article, &quot; + data:blog.pageName + &quot; Post, Info About &quot; + data:blog.pageName ' name='keyword'/>
</b:if>
</b:if>
<!-- Meta tags for post page end -->
<!-- Meta tags for static page start -->
<b:if cond='data:blog.pageType == &quot;static_page&quot;'>
<title><data:blog.pageName/> ~ <data:blog.title/></title>
<b:if cond='data:blog.metaDescription != &quot;&quot;'>
<meta expr:content='data:blog.metaDescription' itemprop='description'/>
<meta expr:content='&quot;keyword1,keyword2,dst&quot;' name='keywords'/>
<b:else/>
<meta expr:content='&quot; This page contains information about ” &quot; + data:blog.pageName + &quot; ” at &quot; + data:blog.title + &quot; Blog. &quot; + &quot; To learn more about this information click on this result &quot;' name='description'/>
<meta expr:content='data:blog.pageName + &quot; Page &quot; + &quot; at &quot; + data:blog.title' name='keyword'/>
</b:if>
</b:if>
<!-- Meta tags for static page end -->
<!-- Meta tags for label,search,archive page start -->
<b:if cond='data:blog.url != data:blog.homepageUrl'>
<b:if cond='data:blog.pageType == &quot;index&quot;'>
<title>All article under : <data:blog.pageName/> : <data:blog.title/></title>
<meta expr:content='&quot; This page contains information about all article and post under :&quot; + data:blog.pageName + &quot;,&quot; + data:blog.title + &quot; Blog. Find More information about all &quot; + data:blog.pageName + &quot; article By Clicking here &quot;' name='Description'/>
<meta expr:content='&quot; Article &quot; + data:blog.pageName + &quot; &quot; + data:blog.title + &quot;, Post &quot; + data:blog.pageName + &quot; &quot; + data:blog.title + &quot;, &quot; + data:blog.pageName + &quot; page &quot; + data:blog.title' name='Keywords'/>
</b:if>
</b:if>
<!-- Meta tags for label,search,archive page end -->
<!-- Meta tags for error page start -->
<b:if cond='data:blog.pageType == &quot;error_page&quot;'>
<title>404 Error Page : Sorry,Wrong URL ~ <data:blog.title/></title>
</b:if>
<!-- Meta tags for error page end -->
<link expr:href='data:blog.url' rel='canonical'/>
<link href='https://plus.google.com/u/0/(google+anda)' rel='publisher'/>
<link href='https://plus.google.com/u/0/(google+anda)' rel='author'/>
<link href='https://lh6.googleusercontent.com/-Tabu42lhW_Q/AAAAAAAAAAI/AAAAAAAAAAA/59rsbvlCYGs/s27-c/photo.jpg' rel='shortcut icon' type='image/vnd.microsoft.icon'/>
<link expr:href='data:blog.homepageUrl + &quot;feeds/posts/default&quot;' expr:title='data:blog.title + &quot; - Atom&quot;' rel='alternate' type='application/atom+xml'/>
<link expr:href='data:blog.homepageUrl + &quot;feeds/posts/default?alt=rss&quot;' expr:title='data:blog.title + &quot; - RSS&quot;' rel='alternate' type='application/rss+xml'/>
<link expr:href='&quot;http://www.blogger.com/feeds/&quot; + data:blog.blogId + &quot;/posts/default&quot;' expr:title='data:blog.title + &quot; - Atom&quot;' rel='alternate' type='application/atom+xml'/>
<link href='http://www.blogger.com/openid-server.g' rel='openid.server'/>
<link expr:href='data:blog.homepageUrl' rel='openid.delegate'/>
<b:if cond='data:blog.pageType == &quot;item&quot;'>
<b:if cond='data:blog.postImageThumbnailUrl'>
<link expr:href='data:blog.postImageThumbnailUrl' rel='image_src'/>
</b:if>
</b:if>
<meta content='ID' name='geo.country'/>
<meta content='Indonesia' name='geo.placename'/>
<meta content='blogger' name='generator'/>
<meta Content='snippet' name='googlebot'/>
<meta content='(NamaAuthor)' name='author'/>
<meta content='blogger' name='generator'/>
<meta content='general' name='rating'/>
<meta content='index, follow' name='googlebot'/>
<!-- facebook opengraph area -->
<b:if cond='data:blog.pageType != &quot;index&quot;'>
<meta expr:content='data:blog.title' property='og:site_name'/>
<meta expr:content='data:blog.pageName' property='og:title'/>
<meta content='article' property='og:type'/>
<b:else/>
<meta expr:content='data:blog.title' property='og:title'/>
<meta content='blog' property='og:type'/>
</b:if>
<meta expr:content='data:blog.metaDescription' property='og:description'/>
<meta expr:content='data:blog.canonicalUrl' property='og:url'/>
<b:if cond='data:blog.postImageThumbnailUrl'>
<meta expr:content='data:blog.postImageThumbnailUrl' itemprop='image'/>
<b:else/>
<meta content='GambarIconAnda' property='og:image'/>
</b:if>
<meta content='http://www.facebook.com/fanpageFBanda' property='fb:admins'/>
<meta content='id_ID' property='og:locale'/>
<meta content='en_GB' property='og:locale:alternate'/>
<meta content='en_US' property='og:locale:alternate'/>
<META CONTENT='JUDUL BLOG ANDA' NAME='DC.Title'></META>
<META CONTENT='NAMA PENULIS' NAME='DC.Creator'></META>
<META CONTENT='text/html' NAME='DC.Format' scheme='IMT'></META>
<META CONTENT='KATA KUNCI' NAME='DC.Subject' scheme='MESH'></META>
<META CONTENT='NAMA ANDA' NAME='DC.Publisher'></META>
<META CONTENT='BLOG URL ANDA' NAME='DC.Identifier'></META>
<META CONTENT='EMAIL ANDA' name='DC.creator.address'/>
<META CONTENT='id; INDONESIA' NAME='DC.Language' scheme='RFC1766'></META> <META CONTENT='ISI TANGGAL DIBUATNYA BLOG ANDA' NAME='DC.Date'>
<META CONTENT='ISI TANGGAL TERAKHIR TEMPLATE ANDA EDIT' NAME='DC.Date.Modified'></META>
<META CONTENT='URAIAN TENTANG BLOG ANDA' NAME='DC.Description'></META> <META CONTENT='text' NAME='DC.Type' scheme='DCMIType'></META>
<meta content='ISI DENGAN LINK PRIVACY POLICY ANDA' name='DC.Rights'/>
<META CONTENT='KODE VERIFIKASI GOOGLE' name='google-site-verification'/>
<META CONTENT='KODE VERIFIKASI BING' name='msvalidate.01'/>
<META CONTENT='KODE VERIFIKASI ALEXA' name='alexaVerifyID'/>
<META CONTENT=' KODE VERIFIKASI TECHNORATI ' name='TechnoratiVerifyID'/>

Pemasangan Meta Tag Dublin Core ini adalah langkah besar dalam optimasi SEO anda kedepannya.

0 Response to "Optimasi SEO Dengan Meta Tag Dublin Core TERLENGKAP!"

Post a Comment