Head code

Add FAQ and live-show Event structured data

Go beyond the podcast markup PodView already emits: describe your FAQs and live events so search and AI answer engines surface them directly.

FAQ rich results under your search listing Live shows and recordings as Google events Richer answers in ChatGPT, Perplexity and Gemini

Already built into PodView

PodView already emits PodcastSeries and per-episode structured data on every page automatically — do NOT paste that again, it would duplicate ours. This recipe adds different entities (FAQPage, Event) on top, which the automatic markup does not cover.

The snippet

<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "FAQPage",
  "mainEntity": [{
    "@type": "Question",
    "name": "How can I be a guest on the show?",
    "acceptedAnswer": {
      "@type": "Answer",
      "text": "Pitch yourself on our contact page — we reply within a week."
    }
  }]
}
</script>

Replace the question/answer with your own (add more objects to the array) and paste it into the Head slot. For a live show, ask the AI prompt below for an Event block instead.

No coding? Ask an AI

Generate Schema.org JSON-LD for my podcast website. I want a FAQPage block with these Q&As: [LIST]. Also an Event block for my live show '[NAME]' on [DATE] at [VENUE / URL]. Output only the <script type='application/ld+json'> blocks. Do NOT include PodcastSeries — my host already adds that.

How to add it

  1. 1 Copy the snippet above and adjust the placeholder values.
  2. 2 In your PodView Control Panel, open Advanced (Creator plan).
  3. 3 Paste it into the Head code field and turn its toggle on.
  4. 4 Save, then reload your public site to confirm it works.

PodView renders custom code exactly as written. Only paste snippets from sources you trust, and add one at a time so you can spot any that misbehaves.

Advanced Customization is a Creator feature

Paste this snippet and go live in minutes once you're on Creator.

See Creator pricing