We use cookies for analytics and to serve ads. Accept to enable Google Analytics and AdSense. You can decline to stay opt-out.
Privacy and terms hubs with WebPage context, FAQs, and breadcrumb navigation.
Defines the policy hub page and its purpose.
Answers data handling, consent, and contact questions.
Provides navigation context for the policy hub.
Ensure every applicable required property is present in your implementation. Nested props reference their parent objects (for example, `offers.priceCurrency`).
Paste as a single script tag. Keep product details, offer data, shipping/returns, and FAQ answers in sync with the page.
[
{
"@context": "https://schema.org",
"@type": "WebPage",
"@id": "https://www.example.com/legal#page",
"name": "Privacy & Terms",
"description": "Learn about our privacy policy, terms of service, and cookie practices.",
"url": "https://www.example.com/legal",
"inLanguage": "en",
"dateModified": "2025-05-20"
},
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "What data do you collect?",
"acceptedAnswer": {
"@type": "Answer",
"text": "We collect account, usage, and billing data needed to provide the service."
}
},
{
"@type": "Question",
"name": "How do I request data deletion?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Submit a request through the privacy form or email privacy@example.com."
}
},
{
"@type": "Question",
"name": "Where are the full policies?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Use the links on this page to view the full privacy policy and terms of service."
}
}
]
},
{
"@context": "https://schema.org",
"@type": "BreadcrumbList",
"itemListElement": [
{ "@type": "ListItem", "position": 1, "name": "Home", "item": "https://www.example.com" },
{ "@type": "ListItem", "position": 2, "name": "Legal", "item": "https://www.example.com/legal" }
]
}
]Yes. Make sure the page links to each policy and the FAQ answers mention where to find them.
Use dateModified on the WebPage and keep visible effective dates aligned with that value.