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 Media Kit Stack

      Creator media kit pages with Person + WebPage + ImageObject, FAQs, and breadcrumb navigation.

      Open generatorValidate in Rich Results Test

      When to use this stack

      • Influencer media kit pages with audience stats and contact info
      • Creator press pages showcasing headshots and brand guidelines
      • Pages where FAQs clarify sponsorships and deliverables

      What's included

      • Defines the creator identity and social profiles.

      • Represents the media kit page itself.

      • Image Object
        Open generator

        Describes downloadable press images or headshots.

      • Frequently Asked Questions
        Open generator

        Answers sponsorship, rates, and usage questions.

      • Breadcrumb
        Open generator

        Provides navigation context for the media kit.

      Required properties (stack union)

      Ensure every applicable required property is present in your implementation. Nested props reference their parent objects (for example, `offers.priceCurrency`).

      contentUrl
      description
      itemListElement[].name
      mainEntity[].@type=Question
      mainEntity[].acceptedAnswer.text
      name
      url

      Recommended properties (stack union)

      acquireLicensePage
      caption
      creator.name
      dateModified
      image
      inLanguage
      itemListElement[].item
      jobTitle
      license
      mainEntity[].acceptedAnswer.text
      mainEntity[].author.name
      mainEntity[].name
      sameAs[]
      worksFor.name

      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-park#person",
          "name": "Ava Park",
          "url": "https://www.example.com/creators/ava-park",
          "jobTitle": "Creator",
          "image": "https://www.example.com/images/ava-park-headshot.webp",
          "worksFor": { "@type": "Organization", "name": "Ava Park Studio" },
          "sameAs": [
            "https://www.instagram.com/ava.park",
            "https://www.tiktok.com/@avapark"
          ]
        },
        {
          "@context": "https://schema.org",
          "@type": "WebPage",
          "@id": "https://www.example.com/creators/ava-park/media-kit#page",
          "name": "Ava Park Media Kit",
          "description": "Audience demographics, collaboration packages, and press assets.",
          "url": "https://www.example.com/creators/ava-park/media-kit",
          "inLanguage": "en",
          "dateModified": "2026-03-12"
        },
        {
          "@context": "https://schema.org",
          "@type": "ImageObject",
          "@id": "https://www.example.com/creators/ava-park/media-kit#headshot",
          "contentUrl": "https://www.example.com/assets/press/ava-park-headshot.webp",
          "description": "High-resolution headshot for press and partner use.",
          "caption": "Ava Park headshot",
          "creator": { "@type": "Person", "name": "Ava Park" },
          "license": "https://www.example.com/creators/ava-park/media-kit#license",
          "acquireLicensePage": "https://www.example.com/creators/ava-park/media-kit"
        },
        {
          "@context": "https://schema.org",
          "@type": "FAQPage",
          "mainEntity": [
            {
              "@type": "Question",
              "name": "What types of sponsorships do you offer?",
              "acceptedAnswer": {
                "@type": "Answer",
                "text": "Sponsored videos, social posts, and long-form integrations tailored to campaign goals."
              }
            },
            {
              "@type": "Question",
              "name": "How far in advance should brands book?",
              "acceptedAnswer": {
                "@type": "Answer",
                "text": "Please book at least 4-6 weeks in advance to secure production time."
              }
            },
            {
              "@type": "Question",
              "name": "Can partners use your photos?",
              "acceptedAnswer": {
                "@type": "Answer",
                "text": "Yes, with approval. Use the press assets provided in the media kit and follow the usage guidelines."
              }
            }
          ]
        },
        {
          "@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": "Media Kit", "item": "https://www.example.com/creators/ava-park/media-kit" }
          ]
        }
      ]

      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 ImageObject entries?

      Yes. Add one ImageObject per asset (headshot, logo, brand photos) with unique @id values.

      Do I need Person and WebPage?

      Yes. Person anchors the creator profile while WebPage describes the media kit landing page.

      References