Skip to main content

Web Accessibility Scoreboard

by A11y Pulse

How accessible is the web you use every day? We scan hundreds of popular websites and rate each one with an accessibility score out of 100.

Get an instant accessibility score for your site.

Back to scoreboard

Social Security Administrationssa.gov

Screenshot of Social Security Administration

Accessibility Score

65Poor

Issues Found

41Critical3Moderate

Issues Found

Images must have alternative text

Screen readers cannot translate images into text without alt attributes. Alternative text is essential for blind users and beneficial for users with low vision or color blindness, providing the same information that sighted users get from viewing the image.

Learn more

Failing Elements

div[data-slick-index="1"] > .promo-card.usa-card > .promo-card__container.usa-card__container > .promo-card__media.usa-card__media > .promo-card__img.usa-card__img > .field--name-field-card-image.field--type-entity-reference.field > div > .blazy--field.blazy--field-media-image.blazy--field-media-image--slick > .media.media--blazy[data-b-token="b-bccd0737c84"] > .media__element[width="480"][height="360"]
<img decoding="async" class="media__element b-lazy" loading="lazy" src="/sites/g/files/npxnvu131/files/styles/promo_card_4_3/public/images/uploaddocuments.jpg?itok=JBuj2NRk" width="480" height="360">

Fix any of the following:

  • Element does not have an alt attribute
  • aria-label attribute does not exist or is empty
  • aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty
  • Element has no title attribute
  • Element's default semantics were not overridden with role="none" or role="presentation"
Heading levels should only increase by one

Headings convey page structure for screen reader users the same way text size does for sighted users. Properly ordered headings (h1 through h6) allow screen reader users to quickly navigate and understand content structure, saving significant time and frustration while also improving search engine optimization.

Learn more

Failing Elements

.basic-card.basic-card--parent-clickable.usa-card:nth-child(1) > .basic-card__container.usa-card__container > .basic-card__header.usa-card__header > .basic-card__heading.usa-card__heading
<h4 class="basic-card__heading usa-card__heading">
        <a href="/prepare/get-benefits-estimate" class="basic-card__link">Get a benefits estimate</a>
      </h4>

Fix any of the following:

  • Heading order invalid
.listing-section--color-dark-blue-gradient > .listing-section__inner.grid-container > .listing-section__listings > .link-collection-card-list.usa-card-group > .link-collection-card.usa-card:nth-child(1) > .link-collection-card__container.usa-card__container > .link-collection-card__header.usa-card__header > .link-collection-card__heading.usa-card__heading
<h4 class="link-collection-card__heading usa-card__heading">Age milestones</h4>

Fix any of the following:

  • Heading order invalid
.listing-section--color-white > .listing-section__inner.grid-container > .listing-section__listings > .link-collection-card-list.usa-card-group > .link-collection-card.usa-card:nth-child(1) > .link-collection-card__container.usa-card__container > .link-collection-card__header.usa-card__header > .link-collection-card__heading.usa-card__heading
<h4 class="link-collection-card__heading usa-card__heading">Documents</h4>

Fix any of the following:

  • Heading order invalid
.service-card.service-card--parent-clickable.usa-card:nth-child(1) > .service-card__container.usa-card__container > .service-card__header.usa-card__header > .service-card__heading.usa-card__heading
<h4 class="service-card__heading usa-card__heading">
        <a class="service-card__link usa-link" href="/employer">Businesses and employers</a>
      </h4>

Fix any of the following:

  • Heading order invalid
Landmarks should have a unique role or role/label/title (i.e. accessible name) combination

Each landmark on a page must have either a unique role or a unique accessible name. Duplicate landmarks confuse screen reader users about which section they're navigating to, making it difficult to efficiently move through the page structure.

Learn more

Failing Elements

.usa-nav
<nav class="usa-nav">

Fix any of the following:

  • The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable
All page content should be contained by landmarks

Content should be organized within high-level landmark regions like <header>, <navigation>, <main>, and <footer>. Content outside these sections is difficult to find and its purpose may be unclear, making navigation inefficient for screen reader users who rely on landmarks to understand page structure.

Learn more

Failing Elements

.grid-col-auto
<div class="grid-col-auto">
          <img class="usa-banner__header-flag" src="/themes/custom/ssa_core/package/dist/img/us_flag_small.png" alt="U.S. flag">
        </div>

Fix any of the following:

  • Some page content is not contained by landmarks
.usa-banner__header-text
<p class="usa-banner__header-text">An official website of the United States government</p>

Fix any of the following:

  • Some page content is not contained by landmarks

Passed Audits

<html> element must have a lang attribute

Screen readers need language information to switch between pronunciation libraries. Without a specified language, screen readers default to the user's preferred language, resulting in incorrect pronunciation that sounds like a strange accent and makes content difficult or impossible to understand.

Learn more

Audit Elements

html
<html lang="en" dir="ltr" prefix="og: https://ogp.me/ns#" class=" js">
<html> element must have a valid value for the lang attribute

Screen readers use language-specific sound libraries for proper pronunciation. Invalid language attributes cause screen readers to use the wrong library, making text sound like a confusing accent or completely unintelligible, especially for multilingual users who access content in multiple languages.

Learn more

Audit Elements

html
<html lang="en" dir="ltr" prefix="og: https://ogp.me/ns#" class=" js">
<li> elements must be contained in a <ul> or <ol>

Lists require proper semantic hierarchy with ul or ol parent elements and li child elements. This structure allows screen readers to announce when users enter a list, how many items it contains, and which item they're currently on, providing essential context for understanding the content.

Learn more

Audit Elements

.usa-nav__primary.usa-accordion:nth-child(3) > .usa-nav__primary-item:nth-child(1)
<li class="usa-nav__primary-item">
.usa-nav__primary.usa-accordion:nth-child(3) > .usa-nav__primary-item:nth-child(2)
<li class="usa-nav__primary-item">
.usa-nav__primary-item:nth-child(3)
<li class="usa-nav__primary-item">
#block-languageswitchercontent > .links.usa-nav__primary.usa-accordion > .usa-nav__primary-item[hreflang="es"][data-drupal-link-system-path="<front>"]
<li hreflang="es" data-drupal-link-system-path="&lt;front&gt;" class="usa-nav__primary-item"><a href="/es" class="language-link" hreflang="es" data-drupal-link-system-path="&lt;front&gt;" data-cta="button" data-location="header">Español</a></li>
.js-sign-in.usa-nav__primary-item
<li class="js-sign-in usa-nav__primary-item">
.basic-card.basic-card--parent-clickable.usa-card:nth-child(1)
<li class="basic-card usa-card basic-card--parent-clickable">
.basic-card.basic-card--parent-clickable.usa-card:nth-child(2)
<li class="basic-card usa-card basic-card--parent-clickable">
.basic-card.basic-card--parent-clickable.usa-card:nth-child(3)
<li class="basic-card usa-card basic-card--parent-clickable">
.basic-card.basic-card--parent-clickable.usa-card:nth-child(4)
<li class="basic-card usa-card basic-card--parent-clickable">
.listing-section--color-dark-blue-gradient > .listing-section__inner.grid-container > .listing-section__listings > .link-collection-card-list.usa-card-group > .link-collection-card.usa-card:nth-child(1)
<li class="link-collection-card usa-card">

Showing first 10 of 106 audited elements.

<ul> and <ol> must only directly contain <li>, <script> or <template> elements

Lists must contain only li elements as direct children (besides non-content elements like script or style). When other content elements appear within ul or ol tags, screen readers cannot properly inform users they're listening to list items, breaking the expected list navigation experience.

Learn more

Audit Elements

