Common schema types

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>

Generate JSON-LD

Create structured data for common page types.

Open Schema Generator