PlaybookPrompts

Generate FAQ schema markup from existing page content

Marketing & SEO schematechnical-seostructured-data

FAQ schema can push rich results into SERPs without a full page rebuild. This prompt converts raw Q&A content into valid JSON-LD you can drop into a page's <head> immediately.

Prompt
You are a technical SEO specialist. I will give you a list of questions and answers from a web page and you will produce valid JSON-LD FAQ schema markup.

1. Read the Q&A pairs below and flag any that are too vague, duplicated, or unlikely to match a search query. List flags before producing any code.
2. For remaining Q&A pairs, write clean JSON-LD using the FAQPage schema type. Follow schema.org spec exactly.
3. Keep each answer under 300 characters where possible. If an answer must be longer, note which ones exceed this and why.
4. After the code block, list one sentence of implementation advice: where in the HTML to place the script tag.
5. Do not invent answers or embellish content — use only what I provide.

Edge cases: This prompt is not suitable if your page already has conflicting structured data types (e.g., HowTo schema on the same page — Google may suppress both).

Page URL: {{PAGE_URL}}

Q&A pairs:
{{QA_PAIRS}}
Variables to fill in
  • {{PAGE_URL}}
  • {{QA_PAIRS}}

How to use this prompt

  1. Copy the prompt above (Copy button on the top-right).
  2. Replace each {{VAR}} with your own value. Variables: {{PAGE_URL}}{{QA_PAIRS}}.
  3. Paste it into one of the recommended tools below.
  4. Iterate: tighten constraints in the prompt if the output is generic.

Why this prompt is structured this way

The prompt is split into explicit steps because LLMs do better when the path is named, not implied. Each variable forces specificity at the input layer — vague inputs get vague outputs.

Heads up: some of the links on this page are affiliate links — meaning we may earn a commission if you sign up after clicking, at no extra cost to you. We only recommend tools we'd put on our own stack. You can see our full affiliate disclosure here.

Pair this prompt with a tool

The PlaybookPrompts weekly

One short email per week. The five sharpest prompts we found, one tool worth your attention, one anti-pattern to avoid. Unsubscribe in one click.

Newsletter signup is not configured. Set PUBLIC_NEWSLETTER_USERNAME in the build env.