.usa-nav__primary.usa-accordion:nth-child(3)
<ul class="usa-nav__primary usa-accordion">
#block-languageswitchercontent > .links.usa-nav__primary.usa-accordion
<ul class="links usa-nav__primary usa-accordion">
.usa-nav__primary--account
<ul class="usa-nav__primary usa-nav__primary--account usa-accordion">
.basic-card-list
<ul class="basic-card-list usa-card-group">
.listing-section--color-dark-blue-gradient > .listing-section__inner.grid-container > .listing-section__listings > .link-collection-card-list.usa-card-group
<ul class="link-collection-card-list usa-card-group">
.listing-section--color-dark-blue-gradient > .listing-section__inner.grid-container > .listing-section__listings > .link-collection-card-list.usa-card-group > .link-collection-card.usa-card:nth-child(1) > .link-collection-card__container.usa-card__container > .link-collection-card__body.usa-card__body > .link-collection-card__links.usa-list.usa-list--unstyled
<ul class="link-collection-card__links usa-list usa-list--unstyled">
.listing-section--color-dark-blue-gradient > .listing-section__inner.grid-container > .listing-section__listings > .link-collection-card-list.usa-card-group > .link-collection-card.usa-card:nth-child(2) > .link-collection-card__container.usa-card__container > .link-collection-card__body.usa-card__body > .link-collection-card__links.usa-list.usa-list--unstyled
<ul class="link-collection-card__links usa-list usa-list--unstyled">
.listing-section--color-dark-blue-gradient > .listing-section__inner.grid-container > .listing-section__listings > .link-collection-card-list.usa-card-group > .link-collection-card.usa-card:nth-child(3) > .link-collection-card__container.usa-card__container > .link-collection-card__body.usa-card__body > .link-collection-card__links.usa-list.usa-list--unstyled
<ul class="link-collection-card__links usa-list usa-list--unstyled">
                  <li><a href="/personal-record/update-citizenship-or-immigration-status">Immigration</a></li>
                  <li><a href="/life-events/incarceration">Incarceration</a></li>
              </ul>
.listing-section--color-dark-blue-gradient > .listing-section__inner.grid-container > .listing-section__listings > .link-collection-card-list.usa-card-group > .link-collection-card.usa-card:nth-child(4) > .link-collection-card__container.usa-card__container > .link-collection-card__body.usa-card__body > .link-collection-card__links.usa-list.usa-list--unstyled
<ul class="link-collection-card__links usa-list usa-list--unstyled">
.listing-section__listings > .cta-button-list > .cta-button-list__list.usa-card-group
<ul class="cta-button-list__list usa-card-group">

Showing first 10 of 30 audited elements.

accesskey attribute value should be unique

Duplicate accesskey values create unpredictable keyboard shortcuts that confuse users who rely on keyboard navigation. Each accesskey must be unique and not conflict with browser or screen reader shortcuts. Keyboard users with vision impairments depend on these shortcuts to navigate efficiently without using a mouse.

Learn more

Audit Elements

.usa-logo__text
<a class="usa-logo__text ssa-logo__text" href="/" accesskey="1" title="Social Security Administration" aria-label="Home">
All page content should be contained by landmarks

Content should be organized within high-level landmark regions like <header>, <navigation>, <main>, and <footer>. Content outside these sections is difficult to find and its purpose may be unclear, making navigation inefficient for screen reader users who rely on landmarks to understand page structure.

Learn more

Audit Elements

.focusable
<a href="#main-content" class="usa-sr-only focusable">
  Skip to main content
</a>
.dialog-off-canvas-main-canvas
<div class="dialog-off-canvas-main-canvas" data-off-canvas-main-canvas="" aria-hidden="false">
.dialog-off-canvas-main-canvas > .usa-banner
<section class="usa-banner">
.usa-banner > .usa-banner
<div class="usa-banner">
.usa-banner > .usa-accordion
<div class="usa-accordion">
.usa-banner__header
<header class="usa-banner__header">
.usa-banner__inner
<div class="usa-banner__inner">
.usa-banner__header-flag
<img class="usa-banner__header-flag" src="/themes/custom/ssa_core/package/dist/img/us_flag_small.png" alt="U.S. flag">
.grid-col-fill
<div class="grid-col-fill tablet:grid-col-auto">
          <p class="usa-banner__header-text">An official website of the United States government</p>
          <p class="usa-banner__header-action" aria-hidden="true">Here's how you know</p>
        </div>
.usa-banner__button
<button class="usa-accordion__button usa-banner__button" aria-expanded="false" aria-controls="gov-banner-default">
          <span class="usa-banner__button-text">Here's how you know</span>
        </button>

Showing first 10 of 558 audited elements.

Alternative text of images should not be repeated as text

Duplicating alternative text adjacent to an image or link forces screen readers to announce the same information twice. This redundancy is unnecessary and confusing, especially when image buttons repeat their labels in nearby text.

Learn more

Audit Elements

.usa-banner__header-flag
<img class="usa-banner__header-flag" src="/themes/custom/ssa_core/package/dist/img/us_flag_small.png" alt="U.S. flag">
.ssa-logo__image > img[alt="Social Security Administration"]
<img src="/themes/custom/ssa_core/logo.svg" alt="Social Security Administration">
img[height="696"]
<img loading="lazy" src="/sites/g/files/npxnvu131/files/images/hero-image-graphic_0.webp" width="451" height="696" alt="">
.link-collection-card__img.usa-card__img > img[width="720"][height="540"][alt="\"\""]
<img loading="lazy" src="/sites/g/files/npxnvu131/files/styles/card_image/public/images/age.jpg?itok=2_N4x3ar" width="720" height="540" alt="&quot;&quot;">
img[width="1079"]
<img loading="lazy" src="/sites/g/files/npxnvu131/files/styles/card_image/public/images/health_0.jpg?itok=PQOuxGL7" width="1079" height="809" alt="&quot;&quot;">
img[width="1333"]
<img loading="lazy" src="/sites/g/files/npxnvu131/files/styles/card_image/public/images/legal.jpg?itok=tNk0F7uW" width="1333" height="1000" alt="&quot;&quot;">
img[width="1251"]
<img loading="lazy" src="/sites/g/files/npxnvu131/files/styles/card_image/public/images/personal.jpg?itok=JsVnqnNQ" width="1251" height="938" alt="&quot;&quot;">
img[width="1000"]
<img loading="lazy" src="/sites/g/files/npxnvu131/files/styles/card_image/public/images/businesses-landscape.jpg?itok=FWtQt2j1" width="1000" height="750" alt="&quot;&quot;">
img[width="1284"]
<img loading="lazy" src="/sites/g/files/npxnvu131/files/styles/card_image/public/images/rep-payees-landscape.jpg?itok=d6pAswZb" width="1284" height="963" alt="&quot;&quot;">
img[width="800"]
<img loading="lazy" src="/sites/g/files/npxnvu131/files/styles/card_image/public/images/appointed-reps-landscape.jpg?itok=3e1dP0N0" width="800" height="600" alt="&quot;&quot;">

Showing first 10 of 20 audited elements.

ARIA attributes must be used as specified for the element's role

Using ARIA attributes where they're not expected causes unpredictable behavior in assistive technologies. Following the ARIA specification ensures that screen readers and other tools can properly interpret and communicate your content's meaning to people with disabilities.

Learn more

Audit Elements

.dialog-off-canvas-main-canvas
<div class="dialog-off-canvas-main-canvas" data-off-canvas-main-canvas="" aria-hidden="false">
.usa-banner__button
<button class="usa-accordion__button usa-banner__button" aria-expanded="false" aria-controls="gov-banner-default">
          <span class="usa-banner__button-text">Here's how you know</span>
        </button>
.usa-logo__text
<a class="usa-logo__text ssa-logo__text" href="/" accesskey="1" title="Social Security Administration" aria-label="Home">
button[aria-controls="basic-nav-section-1"]
<button class="usa-accordion__button usa-nav__link " aria-expanded="false" aria-controls="basic-nav-section-1">
          <span>Benefits</span>
        </button>
button[aria-controls="basic-nav-section-2"]
<button class="usa-accordion__button usa-nav__link " aria-expanded="false" aria-controls="basic-nav-section-2">
          <span>Medicare</span>
        </button>
button[aria-controls="basic-nav-section-3"]
<button class="usa-accordion__button usa-nav__link " aria-expanded="false" aria-controls="basic-nav-section-3">
          <span>Card &amp; record</span>
        </button>
.slick-current
<div class="slick__slide slide slide--0 slick-slide slick-current slick-active" data-slick-index="0" aria-hidden="false" style="width: 568px;" tabindex="-1">
div[data-slick-index="1"]
<div class="slick__slide slide slide--1 slick-slide slick-active" data-slick-index="1" aria-hidden="false" style="width: 568px;" tabindex="-1">
.slick-prev
<button type="button" data-role="none" class="slick-prev slick-arrow" aria-label="Previous" style="">Previous</button>
button[aria-describedby="promo-header-0"]
<button type="button" aria-describedby="promo-header-0" tabindex="0"> Slide 1 of 6</button>

