We use cookies for analytics and to serve ads. Accept to enable Google Analytics and AdSense. You can decline to stay opt-out.
Code of conduct pages with WebPage + Organization context, FAQs, and breadcrumb navigation.
Declares the policy page and its summary.
Anchors the organization that owns the policy.
Answers enforcement, reporting, and scope questions.
Provides navigation context for the policy page.
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/policies/code-of-conduct#page",
"name": "Code of Conduct",
"description": "Expected behavior, reporting channels, and enforcement guidelines.",
"url": "https://www.example.com/policies/code-of-conduct",
"inLanguage": "en",
"dateModified": "2025-02-01"
},
{
"@context": "https://schema.org",
"@type": "Organization",
"@id": "https://www.example.com#org",
"name": "Northwind",
"url": "https://www.example.com",
"logo": "https://www.example.com/images/northwind-logo.svg",
"description": "Customer experience platform for modern teams."
},
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "How do I report a violation?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Email ethics@northwind.example or use the anonymous reporting form on this page."
}
},
{
"@type": "Question",
"name": "Does this policy apply to contractors?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes. The policy applies to employees, contractors, partners, and event attendees."
}
},
{
"@type": "Question",
"name": "What happens after a report?",
"acceptedAnswer": {
"@type": "Answer",
"text": "We investigate within five business days and follow up with appropriate actions."
}
}
]
},
{
"@context": "https://schema.org",
"@type": "BreadcrumbList",
"itemListElement": [
{ "@type": "ListItem", "position": 1, "name": "Home", "item": "https://www.example.com" },
{ "@type": "ListItem", "position": 2, "name": "Policies", "item": "https://www.example.com/policies" },
{ "@type": "ListItem", "position": 3, "name": "Code of Conduct", "item": "https://www.example.com/policies/code-of-conduct" }
]
}
]If examples are visible on the page, summarize them in FAQ answers for clarity.
List all channels on the page and ensure the FAQ matches the visible reporting options.