Add schema that matches your page type —
Article for guides /
blog posts,
FAQ Page for Q&A blocks,
How To for step-by-step instructions, and
Organization / Website site-wide so that search engines and AI systems can reliably understand and extract your answers.
Schema (structured data) is machine-readable info you add to your pages —usually as
JSON-LD —
so that systems don’t have to guess what your content means. For AEO, schema helps in two big ways:
- It clarifies what the content is about (a guide, FAQ, how-to, business info, etc).
- It makes it easier to reuse your content as a direct answer (snippets, AI answers, voice).
Where to put schema:
- You paste JSON-LD into the page <head> area.
- In most site builders, this is under something like Page Settings → Additional HTML → HEAD.
Organization / Website schema is best added
site-wide (if your platform supports
global HEAD).
Minimal schema set for most sites:
- Organization (site-wide) — who you are
- Website (site-wide) — what site this is
- Article (per blog posts/guide) — what the page is
- FAQ Page (on pages that have Q/A)
- How To (on pages with steps)