Showing first 10 of 34 audited elements.

ARIA attributes must conform to valid names

Misspelled or non-existent ARIA attributes cannot perform their intended accessibility function. Assistive technologies rely on correctly spelled, current ARIA attributes to convey proper user interface behaviors and structural information to people with disabilities.

Learn more

Audit Elements

.dialog-off-canvas-main-canvas
<div class="dialog-off-canvas-main-canvas" data-off-canvas-main-canvas="" aria-hidden="false">
.usa-banner__button
<button class="usa-accordion__button usa-banner__button" aria-expanded="false" aria-controls="gov-banner-default">
          <span class="usa-banner__button-text">Here's how you know</span>
        </button>
.usa-logo__text
<a class="usa-logo__text ssa-logo__text" href="/" accesskey="1" title="Social Security Administration" aria-label="Home">
button[aria-controls="basic-nav-section-1"]
<button class="usa-accordion__button usa-nav__link " aria-expanded="false" aria-controls="basic-nav-section-1">
          <span>Benefits</span>
        </button>
button[aria-controls="basic-nav-section-2"]
<button class="usa-accordion__button usa-nav__link " aria-expanded="false" aria-controls="basic-nav-section-2">
          <span>Medicare</span>
        </button>
button[aria-controls="basic-nav-section-3"]
<button class="usa-accordion__button usa-nav__link " aria-expanded="false" aria-controls="basic-nav-section-3">
          <span>Card &amp; record</span>
        </button>
.slick-current
<div class="slick__slide slide slide--0 slick-slide slick-current slick-active" data-slick-index="0" aria-hidden="false" style="width: 568px;" tabindex="-1">
div[data-slick-index="1"]
<div class="slick__slide slide slide--1 slick-slide slick-active" data-slick-index="1" aria-hidden="false" style="width: 568px;" tabindex="-1">
.slick-prev
<button type="button" data-role="none" class="slick-prev slick-arrow" aria-label="Previous" style="">Previous</button>
button[aria-describedby="promo-header-0"]
<button type="button" aria-describedby="promo-header-0" tabindex="0"> Slide 1 of 6</button>

Showing first 10 of 34 audited elements.

ARIA attributes must conform to valid values

ARIA attributes must contain correctly spelled values that match the attribute's expected options. Invalid values prevent the accessibility feature from working, making content inaccessible to assistive technology users who depend on these attributes for navigation and interaction.

Learn more

Audit Elements

.dialog-off-canvas-main-canvas
<div class="dialog-off-canvas-main-canvas" data-off-canvas-main-canvas="" aria-hidden="false">
.usa-banner__button
<button class="usa-accordion__button usa-banner__button" aria-expanded="false" aria-controls="gov-banner-default">
          <span class="usa-banner__button-text">Here's how you know</span>
        </button>
.usa-logo__text
<a class="usa-logo__text ssa-logo__text" href="/" accesskey="1" title="Social Security Administration" aria-label="Home">
button[aria-controls="basic-nav-section-1"]
<button class="usa-accordion__button usa-nav__link " aria-expanded="false" aria-controls="basic-nav-section-1">
          <span>Benefits</span>
        </button>
button[aria-controls="basic-nav-section-2"]
<button class="usa-accordion__button usa-nav__link " aria-expanded="false" aria-controls="basic-nav-section-2">
          <span>Medicare</span>
        </button>
button[aria-controls="basic-nav-section-3"]
<button class="usa-accordion__button usa-nav__link " aria-expanded="false" aria-controls="basic-nav-section-3">
          <span>Card &amp; record</span>
        </button>
.slick-current
<div class="slick__slide slide slide--0 slick-slide slick-current slick-active" data-slick-index="0" aria-hidden="false" style="width: 568px;" tabindex="-1">
div[data-slick-index="1"]
<div class="slick__slide slide slide--1 slick-slide slick-active" data-slick-index="1" aria-hidden="false" style="width: 568px;" tabindex="-1">
.slick-prev
<button type="button" data-role="none" class="slick-prev slick-arrow" aria-label="Previous" style="">Previous</button>
.slick-next
<button type="button" data-role="none" class="slick-next slick-arrow" aria-label="Next" style="">Next</button>

Showing first 10 of 28 audited elements.

ARIA hidden element must not be focusable or contain focusable elements

Elements with aria-hidden="true" are removed from the accessibility API but remain keyboard-focusable, creating confusion about their visibility state. When users tab to these hidden elements, screen readers stay silent, leaving users unaware of what they've focused on or why nothing is being announced.

Learn more

Audit Elements

.usa-banner__header-action
<p class="usa-banner__header-action" aria-hidden="true">Here's how you know</p>
.usa-banner__guidance.tablet\:grid-col-6:nth-child(1) > .usa-banner__icon.usa-media-block__img[role="img"]
<img class="usa-banner__icon usa-media-block__img" src="/themes/custom/ssa_core/package/dist/img/icon-dot-gov.svg" role="img" alt="" aria-hidden="true">
.usa-banner__guidance.tablet\:grid-col-6:nth-child(2) > .usa-banner__icon.usa-media-block__img[role="img"]
<img class="usa-banner__icon usa-media-block__img" src="/themes/custom/ssa_core/package/dist/img/icon-https.svg" role="img" alt="" aria-hidden="true">
.cta-button__link.usa-button[href$="get-benefits-estimate"] > .cta-button__icon[aria-hidden="true"]
<span class="cta-button__icon" aria-hidden="true"></span>
.homepage-hero__cta-button-list > .cta-button-list__list.usa-card-group > .cta-button:nth-child(2) > .cta-button__link.usa-button > .cta-button__icon[aria-hidden="true"]
<span class="cta-button__icon" aria-hidden="true"></span>
.homepage-hero__cta-button-list > .cta-button-list__list.usa-card-group > .cta-button:nth-child(3) > .cta-button__link.usa-button > .cta-button__icon[aria-hidden="true"]
<span class="cta-button__icon" aria-hidden="true"></span>
.cta-button__link.usa-button[href$="replace-card"] > .cta-button__icon[aria-hidden="true"]
<span class="cta-button__icon" aria-hidden="true"></span>
.cta-button__link.usa-button[href$="apply"] > .cta-button__icon[aria-hidden="true"]
<span class="cta-button__icon" aria-hidden="true"></span>
.listing-section__listings > .cta-button-list > .cta-button-list__list.usa-card-group > .cta-button:nth-child(2) > .cta-button__link.usa-button > .cta-button__icon[aria-hidden="true"]
<span class="cta-button__icon" aria-hidden="true"></span>
a[data-attribute-datalayer-event-action="cta"] > .cta-button__icon[aria-hidden="true"]
<span class="cta-button__icon" aria-hidden="true"></span>

Showing first 10 of 14 audited elements.

ARIA role should be appropriate for the element

Invalid ARIA role and HTML element combinations can break accessibility for entire sections of your application. When roles are used incorrectly, assistive technologies may report confusing or nonsensical information to users, making it impossible for them to understand and interact with the interface properly.

Learn more

Audit Elements

