Generate FAQ schema markup from existing page content
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.
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}} {{PAGE_URL}}{{QA_PAIRS}}
How to use this prompt
- Copy the prompt above (Copy button on the top-right).
- Replace each
{{VAR}}with your own value. Variables:{{PAGE_URL}}{{QA_PAIRS}}. - Paste it into one of the recommended tools below.
- 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.
Pair this prompt with a tool
Surfer SEO
$89/moReal-time SEO scoring while you write.
Surfer scores your draft against the top-ranking competitors in real time. Indispensable for anyone publishing programmatic SEO content at scale.
Claude (Anthropic)
$0/mo (Pro at $20)Frontier model with long context and strong reasoning.
Claude (Opus / Sonnet / Haiku tiers) is the assistant favored by writers and engineers who care about reasoning quality and tone. 1M token context on Opus.
ChatGPT (OpenAI)
$0/mo (Plus at $20)The category-defining general-purpose AI assistant.
ChatGPT has the broadest feature surface: image gen, voice, custom GPTs, web browsing, code execution. Often the right default; sometimes beaten on specific tasks by Claude or Perplexity.
Jasper
$39/moEnterprise-grade marketing AI with brand-voice controls.
Jasper is built for marketing teams that need on-brand output at scale. Strong template library, decent brand-voice fine-tuning, plugs into Surfer for SEO.
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.