SEO and Accessibility

Where web accessibility and SEO genuinely overlap (alt text, headings, link text, speed) and where they diverge — plus why Google says accessibility isn't a ranking factor.

First published: Jul 2, 2026 · Last updated: Jul 19, 2026 · Advanced
demand #22 in How Search Works#125 in Technical SEO#168 on the site
1 evidence signal on this page

Accessibility and SEO overlap, but they're not the same thing. Google's John Mueller has said accessibility is not a direct ranking factor — Google has no way to quantify it across sites. The real overlap is a short, checkable list: descriptive alt text, meaningful headings, descriptive link text instead of 'click here', captions/transcripts, readable contrast, and fast, stable pages. But a large share of WCAG's 86 success criteria — keyboard focus order, ARIA live regions, form-label association — have zero SEO value because no crawler tabs through your page. Do that work anyway: it's a legal and ethical obligation, not an SEO play. And ignore overlay widgets — the FTC fined AccessiBe $1M over its compliance claims.

TL;DR — Accessibility and SEO are separate disciplines with a real but bounded overlap. Google’s Mueller has said accessibility is not a direct ranking factor, and Google has no defined metric to quantify it across sites. The genuine two-for-one fixes: descriptive alt textAlt text is the value of the `alt` attribute on an HTML `<img>` element — a short text substitute chosen for the image's purpose and context, not a literal description of what it shows. It makes images accessible to screen-reader users and helps search engines understand images, mainly for image search. (strongest for image search), meaningful headings (existence, not strict numeric order — Google says out-of-order headings don’t hurt rankings), descriptive link textAnchor text is the visible, clickable text of a hyperlink. It tells readers what they'll find on the other end and gives search engines context about the linked page., captions/transcripts, contrast/readability, and page speed/Core Web VitalsGoogle's three real-user UX metrics — LCP (loading), INP (responsiveness), and CLS (visual stability) — used by Google's ranking systems, with no official weight attached, measured on field data. (shared root causes, not a Google-labeled “accessibility” signal). Where they diverge: keyboard focus order, ARIA live regions, and form-label association are WCAG requirements with no direct SEO mechanism. Do the accessibility-only work anyway; ethical and legal requirements do not depend on a ranking benefit, and legal obligations vary by jurisdiction and context.

Evidence for this claim WCAG 2.2 defines testable accessibility success criteria across perceivable, operable, understandable, and robust principles. Scope: W3C accessibility standard; accessibility conformance is not an SEO ranking guarantee. Confidence: high · Verified: W3C: Web Content Accessibility Guidelines 2.2 Evidence for this claim Descriptive alt text and crawlable descriptive links are recommended by Google and also overlap with accessible content practices. Scope: Current Google image and link guidance; overlap does not make WCAG conformance a ranking factor. Confidence: high · Verified: Google Search Central: Image SEO best practices

Two disciplines, one Venn diagram

Accessibility is governed by WCAG — the W3C’s Web Content Accessibility Guidelines, currently at version 2.2 (released October 2023). WCAG organizes 86 testable “success criteria” (78 in WCAG 2.1, plus 9 new in 2.2, minus 4.1.1 Parsing, which 2.2 removed as obsolete) under four principles — Perceivable, Operable, Understandable, Robust (the “POUR” model) — across three conformance levels: A, AA, and AAA (AA is the common legal target). It’s a legal/ethical/UX standard.

SEO is about search-engine visibility. The two overlap because a screen reader and a search crawlerA crawler — also called a spider or bot — is an automated program that fetches web pages, extracts their links, and queues new URLs to visit. Search engines use crawlers to discover and download content for their index. are both trying to understand a page they can’t see the way a sighted human does. But the overlap is a specific, checkable list — not the whole of either discipline. The mistake nearly every “accessibility improves SEO” article makes is blurring three very different things: (1) genuine shared signals, (2) shared root causes that aren’t literally “accessibility” in Google’s own taxonomy, and (3) WCAG criteria with no SEO mechanism at all. Let’s keep them separate.

Is accessibility a ranking factor? No — here’s Google’s actual statement

In a March 2022 Search Central office-hours session, John Mueller was asked whether accessibility improvements help rankings. His answer:

“No, not really. So I think accessibility is something that is important for a website because, if you drive your users away with a website that they can’t use, then they’re not going to recommend it to other people. But it’s not something that we would pick up and use as a direct ranking factor when it comes to search.”

Two things worth pulling out of that. First, Mueller’s reasoning: Google doesn’t have a way to objectively quantify accessibility across sites the way Core Web Vitals define a comparable speed/stability metric. There’s no accessibility score to feed a ranking system. Second, he left the door open — “maybe this will change over time” — but as of now it’s a clear no.