.usa-banner__guidance.tablet\:grid-col-6:nth-child(1) > .usa-banner__icon.usa-media-block__img[role="img"]
<img class="usa-banner__icon usa-media-block__img" src="/themes/custom/ssa_core/package/dist/img/icon-dot-gov.svg" role="img" alt="" aria-hidden="true">
.usa-banner__guidance.tablet\:grid-col-6:nth-child(2) > .usa-banner__icon.usa-media-block__img[role="img"]
<img class="usa-banner__icon usa-media-block__img" src="/themes/custom/ssa_core/package/dist/img/icon-https.svg" role="img" alt="" aria-hidden="true">
.usa-banner__lock-image
<svg xmlns="http://www.w3.org/2000/svg" width="52" height="64" viewBox="0 0 52 64" class="usa-banner__lock-image" role="img" aria-labelledby="banner-lock-title-default banner-lock-description-default" focusable="false">
#header
<header class="usa-header usa-header--basic" id="header" role="banner" tabindex="-1">
#block-ssasearchblock
<div class="ssa-search-block-form usa-search block block-ssa-search block-search-block" role="search" data-drupal-selector="ssa-search-block-form" id="block-ssasearchblock" data-block-plugin-id="search_block" tabindex="-1">
#main-content
<main class="main-content usa-layout-docs " id="main-content" role="main" tabindex="-1">
.slick__arrow
<nav role="navigation" class="slick__arrow">
#footer
<footer class="usa-footer usa-footer--big" id="footer" role="contentinfo" tabindex="-1">
#block-secondaryfooter
<nav role="navigation" aria-labelledby="block-secondaryfooter-menu" id="block-secondaryfooter" data-block-plugin-id="system_menu_block:secondary-footer">
#multilingual-modal
<div class="multilingual-modal-wrapper is-hidden" role="dialog" id="multilingual-modal" aria-labelledby="multilingual-modal-heading" aria-describedby="multilingual-modal-description" style="display: block;">

Showing first 10 of 11 audited elements.

ARIA roles used must conform to valid values

Invalid ARIA role values prevent assistive technologies from understanding and communicating the element's purpose to users. Without valid roles, screen readers cannot provide information about the element's features, properties, or how users should interact with it.

Learn more

Audit Elements

#header
<header class="usa-header usa-header--basic" id="header" role="banner" tabindex="-1">
#block-ssasearchblock
<div class="ssa-search-block-form usa-search block block-ssa-search block-search-block" role="search" data-drupal-selector="ssa-search-block-form" id="block-ssasearchblock" data-block-plugin-id="search_block" tabindex="-1">
#main-content
<main class="main-content usa-layout-docs " id="main-content" role="main" tabindex="-1">
.slick__arrow
<nav role="navigation" class="slick__arrow">
#footer
<footer class="usa-footer usa-footer--big" id="footer" role="contentinfo" tabindex="-1">
#block-secondaryfooter
<nav role="navigation" aria-labelledby="block-secondaryfooter-menu" id="block-secondaryfooter" data-block-plugin-id="system_menu_block:secondary-footer">
aria-hidden="true" must not be present on the document body

Setting <body aria-hidden="true" hides all page content from assistive technologies while leaving it visible on screen. This creates a confusing experience where keyboard users can still tab to elements, but screen readers remain completely silent, providing no information about what's focused.

Learn more

Audit Elements

body
<body data-once="b-root ssa-secure-signin-check ess-redirect">
autocomplete attribute must be used correctly

Missing or incorrect autocomplete values make forms inaccessible to screen reader users. Screen readers cannot provide adequate information about form fields without proper autocomplete attributes, preventing users from understanding what information is required and how to complete forms correctly.

Learn more

Audit Elements

#edit-query
<input autocomplete="off" data-drupal-selector="edit-query" type="search" id="edit-query" name="query" value="" size="128" maxlength="128" class="form-search usa-input">
Banner landmark should not be contained in another landmark

Banner landmarks must be top-level to effectively designate the header portion of the page. Nested banner landmarks fail to provide the structural information screen reader users need to navigate efficiently through the page layout.

Learn more

Audit Elements

#header
<header class="usa-header usa-header--basic" id="header" role="banner" tabindex="-1">
Buttons must have discernible text

Screen reader users cannot determine the purpose of buttons without an accessible name. Without a name, users don't know what action the button will perform when activated.

Learn more

Audit Elements

.usa-banner__button
<button class="usa-accordion__button usa-banner__button" aria-expanded="false" aria-controls="gov-banner-default">
          <span class="usa-banner__button-text">Here's how you know</span>
        </button>
button[aria-controls="basic-nav-section-1"]
<button class="usa-accordion__button usa-nav__link " aria-expanded="false" aria-controls="basic-nav-section-1">
          <span>Benefits</span>
        </button>
button[aria-controls="basic-nav-section-2"]
<button class="usa-accordion__button usa-nav__link " aria-expanded="false" aria-controls="basic-nav-section-2">
          <span>Medicare</span>
        </button>
button[aria-controls="basic-nav-section-3"]
<button class="usa-accordion__button usa-nav__link " aria-expanded="false" aria-controls="basic-nav-section-3">
          <span>Card &amp; record</span>
        </button>
.slick-prev
<button type="button" data-role="none" class="slick-prev slick-arrow" aria-label="Previous" style="">Previous</button>
button[aria-describedby="promo-header-0"]
<button type="button" aria-describedby="promo-header-0" tabindex="0"> Slide 1 of 6</button>
button[aria-describedby="promo-header-1"]
<button type="button" aria-describedby="promo-header-1" tabindex="0"> Slide 2 of 6</button>
button[aria-describedby="promo-header-2"]
<button type="button" aria-describedby="promo-header-2" tabindex="0"> Slide 3 of 6</button>
button[aria-describedby="promo-header-3"]
<button type="button" aria-describedby="promo-header-3" tabindex="0"> Slide 4 of 6</button>
button[aria-describedby="promo-header-4"]
<button type="button" aria-describedby="promo-header-4" tabindex="0"> Slide 5 of 6</button>

Showing first 10 of 12 audited elements.

Contentinfo landmark should not be contained in another landmark

The contentinfo landmark must be at the top level to help screen reader users quickly navigate to footer information. When nested inside another landmark, it becomes harder to find, defeating its purpose of providing quick access to content information.

Learn more

Audit Elements

#footer
<footer class="usa-footer usa-footer--big" id="footer" role="contentinfo" tabindex="-1">
Deprecated ARIA roles must not be used

Deprecated ARIA roles are not recognized by modern screen readers and assistive technologies. Using outdated roles means some users cannot access essential information or functionality on your site.

Learn more

Audit Elements

#header
<header class="usa-header usa-header--basic" id="header" role="banner" tabindex="-1">
#block-ssasearchblock
<div class="ssa-search-block-form usa-search block block-ssa-search block-search-block" role="search" data-drupal-selector="ssa-search-block-form" id="block-ssasearchblock" data-block-plugin-id="search_block" tabindex="-1">
#main-content
<main class="main-content usa-layout-docs " id="main-content" role="main" tabindex="-1">
.slick__arrow
<nav role="navigation" class="slick__arrow">
#footer
<footer class="usa-footer usa-footer--big" id="footer" role="contentinfo" tabindex="-1">
#block-secondaryfooter
<nav role="navigation" aria-labelledby="block-secondaryfooter-menu" id="block-secondaryfooter" data-block-plugin-id="system_menu_block:secondary-footer">
Document should have one main landmark

Every page should have exactly one main landmark that identifies the primary content. Without a main landmark, screen reader users must navigate through all content linearly to find what they're looking for, making page navigation difficult and time-consuming.

Learn more

Audit Elements

html
<html lang="en" dir="ltr" prefix="og: https://ogp.me/ns#" class=" js">
Document should not have more than one banner landmark

Multiple banner landmarks force screen reader users to sort through duplicate options to find header information. Each page should have only one banner landmark to enable quick, predictable navigation to the header without overwhelming users with unnecessary choices.

Learn more

Audit Elements

.usa-banner__header
<header class="usa-banner__header">
Document should not have more than one contentinfo landmark

Multiple contentinfo landmarks force screen reader users to sort through extra options to find footer information. Each page should have only one content info landmark to enable quick, predictable navigation without overwhelming users with duplicate structural markers.

Learn more

Audit Elements

#footer
<footer class="usa-footer usa-footer--big" id="footer" role="contentinfo" tabindex="-1">
Document should not have more than one main landmark

Multiple main landmarks confuse screen reader users about where the primary content is located. Each page should have only one main landmark so users can quickly and predictably navigate to the primary content area.

Learn more

Audit Elements

#main-content
<main class="main-content usa-layout-docs " id="main-content" role="main" tabindex="-1">
Documents must have <title> element to aid in navigation

The page title is the first thing screen reader users hear when loading a page. Without a descriptive, unique title, users must read through the entire page to understand its contents and purpose, wasting valuable time on every page visit.

Learn more

Audit Elements

