Cookies & analytics

    We use cookies for analytics and to serve ads. Accept to enable Google Analytics and AdSense. You can decline to stay opt-out.

    SwiftSchema Logo

    SwiftSchema

    Intuitive Schema Generation at Your Fingertips

    AboutLearnContact
      Stack

      Parental Leave Policy Stack

      Parental leave policy pages with WebPage + Organization context, FAQs, and breadcrumb navigation.

      Open generatorValidate in Rich Results Test

      When to use this stack

      • HR policy pages detailing parental leave benefits
      • Employee handbook pages with leave eligibility details
      • Pages where FAQs clarify timelines and documentation

      What's included

      • Represents the policy page and its canonical URL.

      • Organization
        Open generator

        Anchors the employer or organization issuing the policy.

      • Frequently Asked Questions
        Open generator

        Answers questions about eligibility, duration, and approvals.

      • Breadcrumb
        Open generator

        Provides navigation context for the policy page.

      Required properties (stack union)

      Ensure every applicable required property is present in your implementation. Nested props reference their parent objects (for example, `offers.priceCurrency`).

      itemListElement[].name
      logo
      mainEntity[].@type=Question
      mainEntity[].acceptedAnswer.text
      name
      url

      Recommended properties (stack union)

      address.addressCountry
      dateModified
      description
      inLanguage
      itemListElement[].item
      mainEntity[].acceptedAnswer.text
      mainEntity[].author.name
      mainEntity[].name
      sameAs

      Combined JSON-LD

      Paste as a single script tag. Keep product details, offer data, shipping/returns, and FAQ answers in sync with the page.

      Validate
      [
        {
          "@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" }
          ]
        }
      ]

      Implementation steps

      1. Start from your live product detail page content; ensure titles, prices, and availability match the page.
      2. Embed one JSON-LD script in the head or just before the closing body tag using the combined example as a template.
      3. Fill shipping details for each region you serve and keep them aligned with on-page shipping tables.
      4. Attach your canonical MerchantReturnPolicy URL and keep the policy text in sync with Merchant Center.
      5. Add 3–6 FAQs that address purchase blockers (shipping, returns, compatibility) and keep answers consistent with visible content.
      6. Validate in the Rich Results Test and revalidate after price/availability/policy changes.

      Common errors and fixes

      FAQs

      Should I include regional policy variations?

      Yes. If regional policies differ, separate them into distinct pages with their own WebPage entries.

      Can I link to the employee handbook?

      Yes. Reference the handbook in the page content and keep the WebPage URL aligned to this policy.

      References