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

      Resume / CV Builder Stack

      Resume and CV builder tools with WebApplication + Offer context, FAQs, and breadcrumb navigation.

      Open generatorValidate in Rich Results Test

      When to use this stack

      • Resume builder landing pages with template previews
      • CV creation tools with export options and pricing
      • Pages where FAQs clarify ATS formatting and downloads

      What's included

      • Web Application
        Open generator

        Defines the resume builder tool itself.

      • Describes the plan or one-time purchase for the builder.

      • Frequently Asked Questions
        Open generator

        Answers formatting, exports, and support questions.

      • Breadcrumb
        Open generator

        Provides navigation context for the resume builder 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`).

      applicationCategory
      availability
      itemListElement[].name
      mainEntity[].@type=Question
      mainEntity[].acceptedAnswer.text
      name
      operatingSystem
      price
      priceCurrency
      url

      Recommended properties (stack union)

      category
      description
      itemListElement[].item
      mainEntity[].acceptedAnswer.text
      mainEntity[].author.name
      mainEntity[].name
      offers.url
      priceValidUntil
      softwareVersion

      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": "WebApplication",
          "@id": "https://www.example.com/resume-builder#app",
          "name": "Resume Builder",
          "description": "Build ATS-friendly resumes with editable templates and guided sections.",
          "applicationCategory": "BusinessApplication",
          "operatingSystem": "Any",
          "url": "https://www.example.com/resume-builder",
          "offers": { "@id": "https://www.example.com/resume-builder#offer" }
        },
        {
          "@context": "https://schema.org",
          "@type": "Offer",
          "@id": "https://www.example.com/resume-builder#offer",
          "name": "Resume Builder Pro",
          "description": "Unlimited exports, premium templates, and cover letter builder.",
          "price": "19.00",
          "priceCurrency": "USD",
          "availability": "https://schema.org/InStock",
          "url": "https://www.example.com/resume-builder/pricing",
          "category": "Subscription"
        },
        {
          "@context": "https://schema.org",
          "@type": "FAQPage",
          "mainEntity": [
            {
              "@type": "Question",
              "name": "Can I download in PDF and DOCX?",
              "acceptedAnswer": {
                "@type": "Answer",
                "text": "Yes. You can export resumes in PDF or DOCX formats after completing your draft."
              }
            },
            {
              "@type": "Question",
              "name": "Are templates ATS-friendly?",
              "acceptedAnswer": {
                "@type": "Answer",
                "text": "All templates follow ATS-friendly formatting and avoid columns that break parsing."
              }
            },
            {
              "@type": "Question",
              "name": "Can I cancel anytime?",
              "acceptedAnswer": {
                "@type": "Answer",
                "text": "Yes. You can cancel from your account settings and retain access until the billing period ends."
              }
            }
          ]
        },
        {
          "@context": "https://schema.org",
          "@type": "BreadcrumbList",
          "itemListElement": [
            { "@type": "ListItem", "position": 1, "name": "Home", "item": "https://www.example.com" },
            { "@type": "ListItem", "position": 2, "name": "Tools", "item": "https://www.example.com/tools" },
            { "@type": "ListItem", "position": 3, "name": "Resume Builder", "item": "https://www.example.com/resume-builder" }
          ]
        }
      ]

      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 need an Offer if the tool is free?

      Yes. Set price to 0.00 and keep availability and URL aligned to the free signup flow.

      How do I handle multiple plan tiers?

      Include one Offer per tier shown on the page with distinct @id values and URLs.

      References