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

      Media Sponsorship Stack

      Media sponsorship pages with Organization + Offer context, FAQs, and breadcrumb navigation.

      Open generatorValidate in Rich Results Test

      When to use this stack

      • Podcast or newsletter sponsorship package pages
      • Media kit pages with sponsorship tiers and audience stats
      • Campaign pages explaining placements, timelines, and deliverables

      What's included

      • Organization
        Open generator

        Anchors the media brand selling sponsorships.

      • Defines sponsorship package pricing and CTA.

      • Frequently Asked Questions
        Open generator

        Answers audience, placement, and booking questions.

      • Breadcrumb
        Open generator

        Provides navigation context for the sponsorship 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)

      description
      eligibleCustomerType
      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/media#org",
          "name": "Northwind Media",
          "url": "https://www.example.com/media",
          "logo": "https://www.example.com/images/northwind-media-logo.svg",
          "description": "Weekly product and growth newsletter reaching 250k subscribers."
        },
        {
          "@context": "https://schema.org",
          "@type": "Offer",
          "@id": "https://www.example.com/media/sponsorships#offer",
          "name": "Newsletter Sponsorship Package",
          "description": "Includes top placement, sponsor blurb, and dedicated CTA link.",
          "price": "2500.00",
          "priceCurrency": "USD",
          "availability": "https://schema.org/InStock",
          "url": "https://www.example.com/media/sponsorships"
        },
        {
          "@context": "https://schema.org",
          "@type": "FAQPage",
          "mainEntity": [
            {
              "@type": "Question",
              "name": "What is the audience size?",
              "acceptedAnswer": {
                "@type": "Answer",
                "text": "The newsletter reaches 250k subscribers with a 38% open rate."
              }
            },
            {
              "@type": "Question",
              "name": "When are sponsorship slots booked?",
              "acceptedAnswer": {
                "@type": "Answer",
                "text": "We book 4–6 weeks in advance. Contact us for current availability."
              }
            },
            {
              "@type": "Question",
              "name": "Can I sponsor multiple issues?",
              "acceptedAnswer": {
                "@type": "Answer",
                "text": "Yes. Multi-issue bundles include discounted pricing."
              }
            }
          ]
        },
        {
          "@context": "https://schema.org",
          "@type": "BreadcrumbList",
          "itemListElement": [
            { "@type": "ListItem", "position": 1, "name": "Home", "item": "https://www.example.com" },
            { "@type": "ListItem", "position": 2, "name": "Media", "item": "https://www.example.com/media" },
            { "@type": "ListItem", "position": 3, "name": "Sponsorships", "item": "https://www.example.com/media/sponsorships" }
          ]
        }
      ]

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

      Yes. Add one Offer per tier (standard, premium, takeover) and match each CTA.

      How do I show audience demographics?

      Include demographics in page copy and reference them in FAQ answers when relevant.

      References