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

      Press Interview Request Stack

      Press interview request pages with Organization + WebPage context, FAQs, and breadcrumbs.

      Open generatorValidate in Rich Results Test

      When to use this stack

      • Press inquiry pages for journalists
      • PR contact pages with interview guidelines
      • Media request pages covering timelines and assets

      What's included

      • Declares the press interview request page and summary.

      • Organization
        Open generator

        Anchors the company or media contact organization.

      • Frequently Asked Questions
        Open generator

        Answers deadlines, approvals, and asset usage questions.

      • Breadcrumb
        Open generator

        Provides navigation context for the press 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`).

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

      Recommended properties (stack union)

      dateModified
      description
      inLanguage
      itemListElement[].item
      mainEntity[].acceptedAnswer.text
      mainEntity[].author.name
      mainEntity[].name
      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": "WebPage",
          "@id": "https://www.example.com/press/interview-request#page",
          "name": "Press Interview Requests",
          "description": "Guidelines and contact details for press interviews with Northwind.",
          "url": "https://www.example.com/press/interview-request",
          "inLanguage": "en",
          "dateModified": "2025-04-10"
        },
        {
          "@context": "https://schema.org",
          "@type": "Organization",
          "@id": "https://www.example.com/press#org",
          "name": "Northwind",
          "url": "https://www.example.com",
          "logo": "https://www.example.com/images/northwind-logo.svg",
          "description": "Product platform for growing customer teams."
        },
        {
          "@context": "https://schema.org",
          "@type": "FAQPage",
          "mainEntity": [
            {
              "@type": "Question",
              "name": "How far in advance should I request an interview?",
              "acceptedAnswer": {
                "@type": "Answer",
                "text": "Please submit requests at least two weeks in advance to coordinate schedules."
              }
            },
            {
              "@type": "Question",
              "name": "Can I use your logos and product images?",
              "acceptedAnswer": {
                "@type": "Answer",
                "text": "Yes. Use approved assets from our press kit or request new ones if needed."
              }
            },
            {
              "@type": "Question",
              "name": "Will quotes need approval?",
              "acceptedAnswer": {
                "@type": "Answer",
                "text": "We request the opportunity to review quotes for accuracy before publication."
              }
            }
          ]
        },
        {
          "@context": "https://schema.org",
          "@type": "BreadcrumbList",
          "itemListElement": [
            { "@type": "ListItem", "position": 1, "name": "Home", "item": "https://www.example.com" },
            { "@type": "ListItem", "position": 2, "name": "Press", "item": "https://www.example.com/press" },
            { "@type": "ListItem", "position": 3, "name": "Interview Request", "item": "https://www.example.com/press/interview-request" }
          ]
        }
      ]

      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 media contacts?

      Include press contact names and emails in page copy and keep schema aligned with visible info.

      How do I handle embargoes?

      Describe embargo policies in the FAQ and ensure the timeline matches your press workflow.

      References