Consistent Identification
Consistent Identification means that components which do the same thing across a website are labeled and identified the same way each time they appear. For example, a search button or a print icon that repeats on multiple pages should be named and described consistently. This predictability makes a site easier to learn and use, particularly for people who use screen readers or who benefit from reduced cognitive load.
Consistent Identification is WCAG Success Criterion 3.2.4, a Level AA criterion under the Predictable guideline. It requires that functional components appearing repeatedly within a set of web pages be identified consistently. The criterion applies only to consistency across a set of web pages where a component is repeated on more than one page; it does not mandate that identical labels be used for components with differing functions. Consistent text alternatives, labels, and identifiers for repeated functional components support users who rely on screen readers and reduce cognitive load. Note that meeting this criterion is one part of broader WCAG conformance and does not by itself guarantee an accessible experience or legal compliance; manual and assistive technology testing are generally required. This entry is informational and not legal advice.
Why it matters
Consistency is one of the most direct ways to make a website easier to learn and operate. When a component that performs the same function, such as a search button or a print icon, is labeled and described the same way each time it appears across a set of pages, users can build a reliable mental model of how the site works. This predictability especially benefits people who use screen readers, who navigate by hearing labels and identifiers announced, and users who benefit from reduced cognitive load. When the same function is named differently from page to page, users may be forced to relearn the interface repeatedly or may not recognize that two differently labeled controls actually do the same thing.
Consistent Identification is WCAG Success Criterion 3.2.4, a Level AA criterion under the Predictable guideline, and AA is the level most commonly cited as a conformance target. It is worth emphasizing that the criterion addresses consistency only across a set of web pages where a component is repeated on more than one page; it does not require identical labels for components that perform different functions. Meeting this single criterion is one part of broader WCAG conformance and does not by itself guarantee an accessible experience or legal compliance.
As with other WCAG success criteria, automated testing detects only a portion of relevant issues, and manual and assistive technology testing are generally required to confirm that repeated functional components are genuinely identified in a consistent way. This entry is informational and not legal advice; organizations should consult qualified legal counsel and current agency guidance for questions about their specific obligations.
Who it's relevant to
Inside Consistent Identification
Common questions
Answers to the questions practitioners most commonly ask about Consistent Identification.