← All types

FAQPage

JSON-LD Output

{
    "@context": "https://schema.org/",
    "@type": "FAQPage",
    "mainEntity": [
        {
            "@type": "Question",
            "name": "What is JSON-LD?",
            "acceptedAnswer": {
                "@type": "Answer",
                "text": "JSON-LD is a method of encoding Linked Data using JSON. It allows data to be serialized in a way that is familiar to developers."
            }
        },
        {
            "@type": "Question",
            "name": "Why should I use structured data on my website?",
            "acceptedAnswer": {
                "@type": "Answer",
                "text": "Structured data helps search engines understand your content better and can enable rich results in search, such as FAQ snippets, recipe cards, and product listings."
            }
        },
        {
            "@type": "Question",
            "name": "How do I validate my structured data?",
            "acceptedAnswer": {
                "@type": "Answer",
                "text": "You can use the Google Rich Results Test at search.google.com/test/rich-results to validate your structured data and see which rich result types it supports."
            }
        }
    ]
}

Source: generate-faqpage.php

Schema: https://schema.org/FAQPage