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

      Partner Program Stack

      Partner/affiliate program pages with Organization + Offer, FAQs, and breadcrumb navigation.

      Open generatorValidate in Rich Results Test

      When to use this stack

      • Partner/affiliate program enrollment pages
      • Program overview pages that highlight benefits and terms
      • Pages where FAQs clarify eligibility, payouts, and onboarding

      What's included

      • Organization
        Open generator

        Anchors the brand offering the partner program.

      • Expresses the partner/affiliate program benefits and terms.

      • Frequently Asked Questions
        Open generator

        Answers eligibility, payout, and onboarding questions.

      • Breadcrumb
        Open generator

        Provides navigation context to the partner program 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`).

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

      Recommended properties (stack union)

      contactPoint.contactType
      description
      eligibleRegion
      itemListElement[].item
      mainEntity[].acceptedAnswer.text
      mainEntity[].author.name
      mainEntity[].name
      priceValidUntil
      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/partners#org",
          "name": "Example Corp",
          "url": "https://www.example.com",
          "logo": "https://www.example.com/assets/logo.svg",
          "sameAs": [
            "https://www.linkedin.com/company/example-corp"
          ]
        },
        {
          "@context": "https://schema.org",
          "@type": "Offer",
          "@id": "https://www.example.com/partners#offer",
          "name": "Example Partner Program",
          "description": "Earn recurring commissions and get co-marketing resources as an Example partner.",
          "price": "0.00",
          "priceCurrency": "USD",
          "availability": "https://schema.org/InStock",
          "url": "https://www.example.com/partners/apply",
          "eligibleRegion": "Worldwide"
        },
        {
          "@context": "https://schema.org",
          "@type": "FAQPage",
          "mainEntity": [
            {
              "@type": "Question",
              "name": "Who can apply?",
              "acceptedAnswer": {
                "@type": "Answer",
                "text": "Agencies, consultants, and creators with relevant audiences can apply. We review applications within 5 business days."
              }
            },
            {
              "@type": "Question",
              "name": "How are commissions paid?",
              "acceptedAnswer": {
                "@type": "Answer",
                "text": "We pay monthly via ACH or PayPal once you reach the minimum payout threshold. See program terms for details."
              }
            },
            {
              "@type": "Question",
              "name": "Do you provide co-marketing materials?",
              "acceptedAnswer": {
                "@type": "Answer",
                "text": "Yes. Partners get access to a content kit, product updates, and joint webinar opportunities."
              }
            }
          ]
        },
        {
          "@context": "https://schema.org",
          "@type": "BreadcrumbList",
          "itemListElement": [
            { "@type": "ListItem", "position": 1, "name": "Home", "item": "https://www.example.com" },
            { "@type": "ListItem", "position": 2, "name": "Partners", "item": "https://www.example.com/partners" }
          ]
        }
      ]

      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 the Offer be $0.00?

      Yes for a free partner/affiliate program. If you charge a fee, reflect the real price and currency.

      Can I add multiple offer tiers?

      Add one Offer per tier visible on the page, each with its own URL and eligibility details.

      References