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

      Influencer Sponsorship Offer Stack

      Creator sponsorship offer pages with Person + Offer context, FAQs, and breadcrumb navigation.

      Open generatorValidate in Rich Results Test

      When to use this stack

      • Influencer sponsorship rate card pages
      • Creator brand partnership inquiry pages
      • Pages where FAQs clarify deliverables, timelines, and usage rights

      What's included

      • Defines the creator identity and profile URL.

      • Describes sponsorship packages, pricing, and inquiry URL.

      • Frequently Asked Questions
        Open generator

        Answers questions about deliverables, usage rights, and timelines.

      • Breadcrumb
        Open generator

        Provides navigation context for the sponsorship offer 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
      itemOffered.@id
      mainEntity[].@type=Question
      mainEntity[].acceptedAnswer.text
      name
      price
      priceCurrency
      url

      Recommended properties (stack union)

      description
      eligibleRegion
      image
      itemListElement[].item
      jobTitle
      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": "Person",
          "@id": "https://www.example.com/creators/ava-lee#person",
          "name": "Ava Lee",
          "url": "https://www.example.com/creators/ava-lee",
          "image": "https://www.example.com/images/ava-lee.webp",
          "jobTitle": "Lifestyle Creator",
          "sameAs": [
            "https://www.instagram.com/ava",
            "https://www.youtube.com/@ava"
          ]
        },
        {
          "@context": "https://schema.org",
          "@type": "Offer",
          "@id": "https://www.example.com/creators/ava-lee#offer",
          "name": "Sponsored Instagram Reel Package",
          "price": "1800.00",
          "priceCurrency": "USD",
          "availability": "https://schema.org/InStock",
          "url": "https://www.example.com/creators/ava-lee/sponsor",
          "itemOffered": { "@id": "https://www.example.com/creators/ava-lee#person" },
          "description": "One 30-60s Reel, 3 story frames, and usage rights for 30 days.",
          "eligibleRegion": "Worldwide"
        },
        {
          "@context": "https://schema.org",
          "@type": "FAQPage",
          "mainEntity": [
            {
              "@type": "Question",
              "name": "What deliverables are included?",
              "acceptedAnswer": {
                "@type": "Answer",
                "text": "Packages include agreed deliverables such as a Reel, story frames, and a link in bio."
              }
            },
            {
              "@type": "Question",
              "name": "How long is the turnaround time?",
              "acceptedAnswer": {
                "@type": "Answer",
                "text": "Typical turnaround is 2–3 weeks from contract signature to posting."
              }
            },
            {
              "@type": "Question",
              "name": "Do you offer usage rights?",
              "acceptedAnswer": {
                "@type": "Answer",
                "text": "Yes. Usage rights are included for 30 days, with extensions available."
              }
            }
          ]
        },
        {
          "@context": "https://schema.org",
          "@type": "BreadcrumbList",
          "itemListElement": [
            { "@type": "ListItem", "position": 1, "name": "Home", "item": "https://www.example.com" },
            { "@type": "ListItem", "position": 2, "name": "Creators", "item": "https://www.example.com/creators" },
            { "@type": "ListItem", "position": 3, "name": "Ava Lee", "item": "https://www.example.com/creators/ava-lee" }
          ]
        }
      ]

      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 list multiple sponsorship tiers?

      Yes. Add one Offer entry per package with its own price and deliverables.

      How do I represent campaign exclusivity?

      Mention exclusivity windows in the Offer description and ensure they match contract terms.

      References