Pengertian dan Contoh RFDa


Some History

Beberapa tahun yang lalu, W3C mulai menyelidiki cara yang lebih 'alami' menggunakan RDF dan (X) HTML bersama-sama. Hasilnya adalah RDFa, RDF dalam atribut.

The Benefits of Implementing RDFa?

 Teori web semantik dari sudut pandang SEO adalah bahwa jika Anda ditambahkan markup terstruktur, google dapat menampilkan konten dengan cara yang lebih rinci di SERP, yang akan menarik lebih banyak klik untuk Anda organik, bahkan jika posisi SERP berada di urutan bawah hasilnya pada halaman akan berbeda dan lebih rinci.

From schema.org

Schema.org provides a collection of schemas that webmasters can use to markup HTML pages in ways recognized by major search providers
Search engines including Bing, Google, Yahoo! and Yandex rely on this markup to improve the display of search results, making it easier for people to find the right Web pages.

http://schema.org/docs/full.html



Contoh RFDa Untuk Diskripsi Produk

<div vocab="http://schema.org/" typeof="Product">
<span property="name">Iphone 6</span>
<img src="iphone-6.jpg" alt='Iphone 6 4G LTE' />
<div property="offers"  typeof="Offer">
<!--Harga 15juta, a number, with locale-specific thousands separator
and decimal mark, and the $ character is marked up with the
machine-readable code "USD" lihat iso 4217-->
<span property="priceCurrency" content="IDR">Rp.</span><span
property="price" content="15.000.000,00">15.000.000,00</span>
<link property="availability" href="http://schema.org/InStock" />Stok ada
</div>

Deskripsi Produk:
      <span property="description">Bersiaplah untuk iPhone tertipis, teringan dan tercepat, iPhone 6. Prosesor canggih, kamera menakjubkan, desain menawan, dan berbagai fitur lainnya telah ditanamkan pada smartphone ini. Penantian telah berakhir, smartphone yang begitu dinantikan dan hadir dengan apa yang Anda idamkan dari sebuah smartphone, sudah ada di depan mata Anda.</span>
        Customer reviews:
         </div>

Full Html Code

<!DOCTYPE html>
 <html>
 <head>
 <title>
 Jual Apple iPhone 6 - 4G/LTE - Layar 4.7" - 128GB - Silver | TokoMurah.com
 </title>
 </head>
 <body>
 <div vocab="http://schema.org/" typeof="Product">
 <span property="name">Iphone 6</span>
 <img src="iphone-6.jpg" alt='Iphone 6 4G LTE' />
 <div property="offers"  typeof="Offer">
 <!--Harga 15juta, a number, with locale-specific thousands separator
 and decimal mark, and the $ character is marked up with the
 machine-readable code "USD" lihat iso 4217-->
 <span property="priceCurrency" content="IDR">Rp.</span><span
 property="price" content="15.000.000,00">15.000.000,00</span>
 <link property="availability" href="http://schema.org/InStock" />Stok ada
 </div>
      Deskripsi Produk:
      <span property="description">Bersiaplah untuk iPhone tertipis, teringan dan tercepat, iPhone 6. Prosesor canggih, kamera menakjubkan, desain menawan, dan berbagai fitur lainnya telah ditanamkan pada smartphone ini. Penantian telah berakhir, smartphone yang begitu dinantikan dan hadir dengan apa yang Anda idamkan dari sebuah smartphone, sudah ada di depan mata Anda.</span>
      Customer reviews:
  </div>
</body>
</html>

Test Your Structured HTML Document



https://www.google.com/webmasters/tools/richsnippets



Test Result


0 Response to "Pengertian dan Contoh RFDa"

POPULAR