There’s corroborating structural evidence, too. Google’s own Guide to Google Search Ranking Systems enumerates its named ranking systems — BERTSemantic search is meaning-based retrieval — matching what a user means, not just the words they typed. Search engines detect entities, expand synonyms, infer intent, and rank by conceptual relevance, which is why keyword stuffing lost its power and topical depth gained it., MUM, RankBrain, neural matching, the reviews system, spam-detection systems, link analysis and PageRankPageRank is Google's original recursive link-graph algorithm: a page's score depends on the scores of the pages linking to it, and in the published model each page's score is split across its outbound links (the simplified version: links are weighted votes). Google says it's evolved since launch but still part of its core ranking systems., and so on. There is no accessibility-named system on that list. Core Web VitalsGoogle's three real-user UX metrics — LCP (loading), INP (responsiveness), and CLS (visual stability) — used by Google's ranking systems, with no official weight attached, measured on field data. isn’t on that named-systems list either — Google documents it separately, under page experience, as one of the signals its ranking systems draw on. Accessibility isn’t a ranking input hiding somewhere; it simply isn’t one.

Where they genuinely overlap

These are the fixes where doing the accessible thing also helps SEO. This is the list that’s actually true.

Descriptive alt textAlt text is the value of the `alt` attribute on an HTML `<img>` element — a short text substitute chosen for the image's purpose and context, not a literal description of what it shows. It makes images accessible to screen-reader users and helps search engines understand images, mainly for image search.. WCAG 1.1.1 (Non-text Content, Level A) requires text alternatives for images so screen-reader users know what an image shows. Google’s own image docs make the SEO side explicit: “The most important attribute when it comes to providing more metadata for an image is the alt text (text that describes an image), which also improves accessibility for people who can’t see images on web pages.” Google uses that text — alongside computer vision and page context — to understand the image. The accuracy caveat: alt text’s ranking value is strongest for Google Images, and much weaker as a general web-ranking lever; for regular search it’s treated as page text/context, not a heavily weighted standalone signal. And Google warns against stuffing it: “Avoid filling alt attributes with keywords… as it results in a negative user experience and may cause your site to be seen as spam.” Our full treatment of alt text goes deeper on the image-search side.