html
<html lang="en" dir="ltr" prefix="og: https://ogp.me/ns#" class=" js">
Elements marked as presentational should be consistently ignored

Elements with role="none" or role="presentation" should be removed from the accessibility tree. Adding global ARIA attributes or making these elements focusable prevents their removal, leaving them accessible to screen readers when they should be ignored, creating unexpected and confusing behavior.

Learn more

Audit Elements

img[height="696"]
<img loading="lazy" src="/sites/g/files/npxnvu131/files/images/hero-image-graphic_0.webp" width="451" height="696" alt="">
.social-media-link-icon--facebook > img[alt=""]
<img src="/themes/custom/ssa_core/package/dist/img/ssa/facebook-brands.svg" alt="">
.social-media-link-icon--twitter > img[alt=""]
<img src="/themes/custom/ssa_core/package/dist/img/ssa/x-twitter-brands.svg" alt="">
.social-media-link-icon--youtube > img[alt=""]
<img src="/themes/custom/ssa_core/package/dist/img/ssa/youtube-brands.svg" alt="">
.social-media-link-icon--instagram > img[alt=""]
<img src="/themes/custom/ssa_core/package/dist/img/ssa/instagram-brands.svg" alt="">
.social-media-link-icon--linkedin > img[alt=""]
<img src="/themes/custom/ssa_core/package/dist/img/ssa/linkedin-brands.svg" alt="">
.usa-identifier-icon
<img class="usa-identifier-icon" src="/themes/custom/ssa_core/package/dist/img/ssa/external-link-icon.svg" alt="">
Elements must meet minimum color contrast ratio thresholds

People with low vision or color blindness cannot read text that lacks sufficient contrast with its background. With nearly three times more people having low vision than total blindness, and 8% of men and 0.4% of women having color deficiencies, adequate contrast is essential for making text readable to millions of users.

Learn more

Audit Elements

.usa-banner__header-text
<p class="usa-banner__header-text">An official website of the United States government</p>
.usa-banner__button-text
<span class="usa-banner__button-text">Here's how you know</span>
.ssa-logo__link
<span class="ssa-logo__link">
        Social Security
      </span>
#edit-query
<input autocomplete="off" data-drupal-selector="edit-query" type="search" id="edit-query" name="query" value="" size="128" maxlength="128" class="form-search usa-input">
#block-languageswitchercontent > .links.usa-nav__primary.usa-accordion > .usa-nav__primary-item[hreflang="es"][data-drupal-link-system-path="<front>"] > .language-link[href="/es"][hreflang="es"]
<a href="/es" class="language-link" hreflang="es" data-drupal-link-system-path="&lt;front&gt;" data-cta="button" data-location="header">Español</a>
a[href$="myaccount"]
<a href="/myaccount" class="usa-button">Sign in or create an account</a>
.basic-card__link[href$="get-benefits-estimate"]
<a href="/prepare/get-benefits-estimate" class="basic-card__link">Get a benefits estimate</a>
.basic-card.basic-card--parent-clickable.usa-card:nth-child(1) > .basic-card__container.usa-card__container > .basic-card__body.usa-card__body
<div class="basic-card__body usa-card__body">
      Sign in to calculate your benefits estimate.
    </div>
.basic-card.basic-card--parent-clickable.usa-card:nth-child(2) > .basic-card__container.usa-card__container > .basic-card__header.usa-card__header > .basic-card__heading.usa-card__heading > .basic-card__link
<a href="/prepare/check-eligibility-for-benefits" class="basic-card__link">Check eligibility</a>
.basic-card.basic-card--parent-clickable.usa-card:nth-child(2) > .basic-card__container.usa-card__container > .basic-card__body.usa-card__body
<div class="basic-card__body usa-card__body">
      See what benefits you may qualify for. Then, we'll tell you how to apply.
    </div>

Showing first 10 of 77 audited elements.

Elements must only use permitted ARIA attributes

Using prohibited ARIA attributes prevents important information from reaching assistive technology users. It also causes assistive technologies to behave inconsistently as they attempt to compensate for the error.

Learn more

Audit Elements

.dialog-off-canvas-main-canvas
<div class="dialog-off-canvas-main-canvas" data-off-canvas-main-canvas="" aria-hidden="false">
.usa-banner__button
<button class="usa-accordion__button usa-banner__button" aria-expanded="false" aria-controls="gov-banner-default">
          <span class="usa-banner__button-text">Here's how you know</span>
        </button>
.usa-logo__text
<a class="usa-logo__text ssa-logo__text" href="/" accesskey="1" title="Social Security Administration" aria-label="Home">
button[aria-controls="basic-nav-section-1"]
<button class="usa-accordion__button usa-nav__link " aria-expanded="false" aria-controls="basic-nav-section-1">
          <span>Benefits</span>
        </button>
button[aria-controls="basic-nav-section-2"]
<button class="usa-accordion__button usa-nav__link " aria-expanded="false" aria-controls="basic-nav-section-2">
          <span>Medicare</span>
        </button>
button[aria-controls="basic-nav-section-3"]
<button class="usa-accordion__button usa-nav__link " aria-expanded="false" aria-controls="basic-nav-section-3">
          <span>Card &amp; record</span>
        </button>
.slick-current
<div class="slick__slide slide slide--0 slick-slide slick-current slick-active" data-slick-index="0" aria-hidden="false" style="width: 568px;" tabindex="-1">
div[data-slick-index="1"]
<div class="slick__slide slide slide--1 slick-slide slick-active" data-slick-index="1" aria-hidden="false" style="width: 568px;" tabindex="-1">
.slick-prev
<button type="button" data-role="none" class="slick-prev slick-arrow" aria-label="Previous" style="">Previous</button>
button[aria-describedby="promo-header-0"]
<button type="button" aria-describedby="promo-header-0" tabindex="0"> Slide 1 of 6</button>

Showing first 10 of 33 audited elements.

Elements must only use supported ARIA attributes

Using ARIA attributes in roles where they're not allowed can disable accessibility for entire sections of your application. Invalid attribute-role combinations create conflicts that cause assistive technologies to report incorrect or nonsensical information about your interface.

Learn more

Audit Elements

.dialog-off-canvas-main-canvas
<div class="dialog-off-canvas-main-canvas" data-off-canvas-main-canvas="" aria-hidden="false">
.usa-banner__button
<button class="usa-accordion__button usa-banner__button" aria-expanded="false" aria-controls="gov-banner-default">
          <span class="usa-banner__button-text">Here's how you know</span>
        </button>
.usa-logo__text
<a class="usa-logo__text ssa-logo__text" href="/" accesskey="1" title="Social Security Administration" aria-label="Home">
button[aria-controls="basic-nav-section-1"]
<button class="usa-accordion__button usa-nav__link " aria-expanded="false" aria-controls="basic-nav-section-1">
          <span>Benefits</span>
        </button>
button[aria-controls="basic-nav-section-2"]
<button class="usa-accordion__button usa-nav__link " aria-expanded="false" aria-controls="basic-nav-section-2">
          <span>Medicare</span>
        </button>
button[aria-controls="basic-nav-section-3"]
<button class="usa-accordion__button usa-nav__link " aria-expanded="false" aria-controls="basic-nav-section-3">
          <span>Card &amp; record</span>
        </button>
.slick-current
<div class="slick__slide slide slide--0 slick-slide slick-current slick-active" data-slick-index="0" aria-hidden="false" style="width: 568px;" tabindex="-1">
div[data-slick-index="1"]
<div class="slick__slide slide slide--1 slick-slide slick-active" data-slick-index="1" aria-hidden="false" style="width: 568px;" tabindex="-1">
.slick-prev
<button type="button" data-role="none" class="slick-prev slick-arrow" aria-label="Previous" style="">Previous</button>
button[aria-describedby="promo-header-0"]
<button type="button" aria-describedby="promo-header-0" tabindex="0"> Slide 1 of 6</button>

Showing first 10 of 34 audited elements.

Elements should not have tabindex greater than zero

Using tabindex values greater than 0 creates unexpected tab orders that disorient users. It makes elements appear to be skipped when users tab past them, requires setting tabindex on every element to maintain order, and forces all tabindex items to be visited before any normal elements, breaking natural navigation flow.

Learn more

Audit Elements

