We use cookies for analytics and to serve ads. Accept to enable Google Analytics and AdSense. You can decline to stay opt-out.
Accessibility statement pages with WebPage context, FAQs, and breadcrumb navigation.
Defines the accessibility statement page.
Answers compliance status, assistive support, and contact questions.
Provides navigation context for the accessibility statement.
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/accessibility#page",
"name": "Accessibility Statement",
"description": "Our commitment to digital accessibility and WCAG compliance.",
"url": "https://www.example.com/accessibility",
"inLanguage": "en",
"dateModified": "2025-05-22"
},
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "What accessibility standard do you follow?",
"acceptedAnswer": {
"@type": "Answer",
"text": "We aim to meet WCAG 2.1 AA standards across our web experience."
}
},
{
"@type": "Question",
"name": "How can I report an accessibility issue?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Email accessibility@example.com or use the feedback form to report issues."
}
},
{
"@type": "Question",
"name": "Do you provide accommodations?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes. We provide alternative formats or assistance upon request."
}
}
]
},
{
"@context": "https://schema.org",
"@type": "BreadcrumbList",
"itemListElement": [
{ "@type": "ListItem", "position": 1, "name": "Home", "item": "https://www.example.com" },
{ "@type": "ListItem", "position": 2, "name": "Accessibility", "item": "https://www.example.com/accessibility" }
]
}
]If you list audit dates or reports, include them in the WebPage content and dateModified.
List a contact method on the page and mirror it in the FAQ answers.