Common schema types
- Article: guides, posts and news.
- FAQPage: visible questions and answers.
- Product: product information, offers and availability.
- WebSite: site or brand information.
Best practices
Structured data should match visible page content. Do not add misleading properties or mark up content that users cannot access.
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Article",
"headline": "Schema markup guide"
}
</script>