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

      Conference Sponsor Page Stack

      Conference sponsorship pages with Organization + Event + Offer, FAQs, and breadcrumb navigation.

      Open generatorValidate in Rich Results Test

      When to use this stack

      • Conference sponsorship prospectus pages with tiered packages
      • Event pages listing sponsor benefits and pricing
      • Pages where FAQs clarify deliverables, deadlines, and logistics

      What's included

      • Organization
        Open generator

        Identifies the conference organizer and brand.

      • Describes the conference being sponsored.

      • Defines the sponsorship package and price.

      • Frequently Asked Questions
        Open generator

        Answers sponsorship deliverables and timeline questions.

      • Breadcrumb
        Open generator

        Provides navigation context for the sponsor 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
      eventAttendanceMode
      itemListElement[].name
      location.name
      logo
      mainEntity[].@type=Question
      mainEntity[].acceptedAnswer.text
      name
      price
      priceCurrency
      startDate
      url

      Recommended properties (stack union)

      category
      contactPoint.contactType
      contactPoint.telephone
      description
      eligibleRegion
      endDate
      eventStatus
      itemListElement[].item
      location.address
      mainEntity[].acceptedAnswer.text
      mainEntity[].author.name
      mainEntity[].name
      organizer.name
      sameAs[]
      url

      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/events/summit#org",
          "name": "SummitConf",
          "url": "https://www.example.com/events/summit",
          "logo": "https://www.example.com/images/summitconf-logo.png",
          "sameAs": [
            "https://www.linkedin.com/company/summitconf",
            "https://www.twitter.com/summitconf"
          ]
        },
        {
          "@context": "https://schema.org",
          "@type": "Event",
          "@id": "https://www.example.com/events/summit#event",
          "name": "SummitConf 2026",
          "description": "Annual product and growth conference with 2,000+ attendees.",
          "startDate": "2026-09-18T09:00:00-07:00",
          "endDate": "2026-09-19T17:00:00-07:00",
          "eventAttendanceMode": "https://schema.org/OfflineEventAttendanceMode",
          "eventStatus": "https://schema.org/EventScheduled",
          "location": {
            "@type": "Place",
            "name": "Cascade Convention Center",
            "address": {
              "@type": "PostalAddress",
              "streetAddress": "800 Pine St",
              "addressLocality": "Seattle",
              "addressRegion": "WA",
              "postalCode": "98101",
              "addressCountry": "US"
            }
          },
          "organizer": { "@type": "Organization", "name": "SummitConf" },
          "url": "https://www.example.com/events/summit"
        },
        {
          "@context": "https://schema.org",
          "@type": "Offer",
          "@id": "https://www.example.com/events/summit/sponsor#offer",
          "name": "Gold Sponsor Package",
          "description": "Booth, keynote placement, email inclusion, and lead list.",
          "price": "15000.00",
          "priceCurrency": "USD",
          "availability": "https://schema.org/InStock",
          "url": "https://www.example.com/events/summit/sponsor#gold",
          "category": "Sponsorship"
        },
        {
          "@context": "https://schema.org",
          "@type": "FAQPage",
          "mainEntity": [
            {
              "@type": "Question",
              "name": "What assets are included in the Gold package?",
              "acceptedAnswer": {
                "@type": "Answer",
                "text": "Gold sponsors receive a 10x10 booth, stage mention, and a featured logo on the event site."
              }
            },
            {
              "@type": "Question",
              "name": "When are sponsor materials due?",
              "acceptedAnswer": {
                "@type": "Answer",
                "text": "Artwork and logo files are due 6 weeks before the event for inclusion in print and web assets."
              }
            },
            {
              "@type": "Question",
              "name": "Can I upgrade later?",
              "acceptedAnswer": {
                "@type": "Answer",
                "text": "Yes, upgrades are available while higher tiers remain open."
              }
            }
          ]
        },
        {
          "@context": "https://schema.org",
          "@type": "BreadcrumbList",
          "itemListElement": [
            { "@type": "ListItem", "position": 1, "name": "Home", "item": "https://www.example.com" },
            { "@type": "ListItem", "position": 2, "name": "SummitConf", "item": "https://www.example.com/events/summit" },
            { "@type": "ListItem", "position": 3, "name": "Sponsorships", "item": "https://www.example.com/events/summit/sponsor" }
          ]
        }
      ]

      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 sponsor tiers?

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

      Do I need Event and Organization?

      Yes. Event describes the conference, while Organization identifies the host.

      References