← HomeHow to Get Cited in AI
Answer

What is DefinedTerm schema?

By Jason Burns, Founder of HurcuLeads · Stuff Doer at Adolicious · Updated

DefinedTerm is a schema.org type for a word or phrase with a defined meaning — glossary entries, industry jargon, controlled vocabulary — that lets a page declare its definitions as machine-readable entities linked into a DefinedTermSet.

The type is documented at schema.org/DefinedTerm. Core properties: name (the term itself), description (the definition), termCode (short code if applicable), inDefinedTermSet (the parent glossary), and url (the canonical page).

Google does not currently document a rich-result treatment for DefinedTerm, so the type is not a rich-result play. Its value is entity clarity: an answer engine that retrieves a glossary page can see immediately that the page defines a specific term, tied to a parent glossary set, on a specific canonical URL.

Publishers building a glossary should combine three things per term page: DefinedTerm JSON-LD, a visible H1 that is the term, and a visible definition matching the schema description. Group all terms under a single DefinedTermSet node hosted at the glossary index URL.

Cross-link glossary entries to the answer pages that use each term — the internal link lattice is how answer engines discover the depth of coverage on a topic.

Related terms

Sources

Related questions people ask next

  • What is structured data?

    Structured data is machine-readable metadata added to a web page — typically as JSON-LD in the head — that describes the page's content using a shared vocabulary (schema.org) so search engines and answer engines can understand what the page is about beyond raw text.

  • How do I build an entity graph for my business?

    Build an entity graph for your business by publishing a schema.org Organization node with a stable @id and a sameAs array linking to authoritative external profiles — Wikipedia, Wikidata, LinkedIn, Crunchbase, official social accounts — then referencing that same @id from every Article, QAPage, and Person node on the site.

  • Does schema.org markup affect AI citations?

    Schema.org markup affects AI citations indirectly but reliably — it collapses the model's attribution problem by making the author, publisher, and answer text machine-readable, and it is the primary signal Google uses to render both classic rich results and the source strip in AI Overviews.

  • What is QAPage schema and when should I use it?

    QAPage is a schema.org page type for a page whose primary content is a single user-submitted question with one or more community-submitted answers — use it when the visible page matches that shape, and use FAQPage instead when a single author is publishing an official answer.