#header
<header class="usa-header usa-header--basic" id="header" role="banner" tabindex="-1">
#block-ssasearchblock
<div class="ssa-search-block-form usa-search block block-ssa-search block-search-block" role="search" data-drupal-selector="ssa-search-block-form" id="block-ssasearchblock" data-block-plugin-id="search_block" tabindex="-1">
#block-languageswitchercontent
<div class="language-switcher-language-url block block-language block-language-blocklanguage-content" id="block-languageswitchercontent" data-block-plugin-id="language_block:language_content" tabindex="-1">
#main-content
<main class="main-content usa-layout-docs " id="main-content" role="main" tabindex="-1">
.slick-current
<div class="slick__slide slide slide--0 slick-slide slick-current slick-active" data-slick-index="0" aria-hidden="false" style="width: 568px;" tabindex="-1">
div[data-slick-index="1"]
<div class="slick__slide slide slide--1 slick-slide slick-active" data-slick-index="1" aria-hidden="false" style="width: 568px;" tabindex="-1">
button[aria-describedby="promo-header-0"]
<button type="button" aria-describedby="promo-header-0" tabindex="0"> Slide 1 of 6</button>
button[aria-describedby="promo-header-1"]
<button type="button" aria-describedby="promo-header-1" tabindex="0"> Slide 2 of 6</button>
button[aria-describedby="promo-header-2"]
<button type="button" aria-describedby="promo-header-2" tabindex="0"> Slide 3 of 6</button>
button[aria-describedby="promo-header-3"]
<button type="button" aria-describedby="promo-header-3" tabindex="0"> Slide 4 of 6</button>

Showing first 10 of 13 audited elements.

Form elements must have labels

Form labels are essential for screen reader users to understand what information each field requires. Without proper labels, screen readers cannot identify input expectations, fields don't receive focus when announced, and users with motor impairments lose the benefit of larger clickable areas that labels provide.

Learn more

Audit Elements

#edit-query
<input autocomplete="off" data-drupal-selector="edit-query" type="search" id="edit-query" name="query" value="" size="128" maxlength="128" class="form-search usa-input">
Form elements should have a visible label

The title and aria-describedby attributes provide supplementary hints, not labels. Screen readers treat these as advisory information rather than true labels, which prevents them from properly conveying the form element's purpose. Form fields need proper labels that can be programmatically determined.

Learn more

Audit Elements

#edit-query
<input autocomplete="off" data-drupal-selector="edit-query" type="search" id="edit-query" name="query" value="" size="128" maxlength="128" class="form-search usa-input">
Form field must not have multiple label elements

Multiple labels on the same form field cause inconsistent behavior across screen reader and browser combinations. Some will read the first label, others the last, and some will read both, creating confusion about what information the field requires.

Learn more

Audit Elements

#edit-query
<input autocomplete="off" data-drupal-selector="edit-query" type="search" id="edit-query" name="query" value="" size="128" maxlength="128" class="form-search usa-input">
Heading levels should only increase by one

Headings convey page structure for screen reader users the same way text size does for sighted users. Properly ordered headings (h1 through h6) allow screen reader users to quickly navigate and understand content structure, saving significant time and frustration while also improving search engine optimization.

Learn more

Audit Elements

.homepage-hero__title
<h2 class="homepage-hero__title">Your most-needed services, online</h2>
.basic-card.basic-card--parent-clickable.usa-card:nth-child(2) > .basic-card__container.usa-card__container > .basic-card__header.usa-card__header > .basic-card__heading.usa-card__heading
<h4 class="basic-card__heading usa-card__heading">
        <a href="/prepare/check-eligibility-for-benefits" class="basic-card__link">Check eligibility</a>
      </h4>
.basic-card.basic-card--parent-clickable.usa-card:nth-child(3) > .basic-card__container.usa-card__container > .basic-card__header.usa-card__header > .basic-card__heading.usa-card__heading
<h4 class="basic-card__heading usa-card__heading">
        <a href="/apply/check-application-or-appeal-status" class="basic-card__link">Check your status</a>
      </h4>
.basic-card.basic-card--parent-clickable.usa-card:nth-child(4) > .basic-card__container.usa-card__container > .basic-card__header.usa-card__header > .basic-card__heading.usa-card__heading
<h4 class="basic-card__heading usa-card__heading">
        <a href="/number-card/replace-card" class="basic-card__link">Replace your card</a>
      </h4>
.listing-section--color-dark-blue-gradient > .listing-section__inner.grid-container > .listing-section__heading
<h2 class="listing-section__heading">Life events</h2>
.listing-section--color-dark-blue-gradient > .listing-section__inner.grid-container > .listing-section__listings > .link-collection-card-list.usa-card-group > .link-collection-card.usa-card:nth-child(2) > .link-collection-card__container.usa-card__container > .link-collection-card__header.usa-card__header > .link-collection-card__heading.usa-card__heading
<h4 class="link-collection-card__heading usa-card__heading">Health changes</h4>
.listing-section--color-dark-blue-gradient > .listing-section__inner.grid-container > .listing-section__listings > .link-collection-card-list.usa-card-group > .link-collection-card.usa-card:nth-child(3) > .link-collection-card__container.usa-card__container > .link-collection-card__header.usa-card__header > .link-collection-card__heading.usa-card__heading
<h4 class="link-collection-card__heading usa-card__heading">Legal status changes</h4>
.listing-section--color-dark-blue-gradient > .listing-section__inner.grid-container > .listing-section__listings > .link-collection-card-list.usa-card-group > .link-collection-card.usa-card:nth-child(4) > .link-collection-card__container.usa-card__container > .link-collection-card__header.usa-card__header > .link-collection-card__heading.usa-card__heading
<h4 class="link-collection-card__heading usa-card__heading">Personal information changes</h4>
.listing-section--color-white > .listing-section__inner.grid-container > .listing-section__heading
<h2 class="listing-section__heading">Services</h2>
.cta-button-list__heading
<h2 class="cta-button-list__heading">Popular tasks</h2>

Showing first 10 of 28 audited elements.

Headings should not be empty

Screen readers announce headings to help users navigate page structure. Empty headings confuse users and prevent them from understanding the page's organization. Headings should only be used to convey structure, not for visual styling, and must contain accessible text that screen readers can announce.

Learn more

Audit Elements

.homepage-hero__title
<h2 class="homepage-hero__title">Your most-needed services, online</h2>
.basic-card.basic-card--parent-clickable.usa-card:nth-child(1) > .basic-card__container.usa-card__container > .basic-card__header.usa-card__header > .basic-card__heading.usa-card__heading
<h4 class="basic-card__heading usa-card__heading">
        <a href="/prepare/get-benefits-estimate" class="basic-card__link">Get a benefits estimate</a>
      </h4>
.basic-card.basic-card--parent-clickable.usa-card:nth-child(2) > .basic-card__container.usa-card__container > .basic-card__header.usa-card__header > .basic-card__heading.usa-card__heading
<h4 class="basic-card__heading usa-card__heading">
        <a href="/prepare/check-eligibility-for-benefits" class="basic-card__link">Check eligibility</a>
      </h4>
.basic-card.basic-card--parent-clickable.usa-card:nth-child(3) > .basic-card__container.usa-card__container > .basic-card__header.usa-card__header > .basic-card__heading.usa-card__heading
<h4 class="basic-card__heading usa-card__heading">
        <a href="/apply/check-application-or-appeal-status" class="basic-card__link">Check your status</a>
      </h4>
.basic-card.basic-card--parent-clickable.usa-card:nth-child(4) > .basic-card__container.usa-card__container > .basic-card__header.usa-card__header > .basic-card__heading.usa-card__heading
<h4 class="basic-card__heading usa-card__heading">
        <a href="/number-card/replace-card" class="basic-card__link">Replace your card</a>
      </h4>
