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

      Careers / Jobs Stack

      Job detail pages with employer identity, optional salary estimates, FAQs, and breadcrumb context.

      Open generatorValidate in Rich Results Test

      When to use this stack

      • Job detail pages on company career sites
      • Roles that need org identity, salary clarity, and navigation
      • Pages where FAQs cover location, process, and compensation

      What's included

      • Job Posting
        Open generator

        Primary job entity with title, description, dates, employer, and location.

      • Organization
        Open generator

        Employer identity for trust and eligibility.

      • Estimated Salary
        Open generator

        Optional salary estimates to align with job surfaces.

      • Frequently Asked Questions
        Open generator

        Answer application process, location, and compensation questions.

      • Breadcrumb
        Open generator

        Navigation context within careers.

      Required properties (stack union)

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

      datePosted
      description
      employmentType
      estimatedSalary.currency
      estimatedSalary.percentile50.value
      hiringOrganization.name
      itemListElement[].name
      jobLocation.address.addressCountry
      jobLocation.address.addressLocality
      jobLocation.address.addressRegion
      logo
      mainEntity[].@type=Question
      mainEntity[].acceptedAnswer.text
      name
      title
      url
      validThrough

      Recommended properties (stack union)

      applicantLocationRequirements.name
      baseSalary.currency
      baseSalary.value.unitText
      baseSalary.value.value
      contactPoint.contactType
      contactPoint.telephone
      directApply
      estimatedSalary.percentile10.value
      estimatedSalary.percentile90.value
      estimatedSalary.unitText
      hiringOrganization.url
      industry
      itemListElement[].item
      jobLocation.address.postalCode
      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": "JobPosting",
          "@id": "https://www.example.com/careers/senior-fe#job",
          "title": "Senior Frontend Engineer",
          "description": "Build and optimize our web app experience. Collaborate with design and product to ship performant UI.",
          "datePosted": "2026-02-18",
          "validThrough": "2026-03-20",
          "employmentType": "FULL_TIME",
          "hiringOrganization": {
            "@type": "Organization",
            "name": "Example Software",
            "url": "https://www.example.com",
            "logo": "https://www.example.com/images/logo-120x60.png"
          },
          "jobLocation": {
            "@type": "Place",
            "address": {
              "@type": "PostalAddress",
              "addressLocality": "Austin",
              "addressRegion": "TX",
              "addressCountry": "US"
            }
          },
          "applicantLocationRequirements": {
            "@type": "Country",
            "name": "US"
          },
          "directApply": true,
          "baseSalary": {
            "@type": "MonetaryAmount",
            "currency": "USD",
            "value": {
              "@type": "QuantitativeValue",
              "value": 165000,
              "unitText": "YEAR"
            }
          },
          "estimatedSalary": {
            "@type": "MonetaryAmountDistribution",
            "currency": "USD",
            "unitText": "YEAR",
            "percentile10": {
              "@type": "MonetaryAmount",
              "value": 145000,
              "currency": "USD"
            },
            "percentile50": {
              "@type": "MonetaryAmount",
              "value": 165000,
              "currency": "USD"
            },
            "percentile90": {
              "@type": "MonetaryAmount",
              "value": 185000,
              "currency": "USD"
            }
          },
          "industry": "Software",
          "identifier": {
            "@type": "PropertyValue",
            "name": "Req ID",
            "value": "FE-2026-01"
          }
        },
        {
          "@context": "https://schema.org",
          "@type": "Organization",
          "@id": "https://www.example.com/#org",
          "name": "Example Software",
          "url": "https://www.example.com",
          "logo": "https://www.example.com/images/logo-120x60.png",
          "sameAs": [
            "https://www.linkedin.com/company/example",
            "https://twitter.com/example"
          ]
        },
        {
          "@context": "https://schema.org",
          "@type": "FAQPage",
          "mainEntity": [
            {
              "@type": "Question",
              "name": "Is this role remote?",
              "acceptedAnswer": {
                "@type": "Answer",
                "text": "Yes. We are remote-first in the US with optional coworking stipends."
              }
            },
            {
              "@type": "Question",
              "name": "What is the interview process?",
              "acceptedAnswer": {
                "@type": "Answer",
                "text": "Intro call, portfolio review, a live pairing session, and final panel. No take-home test."
              }
            }
          ]
        },
        {
          "@context": "https://schema.org",
          "@type": "BreadcrumbList",
          "itemListElement": [
            { "@type": "ListItem", "position": 1, "name": "Home", "item": "https://www.example.com" },
            { "@type": "ListItem", "position": 2, "name": "Careers", "item": "https://www.example.com/careers" },
            { "@type": "ListItem", "position": 3, "name": "Senior Frontend Engineer", "item": "https://www.example.com/careers/senior-fe" }
          ]
        }
      ]

      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

      Do I have to include estimatedSalary?

      No. It’s optional. If you include it, keep currency and unitText aligned; otherwise omit that section.

      What if the role is remote anywhere?

      Set applicantLocationRequirements to a broader region or omit it; keep jobLocation consistent with how you list the role on the page.

      References