We use cookies for analytics and to serve ads. Accept to enable Google Analytics and AdSense. You can decline to stay opt-out.
Trust & security center pages with WebPage context, Organization identity, FAQs, and breadcrumb navigation.
Declares the page as the trust/security hub.
Anchors the brand identity, contact, and logo for trust context.
Answers top trust/compliance questions.
Provides navigation context within the security/compliance section.
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/trust#page",
"name": "Trust & Security — Example Corp",
"description": "Security, privacy, compliance, and incident response at Example Corp.",
"url": "https://www.example.com/trust",
"inLanguage": "en",
"dateModified": "2025-02-10"
},
{
"@context": "https://schema.org",
"@type": "Organization",
"@id": "https://www.example.com/#org",
"name": "Example Corp",
"url": "https://www.example.com",
"logo": "https://www.example.com/assets/logo.svg",
"sameAs": [
"https://www.linkedin.com/company/example-corp"
],
"contactPoint": [
{
"@type": "ContactPoint",
"telephone": "+1-415-555-0100",
"contactType": "security"
}
]
},
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "Do you have SOC 2 or ISO certifications?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes. We maintain SOC 2 Type II and ISO 27001. Request the latest reports from our security team."
}
},
{
"@type": "Question",
"name": "How do you handle encryption?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Data is encrypted in transit with TLS 1.2+ and at rest with AES-256. Keys are managed via a hardened KMS."
}
},
{
"@type": "Question",
"name": "How do I report a vulnerability?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Email security@example.com with reproduction steps. We follow a 48-hour acknowledgement SLA and prioritize remediation based on severity."
}
}
]
},
{
"@context": "https://schema.org",
"@type": "BreadcrumbList",
"itemListElement": [
{ "@type": "ListItem", "position": 1, "name": "Home", "item": "https://www.example.com" },
{ "@type": "ListItem", "position": 2, "name": "Trust & Security", "item": "https://www.example.com/trust" }
]
}
]List only certifications you actually hold and keep report links gated if needed; ensure on-page content matches the JSON-LD.
Link your status page from the WebPage body and FAQ answers; keep URLs stable and use https.