.listing-section--color-dark-blue-gradient > .listing-section__inner.grid-container > .listing-section__heading
<h2 class="listing-section__heading">Life events</h2>
.listing-section--color-dark-blue-gradient > .listing-section__inner.grid-container > .listing-section__listings > .link-collection-card-list.usa-card-group > .link-collection-card.usa-card:nth-child(1) > .link-collection-card__container.usa-card__container > .link-collection-card__header.usa-card__header > .link-collection-card__heading.usa-card__heading
<h4 class="link-collection-card__heading usa-card__heading">Age milestones</h4>
.listing-section--color-dark-blue-gradient > .listing-section__inner.grid-container > .listing-section__listings > .link-collection-card-list.usa-card-group > .link-collection-card.usa-card:nth-child(2) > .link-collection-card__container.usa-card__container > .link-collection-card__header.usa-card__header > .link-collection-card__heading.usa-card__heading
<h4 class="link-collection-card__heading usa-card__heading">Health changes</h4>
.listing-section--color-dark-blue-gradient > .listing-section__inner.grid-container > .listing-section__listings > .link-collection-card-list.usa-card-group > .link-collection-card.usa-card:nth-child(3) > .link-collection-card__container.usa-card__container > .link-collection-card__header.usa-card__header > .link-collection-card__heading.usa-card__heading
<h4 class="link-collection-card__heading usa-card__heading">Legal status changes</h4>
.listing-section--color-dark-blue-gradient > .listing-section__inner.grid-container > .listing-section__listings > .link-collection-card-list.usa-card-group > .link-collection-card.usa-card:nth-child(4) > .link-collection-card__container.usa-card__container > .link-collection-card__header.usa-card__header > .link-collection-card__heading.usa-card__heading
<h4 class="link-collection-card__heading usa-card__heading">Personal information changes</h4>

Showing first 10 of 32 audited elements.

IDs used in ARIA and labels must be unique

Duplicate IDs break the accessibility of ARIA elements, form labels, and table headers. When IDs are duplicated, assistive technologies and scripts only reference the first instance, causing subsequent elements with the same ID to be ignored or incorrectly associated.

Learn more

Audit Elements

#gov-banner-default
<div class="usa-banner__content usa-accordion__content" id="gov-banner-default" hidden="">
#banner-lock-title-default
<title id="banner-lock-title-default">Lock</title>
#banner-lock-description-default
<desc id="banner-lock-description-default">A locked padlock</desc>
#basic-nav-section-1
<ul id="basic-nav-section-1" class="usa-nav__submenu" hidden="">
#basic-nav-section-2
<ul id="basic-nav-section-2" class="usa-nav__submenu" hidden="">
#basic-nav-section-3
<ul id="basic-nav-section-3" class="usa-nav__submenu" hidden="">
#edit-query
<input autocomplete="off" data-drupal-selector="edit-query" type="search" id="edit-query" name="query" value="" size="128" maxlength="128" class="form-search usa-input">
#user-nav-section-2
<ul id="user-nav-section-2" class="usa-nav__submenu" hidden="">
#block-secondaryfooter-menu
<h2 class="usa-sr-only" id="block-secondaryfooter-menu">Secondary Footer</h2>
#multilingual-modal
<div class="multilingual-modal-wrapper is-hidden" role="dialog" id="multilingual-modal" aria-labelledby="multilingual-modal-heading" aria-describedby="multilingual-modal-description" style="display: block;">

Showing first 10 of 12 audited elements.

Images must have alternative text

Screen readers cannot translate images into text without alt attributes. Alternative text is essential for blind users and beneficial for users with low vision or color blindness, providing the same information that sighted users get from viewing the image.

Learn more

Audit Elements

.usa-banner__header-flag
<img class="usa-banner__header-flag" src="/themes/custom/ssa_core/package/dist/img/us_flag_small.png" alt="U.S. flag">
.ssa-logo__image > img[alt="Social Security Administration"]
<img src="/themes/custom/ssa_core/logo.svg" alt="Social Security Administration">
img[height="696"]
<img loading="lazy" src="/sites/g/files/npxnvu131/files/images/hero-image-graphic_0.webp" width="451" height="696" alt="">
.link-collection-card__img.usa-card__img > img[width="720"][height="540"][alt="\"\""]
<img loading="lazy" src="/sites/g/files/npxnvu131/files/styles/card_image/public/images/age.jpg?itok=2_N4x3ar" width="720" height="540" alt="&quot;&quot;">
img[width="1079"]
<img loading="lazy" src="/sites/g/files/npxnvu131/files/styles/card_image/public/images/health_0.jpg?itok=PQOuxGL7" width="1079" height="809" alt="&quot;&quot;">
img[width="1333"]
<img loading="lazy" src="/sites/g/files/npxnvu131/files/styles/card_image/public/images/legal.jpg?itok=tNk0F7uW" width="1333" height="1000" alt="&quot;&quot;">
img[width="1251"]
<img loading="lazy" src="/sites/g/files/npxnvu131/files/styles/card_image/public/images/personal.jpg?itok=JsVnqnNQ" width="1251" height="938" alt="&quot;&quot;">
img[width="1000"]
<img loading="lazy" src="/sites/g/files/npxnvu131/files/styles/card_image/public/images/businesses-landscape.jpg?itok=FWtQt2j1" width="1000" height="750" alt="&quot;&quot;">
img[width="1284"]
<img loading="lazy" src="/sites/g/files/npxnvu131/files/styles/card_image/public/images/rep-payees-landscape.jpg?itok=d6pAswZb" width="1284" height="963" alt="&quot;&quot;">
img[width="800"]
<img loading="lazy" src="/sites/g/files/npxnvu131/files/styles/card_image/public/images/appointed-reps-landscape.jpg?itok=3e1dP0N0" width="800" height="600" alt="&quot;&quot;">

Showing first 10 of 19 audited elements.

Inline text spacing must be adjustable with custom stylesheets

Single-spaced text makes it difficult for people with cognitive disabilities to track lines while reading. Providing line spacing between 1.5 to 2 helps these users start a new line more easily after finishing the previous one.

Learn more

Audit Elements

.slick-track
<div class="slick-track" style="opacity: 1; width: 8176px; transform: translate3d(-1168px, 0px, 0px);">
.slick-current
<div class="slick__slide slide slide--0 slick-slide slick-current slick-active" data-slick-index="0" aria-hidden="false" style="width: 568px;" tabindex="-1">
div[data-slick-index="1"]
<div class="slick__slide slide slide--1 slick-slide slick-active" data-slick-index="1" aria-hidden="false" style="width: 568px;" tabindex="-1">
.slick-prev
<button type="button" data-role="none" class="slick-prev slick-arrow" aria-label="Previous" style="">Previous</button>
.slick-dots
<ul class="slick-dots" style="">
.slick-next
<button type="button" data-role="none" class="slick-next slick-arrow" aria-label="Next" style="">Next</button>
Input buttons must have discernible text

Screen reader users cannot understand an input type="button"'s purpose without an accessible name. Unnamed button images provide no description of their destination, purpose, or function, leaving users unable to make informed decisions about activating them.

Learn more

Audit Elements

#edit-submit
<input data-drupal-selector="edit-submit" type="submit" id="edit-submit" value="Search" class="button js-form-submit form-submit usa-button" data-cta="button" data-location="header">
Interactive controls must not be nested

Nested interactive elements create empty tab stops where screen readers remain silent. When users tab to a focusable element inside another interactive control, they receive no information about its name, role, or state, creating a confusing and broken navigation experience.

Learn more

Audit Elements

.usa-banner__header-flag
<img class="usa-banner__header-flag" src="/themes/custom/ssa_core/package/dist/img/us_flag_small.png" alt="U.S. flag">
.usa-banner__button
<button class="usa-accordion__button usa-banner__button" aria-expanded="false" aria-controls="gov-banner-default">
          <span class="usa-banner__button-text">Here's how you know</span>
        </button>
.ssa-logo__image > img[alt="Social Security Administration"]
<img src="/themes/custom/ssa_core/logo.svg" alt="Social Security Administration">
button[aria-controls="basic-nav-section-1"]
<button class="usa-accordion__button usa-nav__link " aria-expanded="false" aria-controls="basic-nav-section-1">
          <span>Benefits</span>
        </button>
button[aria-controls="basic-nav-section-2"]
<button class="usa-accordion__button usa-nav__link " aria-expanded="false" aria-controls="basic-nav-section-2">
          <span>Medicare</span>
        </button>
button[aria-controls="basic-nav-section-3"]
<button class="usa-accordion__button usa-nav__link " aria-expanded="false" aria-controls="basic-nav-section-3">
          <span>Card &amp; record</span>
        </button>
