What Is สคีมา.org?
สคีมา.org is a shared semantic vocabulary founded in 2011 as a joint initiative by Google, Microsoft (Bing), Yahoo, and Yandex — the four dominant search engines at the เวลา. The vocabulary is รักษา as an open มาตรฐาน on GitHub and governed by a W3C ชุมชน Group (the สคีมา.org ชุมชน Group). It defines a hierarchy of Types (e.g., Thing > CreativeWork > Article) and Properties (e.g., author, datePublished, description) that can be embedded in HTML to provide machine-readable annotations of page เนื้อหา.
The three supported serialisation formats are:
- JSON-LD (JavaScript Object Notation for Linked ข้อมูล) — Google’s recommended format; injected as a
<script type="application/ld+json">block that does not modify visible HTML - Microdata — attribute-level annotations on existing HTML elements (
itemscope,itemtype,itemprop) - RDFa — similar to Microdata but ใช้ a different attribute vocabulary; common in CMS แพลตฟอร์ม
Types ใช้ on Buyvotescontest.com
ของเรา implementation relies on a set of สคีมา.org types chosen for their direct relevance to ของเรา เนื้อหา and their eligibility for Google Search rich result features:
DefinedTerm (this glossary): Each entry is annotated as DefinedTerm within a DefinedTermSet. This type สัญญาณ to search engines that the page authoritatively defines a concept, which supports Knowledge Panel extraction and Featured Snippet eligibility for definitional queries (“what is a WebRTC รั่วไหล?”).
FAQPage + Question / ตอบ: FAQ sections on บริการ pages ใช้ FAQPage markup. Google’s documentation states that correctly implemented FAQPage สคีมา is eligible for FAQ rich results in Search — expandable Q&A accordions displayed directly in the SERP. These increase click-through อัตรา by occupying additional vertical space.
บริการ (บริการ pages): Annotates each แพลตฟอร์ม-specific offering with name, description, ผู้ให้บริการ, and area of บริการ. Combined with AggregateRating, this supports star-rating rich results in competitive queries.
AggregateRating + Review: โหวต-buying บริการ pages include aggregate rating markup. Google requires that ratings reflect แท้จริง ผู้ใช้ reviews and be collected and displayed on the publisher’s own page — not sourced from third-party แพลตฟอร์ม — for the reviews สคีมา to qualify for display.
HowTo: Step-by-step การจัดส่ง explanations are marked up as HowTo with individual HowToStep items. HowTo rich results display numbered steps directly in the SERP and in Google Assistant responses.
Organization: The root site สคีมา includes Organization with legalName, url, logo, contactPoint, and sameAs links to โซเชียล โปรไฟล์. This is the primary structured ข้อมูล input for Google’s Knowledge Panel generation.
BreadcrumbList: Navigation breadcrumbs on all inner pages ใช้ BreadcrumbList, enabling the breadcrumb display in SERP URLs and improving crawlability สัญญาณ.
สคีมา.org and ประสบการณ์ ความเชี่ยวชาญ การมีอำนาจ และความน่าเชื่อถือ
Structured ข้อมูล does not directly improve rankings — Google’s documentation is explicit on this point. However, สคีมา markup contributes to ประสบการณ์ ความเชี่ยวชาญ การมีอำนาจ และความน่าเชื่อถือ in indirect but measurable ways:
- Attribution:
authorproperties withPersontype andsameAslinks to verifiable external โปรไฟล์ establish a named, discoverable creator — a core authoritativeness สัญญาณ. - Accurate metadata: วันที่ fields (
datePublished,dateModified) help Google ประเมิน เนื้อหา freshness, which matters for queries with recency intent. - Entity disambiguation:
Organizationmarkup with a stable@idURL helps Google build a สม่ำเสมอ entity บันทึก for the site, reducing mis-attribution and supporting Knowledge Panel accuracy. - Rich result CTR: FAQ and HowTo rich results improve อินทรีย์ click-through อัตรา. Higher CTR on high-impression queries is a secondary สัญญาณ that feeds into Google’s คุณภาพ assessments over เวลา.
Validation and Monitoring
Google provides the Rich Results Test at HTTPS://search.google.com/test/rich-results and the URL Inspection tool in Google Search Console. Both tools validate JSON-LD against Google’s subset of the สคีมา.org vocabulary. Errors in required properties (e.g., missing name on a บริการ type) prevent rich results eligibility without affecting base indexing.
Common implementation pitfalls to avoid:
- Marking up เนื้อหา that is not visible on the page (Google’s guidelines prohibit “hidden” structured ข้อมูล)
- ใช้ deprecated types (e.g.,
DataCatalogwhereDefinedTermSetis now the correct type) - Rating markup on pages without แท้จริง ผู้ใช้-facing review เนื้อหา
- Mismatched
datePublished/dateModifiedthat conflict with HTTP Last-Modified headers
Three-line สรุป: สคีมา.org provides a standardised vocabulary for embedding machine-readable metadata in HTML, enabling search engines to surface rich results — star ratings, FAQ accordions, HowTo steps — directly in the SERP. ของเรา implementation covers DefinedTerm (glossary), FAQPage, บริการ, AggregateRating, HowTo, and Organization types, each targeting a specific rich result format. While สคีมา does not directly boost rankings, it strengthens ประสบการณ์ ความเชี่ยวชาญ การมีอำนาจ และความน่าเชื่อถือ attribution สัญญาณ and measurably improves click-through rates on competitive queries.