You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

36 lines
2.0 KiB

4 years ago
  1. +++
  2. title = "Structured Data"
  3. description = "Memberikan mesin pencari yang kaya tentang struktur situs."
  4. categories = ["search"]
  5. tags = ["metadata", "semantics", "robots", "SEO"]
  6. feature = ["related content"]
  7. [[copyright]]
  8. owner = "Josh Habdas"
  9. date = "2019"
  10. license = "agpl-3.0-or-later"
  11. +++
  12. After Dark menghasilkan metadata terstruktur menggunakan {{< external "https://schema.org" />}} spesifikasi untuk postingan blog, [Custom Homepage](../custom-homepage), [Related Content](../related-content/), [Featured Posts](../featured-posts), [Menu Bagian](../section-menu), [Hall of Mirrors](/module/hall-of-mirrors) galeri gambar dan mengadaptasi data secara otomatis menggunakan yang ditentukan penulis [Post Bylines](../post-bylines) seperti yang ditunjukkan disini:
  13. Properti skema | Nilai frontmatter
  14. --------------- | -----------------
  15. author? | `author`
  16. datePublished | `publishdate` atau `date`
  17. articleSection | `categories`
  18. [Post Images]({{< relref "post-images" >}}) use {{< external "https://gohugo.io/content-management/page-resources/#page-resources-metadata" "Page Resources Metadata" />}} to add image captions:
  19. Schema Property | Header Image Resource Metadata
  20. --------------- | ----------------
  21. caption? | `creator` [`sameas` domain] or `caption`
  22. Pertimbangkan untuk menambahkan data terstruktur saat membuat [Custom Layouts](../custom-layouts) untuk meningkatkan semantik halaman dan SEO yang lebih baik.
  23. Pelajari lebih lanjut tentang data terstruktur menggunakan sumber daya berikut:
  24. - {{< external href="https://www.w3.org/TR/microdata/" text="HTML Microdata on W3C" />}}
  25. - {{< external href="https://developer.mozilla.org/en-US/docs/Web/HTML/Microdata" text="Microdata on MDN" />}}
  26. - {{< external href="https://moz.com/learn/seo/schema-structured-data" text="Schema Structured Data on Moz" />}}
  27. Gunakan [Webmaster Tools](../webmaster-tools/) untuk memvalidasi data terstruktur. Ini dapat dilakukan dari mesin pengembangan menggunakan [ephemeral hosting](../ephemeral-hosting/).