We use cookies for analytics and to serve ads. Accept to enable Google Analytics and AdSense. You can decline to stay opt-out.
Parental leave policy pages with WebPage + Organization context, FAQs, and breadcrumb navigation.
Represents the policy page and its canonical URL.
Anchors the employer or organization issuing the policy.
Answers questions about eligibility, duration, and approvals.
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": "Organization",
"@id": "https://www.example.com/about#org",
"name": "Northwind Software",
"url": "https://www.example.com",
"logo": "https://www.example.com/assets/logo.svg"
},
{
"@context": "https://schema.org",
"@type": "WebPage",
"@id": "https://www.example.com/policies/parental-leave#page",
"name": "Parental Leave Policy",
"description": "Paid parental leave policy covering eligibility, duration, and application steps.",
"url": "https://www.example.com/policies/parental-leave",
"dateModified": "2025-06-05",
"inLanguage": "en-US"
},
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "Who is eligible for parental leave?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Employees who have been with the company for 6 months or more are eligible."
}
},
{
"@type": "Question",
"name": "How much time is available?",
"acceptedAnswer": {
"@type": "Answer",
"text": "We offer 12 weeks of paid leave and up to 4 weeks unpaid, subject to local laws."
}
},
{
"@type": "Question",
"name": "How do I apply?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Submit a request through the HR portal at least 30 days before your leave date."
}
}
]
},
{
"@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": "Parental Leave", "item": "https://www.example.com/policies/parental-leave" }
]
}
]Yes. If regional policies differ, separate them into distinct pages with their own WebPage entries.
Yes. Reference the handbook in the page content and keep the WebPage URL aligned to this policy.