Consistent identification is a check in the Accessibility (WCAG) category. It is a lower-priority optimization — address it after the more critical issues — but it is one of the cheapest ways to make a site feel coherent to everyone, and especially to people using screen readers. The rule is simple: things that do the same job should be named the same way, everywhere.

What is This Check About?

This maps to WCAG Success Criterion 3.2.4, Consistent Identification. It requires that components with the same functionality are identified consistently across your site. If a magnifying-glass icon means “search” on the homepage, it must not be labelled “find” on one page and “lookup” on another. If a cart icon has the alt text “Basket” in the header, it should not become “Shopping cart” in the footer.

The check fails when the same function wears different names, labels, or alt text in different places — a surprisingly common drift on sites that have been built by several hands over several years.

Why Does This Matter for SEO?

Accessibility and SEO overlap more than people expect, and this criterion sits squarely in the overlap:

  • Consistent labels and alt text give screen-reader users a predictable site, which is the entire point of the criterion — and predictable navigation lowers bounce for everyone
  • Alt text and link labels are read by search engines too; consistent, descriptive naming reinforces what each element and destination is about
  • A coherent, well-labelled interface is a user-experience signal, and UX signals feed into how Google assesses page quality
  • Meeting WCAG matters for accessibility compliance in many markets, which is its own reason regardless of ranking

How to Check This Issue

  1. Run an SEO audit with the SEO Roadmap tool to surface inconsistent labelling
  2. Pick one repeated function — search, cart, menu toggle, social icons — and trace its label and alt text across header, footer, and templates
  3. Run an accessibility scanner (WAVE, axe DevTools) which will flag mismatched names for the same control
  4. Tab through the site with a screen reader on and listen for the same button announcing itself two different ways

How to Fix This in WordPress

Difficulty Level: EASY – This fix is straightforward and can typically be completed by anyone with basic WordPress knowledge.

Estimated Time: 30 min

Step 1: Inventory your repeated controls

List the functions that appear in more than one place: search, cart, account, menu toggle, social links, “read more”, back-to-top. These are where inconsistency hides. For each, decide on the single correct label and alt text.

Step 2: Fix the source, not each instance

Most repeated controls come from the theme, a menu, or a reusable block or pattern. Fix the label there once and it propagates everywhere, instead of patching twelve pages by hand. This is also what keeps the fix from quietly regressing next month.

Step 3: Standardise icon alt text and aria-labels

For icon-only controls, make sure each has a consistent aria-label or accessible name. The cart icon should announce the same word wherever it appears. Where images repeat as functional elements, give them identical, descriptive alt text.

Step 4: Verify with a scanner and a screen reader

  1. Clear your cache if you run a caching plugin
  2. Re-run WAVE or axe and confirm the mismatched-name flags are gone
  3. Re-run the SEO Roadmap audit to confirm the check now passes

Consistent is not the same as identical

One clarification I always add, because it trips people up. This criterion asks for consistent identification of the same function — it does not demand that every link with the same words go to the same place, nor that you flatten genuinely different controls into one label. A “Download” button for a PDF and a “Download” button for a spec sheet can coexist; they do the same kind of thing. What you are eliminating is the confusing case: one function, two names. Do not overcorrect into robotic sameness that strips useful context out of your labels. The goal is a site that behaves predictably, not one that has been sanded down until every button reads the same. Fix the real mismatches, leave the meaningful distinctions alone, and move on to the higher-priority items.

Recommended Tools & Plugins

  • Yoast SEO – Comprehensive SEO plugin with built-in checks
  • Rank Math – Feature-rich SEO plugin with detailed analysis
  • Google Search Console – Free tool to monitor your site’s search presence
  • SEO Roadmap – Complete SEO audit and action plan tool

Common Mistakes to Avoid

  • Patching individual pages instead of fixing the shared theme, menu, or block at the source
  • Leaving icon-only controls with no accessible name, or with a different one in each location
  • Overcorrecting into robotic sameness that strips useful context from labels
  • Fixing the labels but never re-testing with an actual screen reader or scanner

Need More Help?

  • Consulting with a WordPress developer or SEO specialist
  • Checking the WordPress support forums for similar issues
  • Reviewing your theme and plugin documentation
  • Running a complete site audit with SEO Roadmap for a prioritized action plan

This guide is part of the SEO Roadmap knowledge base – your complete resource for WordPress SEO optimization.

Leave a Reply

Your email address will not be published. Required fields are marked *

Close Search Window