#edit-submit
<input data-drupal-selector="edit-submit" type="submit" id="edit-submit" value="Search" class="button js-form-submit form-submit usa-button" data-cta="button" data-location="header">
.link-collection-card__img.usa-card__img > img[width="720"][height="540"][alt="\"\""]
<img loading="lazy" src="/sites/g/files/npxnvu131/files/styles/card_image/public/images/age.jpg?itok=2_N4x3ar" width="720" height="540" alt="&quot;&quot;">
img[width="1079"]
<img loading="lazy" src="/sites/g/files/npxnvu131/files/styles/card_image/public/images/health_0.jpg?itok=PQOuxGL7" width="1079" height="809" alt="&quot;&quot;">
img[width="1333"]
<img loading="lazy" src="/sites/g/files/npxnvu131/files/styles/card_image/public/images/legal.jpg?itok=tNk0F7uW" width="1333" height="1000" alt="&quot;&quot;">

Showing first 10 of 27 audited elements.

Landmarks should have a unique role or role/label/title (i.e. accessible name) combination

Each landmark on a page must have either a unique role or a unique accessible name. Duplicate landmarks confuse screen reader users about which section they're navigating to, making it difficult to efficiently move through the page structure.

Learn more

Audit Elements

#header
<header class="usa-header usa-header--basic" id="header" role="banner" tabindex="-1">
#block-ssasearchblock
<div class="ssa-search-block-form usa-search block block-ssa-search block-search-block" role="search" data-drupal-selector="ssa-search-block-form" id="block-ssasearchblock" data-block-plugin-id="search_block" tabindex="-1">
#main-content
<main class="main-content usa-layout-docs " id="main-content" role="main" tabindex="-1">
#footer
<footer class="usa-footer usa-footer--big" id="footer" role="contentinfo" tabindex="-1">
.usa-social-links__section
<section class="usa-social-links__section usa-identifier__section--masthead" aria-label="Footer social links">
section[aria-label="Agency identifier"]
<section class="usa-identifier__section usa-identifier__section--masthead" aria-label="Agency identifier">
#block-secondaryfooter
<nav role="navigation" aria-labelledby="block-secondaryfooter-menu" id="block-secondaryfooter" data-block-plugin-id="system_menu_block:secondary-footer">
.usa-identifier__section--required-links
<nav class="usa-identifier__section usa-identifier__section--required-links" aria-label="Important links">
Links must have discernible text

Keyboard users and screen reader users can only interact with links that have accessible names and can receive focus. Without proper names, users don't know where links lead. Without keyboard focus, users who cannot use a mouse cannot activate the links at all.

Learn more

Audit Elements

.focusable
<a href="#main-content" class="usa-sr-only focusable">
  Skip to main content
</a>
.usa-logo__text
<a class="usa-logo__text ssa-logo__text" href="/" accesskey="1" title="Social Security Administration" aria-label="Home">
#block-languageswitchercontent > .links.usa-nav__primary.usa-accordion > .usa-nav__primary-item[hreflang="es"][data-drupal-link-system-path="<front>"] > .language-link[href="/es"][hreflang="es"]
<a href="/es" class="language-link" hreflang="es" data-drupal-link-system-path="&lt;front&gt;" data-cta="button" data-location="header">Español</a>
a[data-attribute-datalayer-event-action="begin_login_header"]
<a href="https://secure.ssa.g..." class="usa-mobile-header-bu..." data-extlink="" target="_blank" rel="noopener" title="(opens in a new wind..." data-attribute-datal...="click" data-attribute-datal...="begin_login_header" data-attribute-datal...="Sign in" data-once="datalayer-trigger ss..." ...>
a[href$="myaccount"]
<a href="/myaccount" class="usa-button">Sign in or create an account</a>
.basic-card__link[href$="get-benefits-estimate"]
<a href="/prepare/get-benefits-estimate" class="basic-card__link">Get a benefits estimate</a>
.basic-card.basic-card--parent-clickable.usa-card:nth-child(2) > .basic-card__container.usa-card__container > .basic-card__header.usa-card__header > .basic-card__heading.usa-card__heading > .basic-card__link
<a href="/prepare/check-eligibility-for-benefits" class="basic-card__link">Check eligibility</a>
.basic-card.basic-card--parent-clickable.usa-card:nth-child(3) > .basic-card__container.usa-card__container > .basic-card__header.usa-card__header > .basic-card__heading.usa-card__heading > .basic-card__link
<a href="/apply/check-application-or-appeal-status" class="basic-card__link">Check your status</a>
.basic-card__link[href$="replace-card"]
<a href="/number-card/replace-card" class="basic-card__link">Replace your card</a>
a[href$="when-to-sign-up"]
<a href="/medicare/plan/when-to-sign-up">Approaching age 65 (Medicare eligibility)</a>

Showing first 10 of 87 audited elements.

Main landmark should not be contained in another landmark

The main landmark must be at the top level and not nested inside other landmarks. This ensures screen reader users can quickly navigate to the primary content without searching through complex hierarchy, making page navigation simpler and more predictable.

Learn more

Audit Elements

#main-content
<main class="main-content usa-layout-docs " id="main-content" role="main" tabindex="-1">
Page must have means to bypass repeated blocks

Keyboard-only users must tab through all navigation and header content before reaching the main content, which can take several minutes and cause physical pain for users with motor limitations. Bypass mechanisms like skip links allow these users to jump directly to main content, saving time and reducing fatigue.

Learn more

Audit Elements

html
<html lang="en" dir="ltr" prefix="og: https://ogp.me/ns#" class=" js">
Page should contain a level-one heading

Screen reader users use keyboard shortcuts to jump directly to the first h1, expecting to land at the main content. Without an h1 or with a misplaced one, users must listen to more of the page to understand its structure, wasting valuable time on every page visit.

Learn more

Audit Elements

html
<html lang="en" dir="ltr" prefix="og: https://ogp.me/ns#" class=" js">
Required ARIA attributes must be provided

ARIA widget roles need required attributes to describe their current state. Without these attributes, screen readers cannot communicate essential information like whether a checkbox is checked or a slider's current value, leaving users unable to interact effectively with the widget.

Learn more

Audit Elements

#header
<header class="usa-header usa-header--basic" id="header" role="banner" tabindex="-1">
#block-ssasearchblock
<div class="ssa-search-block-form usa-search block block-ssa-search block-search-block" role="search" data-drupal-selector="ssa-search-block-form" id="block-ssasearchblock" data-block-plugin-id="search_block" tabindex="-1">
#main-content
<main class="main-content usa-layout-docs " id="main-content" role="main" tabindex="-1">
.slick__arrow
<nav role="navigation" class="slick__arrow">
#footer
<footer class="usa-footer usa-footer--big" id="footer" role="contentinfo" tabindex="-1">
#block-secondaryfooter
<nav role="navigation" aria-labelledby="block-secondaryfooter-menu" id="block-secondaryfooter" data-block-plugin-id="system_menu_block:secondary-footer">
The skip-link target should exist and be focusable

Skip links allow keyboard users to bypass repetitive navigation and jump directly to main content. Without skip links, users must tab through potentially hundreds of navigation links on every page, which is time-consuming and can cause physical pain for users with motor limitations.

Learn more

Audit Elements

.focusable
<a href="#main-content" class="usa-sr-only focusable">
  Skip to main content
</a>
Users should be able to zoom and scale the text up to 500%

The user-scalable="no" and restrictive maximum-scale parameters prevent people with low vision from zooming to read content. Users who rely on browser zoom to enlarge text are blocked from accessing content at a readable size, violating their need to scale pages up to 5x zoom.

Learn more

Audit Elements

meta[name="viewport"]
<meta name="viewport" content="width=device-width, initial-scale=1.0">
Zooming and scaling must not be disabled

Setting user-scalable="no" or maximum-scale less than 2 prevents people with low vision from zooming to read content. Users who enlarge text in their browsers are blocked from making content readable, violating accessibility guidelines that require supporting at least 200% zoom.

Learn more

Audit Elements

meta[name="viewport"]
<meta name="viewport" content="width=device-width, initial-scale=1.0">

Browse results by category