LLM accessibility signals are the structural and semantic cues embedded in a web page’s code — semantic HTML, heading hierarchy, alt text, structured data, and clear prose — that shape how precisely a large language model can interpret, understand, and cite its content. These signals impact how well a model represents a page’s content because a large language model doesn’t see the page the way a person does — it has no access to layout, visual hierarchy, or design cues. It only has the markup underneath, so whatever that markup does or doesn’t communicate is the entirety of what the model has to work with.

Why this overlaps with accessibility

Most of these properties will be immediately familiar to anyone who works in web accessibility, because they are web accessibility. Semantic HTML, logical heading structure, and descriptive alt text exist as requirements under the Web Content Accessibility Guidelines (WCAG) because screen readers and other assistive technology depend on the same machine-readable layer that LLMs now depend on. A signal built to tell a screen reader what a page means tells a language model the same thing, for the same reason. That overlap between AI and web accessibility is the core idea behind LLM accessibility signals: building for one audience means building for the other.

What LLM accessibility signals are

When a large language model crawls a web page, it processes the page’s markup, text, and structured data. The signals it uses to understand the page:

  • Semantic HTML: Whether elements are used according to their intended meaning. <h1> marking the primary topic, <nav> containing navigation, <main> wrapping primary content — these tell a model what is important and what role each section plays.
  • Heading structure: A logical hierarchy lets a model understand how a page is organized and how subtopics relate to the main topic. A page where text is styled visually as a heading but marked up as a <div> provides none of this signal.
  • Alt text quality: Descriptive, accurate alt text gives a model context it cannot derive from the image file itself. Generic or missing alt text leaves gaps in a model’s understanding of what a page is about.
  • Structured data (Schema.org): Markup such as FAQPage, Article, HowTo, and Organization gives a model explicit, machine-readable context. Schema.org signals are among the strongest available because they’re designed precisely for machine interpretation.
  • Content clarity: Plain, specific prose with verifiable claims is easier for a model to paraphrase accurately than vague or jargon-heavy writing.

SpeakableSpecification as a direct LLM signal

SpeakableSpecification is a Schema.org type that lets publishers explicitly mark sections of a page as optimized for AI text-to-speech synthesis and LLM processing. For publishers of reference content — glossary entries, guides, and research reports — it’s among the most targeted signals available for AI search visibility, telling AI systems: here is the definitive, high-quality excerpt from this page, safe to surface or cite directly.