Meaningful headings — but not strict order. Having real, descriptive headings helps screen-reader users navigate by heading list and helps search engines identify content sections. This is genuine overlap. But be precise about what overlaps: the existence of meaningful headings helps both; keeping them in strict numeric sequence (H1An H1 tag is the HTML `<h1>` element that marks a page's primary heading — the big visible headline at the top of the content. It helps users, search engines, and screen readers understand what the page is about. → H2 → H3, never skipping) is accessibility-only. Google’s Gary Illyes said heading semantic order “is great for screen readers, but from Google Search’s perspective, it doesn’t matter if you use them out of order.” So “write real headings” is the two-for-one; “never skip a level” is a WCAG practice (1.3.1 Info and Relationships) with no ranking effect — our piece on header tagsHeader tags (heading tags) are the HTML elements <h1> through <h6> that mark the structural hierarchy of a page's content. They help users, search engines, and screen readers understand what each section is about. covers the ranking side in full.

Descriptive link text vs. “click here”. WCAG 2.4.4 (Link Purpose, In Context) and Google’s own anchor-text guidance converge on the exact same rule from opposite directions. Google: “Good anchor textAnchor text is the visible, clickable text of a hyperlink. It tells readers what they'll find on the other end and gives search engines context about the linked page. is descriptive, reasonably concise, and relevant to the page that it’s on and to the page it links to,” and it specifically calls out “Click here,” “Read more,” and “website” as poor anchor text. Accessibility guidance flags the identical failure — a screen-reader user tabbing through a page’s link list hears only “click here, click here, click here.” One fix, both audiences. (In the Web Almanac 2021 SEO chapter I led, we found 16% of tested links didn’t have descriptive anchor text — “a missed opportunity from an SEO perspective and also bad for accessibility.”)

Captions and transcripts. These let deaf and hard-of-hearing users follow audio/video (a WCAG requirement) and give search engines crawlable text for otherwise opaque media. Genuine overlap — though I’ll flag honestly that I couldn’t pin a first-party Google statement calling transcripts an indexingStoring a crawled page in the search index so it can appear in results. Crawled is not the same as indexed — Google selects what to keep, and indexing isn't guaranteed. signal; treat this as a longstanding, logical, widely-repeated practice rather than something Google explicitly endorses.

Color contrast and readability. WCAG 1.4.3 requires 4.5:1 contrast for normal text. Low-contrast text is harder for everyone to read, which plausibly feeds indirect engagement signals. But be careful here — this is indirect and correlational, not a stated Google ranking mechanism. Contrast helps scanability; it isn’t a scored SEO input.

Page speed and Core Web VitalsWeb Vitals is Google's initiative (launched May 2020) for unified page-experience quality signals. Core Web Vitals — LCP, INP, and CLS — are the subset used in ranking; the rest (TTFB, FCP, TBT, Speed Index) are diagnostic, not ranking factors.. This one is real overlap but frequently mislabeled. Core Web Vitals are used by Google’s ranking systems. But Google doesn’t frame CWV as an “accessibility” signal in its own docs — CWV and accessibility are parallel UX-quality efforts with shared root causes. A slow, layout-shifting page is bad for everyone, and users with motor or cognitive disabilities are disproportionately hurt by an unexpected layout shift (CLSCumulative Layout Shift — a unitless score for unexpected visual movement, taken from the largest burst (session window) of layout shifts, not the lifetime sum. ≤0.1 is good.) that moves a tap target right as they’re about to tap it. Frame it as “shared underlying cause,” not “Google counts accessibility via Core Web Vitals.”

TIP Catch the accessibility issues that also hide useful page context

Missing image alternatives are a genuine accessibility and image-understanding overlap. This automated check is a focused first pass, not a complete WCAG audit or legal-compliance verdict.

Run the page through my Accessibility Checker to surface missing alt attributes and other machine-detectable issues before a manual review. Accessibility Checker Free

  1. Fix meaningful images that have no alt attribute.
  2. Use concise, contextual descriptions; keep decorative images intentionally empty.
  3. Continue with keyboard, screen-reader, contrast, and human usability testing.
The checker identifies the exact element, while the author still has to decide whether the image is meaningful or decorative.

Where they diverge — WCAG criteria with zero SEO value

This is the section almost every competing article skips, and it’s the most important one for setting expectations honestly. A large share of WCAG’s success criteria — especially under the Operable and Robust principles — have no plausible SEO mechanism, because search crawlersA crawler — also called a spider or bot — is an automated program that fetches web pages, extracts their links, and queues new URLs to visit. Search engines use crawlers to discover and download content for their index. don’t interact with a page the way a human using assistive tech does.

  • Keyboard focus order (WCAG 2.4.3, Level A) and focus visibility (2.4.7, Level AA) — these govern whether a keyboard or switch-device user can move through a page in a logical order and see where they are. No search crawler tabs through your page. Zero SEO effect.
  • ARIA live regions / status messages (WCAG 4.1.3, Level AA) — programmatically announcing dynamic changes (“3 items added to cart”) to a screen reader without moving focus. Completely irrelevant to how GooglebotGooglebot is Google's web crawler — the software that fetches pages so Google can index and rank them. It comes in two variants, Googlebot Smartphone (primary, under mobile-first indexing) and Googlebot Desktop, and runs an evergreen Chromium renderer. processes a page.
  • Form-label programmatic association (WCAG 3.3.2, Level A, and part of 1.3.1) — <label for> / aria-labelledby links that let a screen reader announce what a field is. Google doesn’t rank on form-field labeling correctness.

The takeaway: roughly half of WCAG’s 86 criteria concern things with no SEO mechanism at all. Do them anyway. They’re a legal exposure (ADA/WCAG lawsuits are a real and growing landscape) and, more simply, the right thing to do — the WebAIM Million 2025 audit of the top million homepages found 94.8% had detectable WCAG 2 failures, averaging 51 errors per page (low-contrast text on 79.1%, missing alt text on 55.5%, missing form labels on 48.2%). With an estimated 1.3 billion people — 16% of the global population — living with a significant disability (WHO), accessibility isn’t a niche concern. It just isn’t an SEO concern.

The overlay-widget myth

If you take one warning from this piece: accessibility overlay widgets are not a real fix, and they are not an SEO shortcut. These are the JavaScript widgets (AccessiBe, UserWay, and similar) that promise to make any site WCAG-compliant automatically, often “within 48 hours.”

The regulators disagree. In a January 2025 settlement (final order April 2025), the FTC fined AccessiBe $1 million for deceptive marketing over exactly those compliance claims — and the order bars it from making compliance claims without evidence for 20 years. Courts have separately rejected simply installing an overlay as an adequate ADA defense. Overlays reportedly automate only a minority of WCAG issues and can actively interfere with the native assistive tech a user already has. They don’t fix your underlying accessibility, and they carry no independent SEO benefit. Fix the real markup instead.

How Bing frames the adjacent practices

I couldn’t confirm a fetchable, verbatim Bing statement specifically on accessibility this session, so I won’t fabricate one. The closest on-the-record, already-cited-on-this-site point is from Microsoft’s Fabrice Canel, who has said pages with correctly implemented semantic HTML5 have “an advantage in SEO.” That’s adjacent, not identical: semantic HTMLSemantic HTML is the practice of using elements like <main>, <article>, <section>, <nav>, <header>, and <aside> to describe what content is, not just how it looks. It helps search engines and assistive tech identify a page's main content more reliably, but it isn't a ranking factor on its own. (proper landmarks, heading structure) is itself a WCAG-relevant practice (1.3.1), so Bing’s framing lands in the overlap zone — but it’s a claim about semantic markup, not about accessibility conformance as a whole — our write-up on semantic HTML digs into that framing.

The practical takeaway

Here’s the honest split. The fixes that serve both audiences — do these as SEO and accessibility wins: write real alt text, use meaningful headings, use descriptive link text (not “click here”), caption your media, keep contrast readable, and make pages fast and stable. The accessibility-only work — keyboard operability, focus management, ARIA states, form labeling — do it too, just don’t expect a ranking payoff and don’t let it be sold to you as one.

The overlap is real, but it’s a short list. Anyone telling you “accessibility = SEO” is overstating it in one direction; anyone dismissing accessibility because “it’s not a ranking factor” is missing the point in the other. Both matter. They just mostly matter for different reasons.

Add an expert note

Pin an expert quote

New person? Create their unclaimed profile at /admin/experts/ → Pin a quote first.