Skip to content
https://store.steampowered.com

Accessibility

· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.
SCORE
47
GRADE
F
FIX
7
REVIEW
5
PASS
1
INFO
0
Checks
13
1 PASS 5 REVIEW 7 FIX
F
404 Error Page
Action
Soft 404 detected
FIX
Soft 404 detected
Critical::
Soft 404: server returns HTTP 200 for non-existent pages
The server returns HTTP 200 for a path that does not exist. Search engines will index these pages, diluting your real content. Configure your server to return a proper 404 status code for missing pages.
Got: Status: 200 for /beavercheck-404-test-w8d1if
404 Page Quality Soft 404 (HTTP 200)
Status Code: HTTP 200

The server returned HTTP 200 for a non-existent path. Search engines will index this page as real content. Configure your server to return HTTP 404 for missing pages.

F
Favicon & Branding
Action
2 icon(s) detected
FIX
2 icon(s) detected
Info::
favicon.ico present at site root
Info::
HTML icon links detected
Info::
No apple-touch-icon detected
iOS devices use this when users add your site to their home screen. Add <link rel='apple-touch-icon' sizes='180x180' href='/apple-touch-icon.png'>.
favicon.ico Present
PNG Icons Present
Apple Touch Missing
SVG Favicon Missing
Manifest Icons Missing
Multiple Sizes Missing
F
Web Manifest
Action
Invalid JSON
FIX
Invalid JSON
Warning::
Manifest contains invalid JSON
Manifest at https://store.steampowered.com/manifest.json contains invalid JSON. Browsers cannot parse it.
Got: https://store.steampowered.com/manifest.json

Manifest contains invalid JSON.

D
Dark Mode Support
Action
Theme color only
FIX
Theme color only
Info::
Theme-color present but no dark variant
A theme-color is set but no dark-specific variant was found. The browser toolbar may not adapt for dark mode users.
Got: #171a21
Info::
No dark mode signals detected
Consider adding CSS with @media (prefers-color-scheme: dark) and <meta name='color-scheme' content='light dark'>.
Info::
Detection limited to meta tags and inline styles
External CSS files may contain prefers-color-scheme rules not visible to this scan.
Dark ModePartial Dark Mode
color-scheme meta Not set Dark theme-color Not set CSS indicators Not detected

Detection limited to meta tags and inline styles.

D
Print Stylesheet
Action
No print styles
FIX
No print styles
Info::
No print-specific styles detected
When users print this page, they get the screen layout including navigation and non-essential elements. Add @media print rules to hide navigation and optimize layout for paper.
Print Stylesheet No Print Styles
Print stylesheet Not found Inline @media print Not detected
F
Navigation UX
Action
No navigation patterns
FIX
No navigation patterns
Info::
4 navigation landmark(s) detected
Info::
No breadcrumbs, search, or skip link detected
These navigation aids help users orient themselves and find content efficiently, especially on large sites.
Breadcrumbs
Search
Skip Link
Labeled Navigation 4 <nav> element(s)
Back to Top
Hamburger Menu
Sticky Navigation Cannot reliably detect (CSS-based)
1 of 6 testable patterns navigation patterns detected. Limited navigation support. Consider adding breadcrumbs, search, and skip link.
B
Landmark Structure
6 landmarks
REVIEW
6 landmarks
Info::
<main> landmark present
Info::
4 <nav> landmark(s) found
Info::
All <nav> elements are properly labeled
Info::
No contentinfo (footer) landmark
Warning::
Skip navigation link is missing (WCAG 2.4.1)
Add a skip link as the first focusable element so keyboard users can bypass repeated navigation.
Page Structure — as a screen reader sees it
BANNER header NAV "Mobile Menu" MAIN CONTENTINFO (missing!)

Add a skip link as the first focusable element so keyboard users can bypass repeated navigation.

Why this matters

Without a skip-nav link, keyboard users tab through every nav item before reaching content — every page, every visit.

Learn more

WCAG 2.4.1 (Bypass Blocks) requires a mechanism to skip past repeated content. The standard implementation is a 'Skip to main content' link that's the first focusable element, visually hidden until focused. Three lines of HTML + four of CSS.

Source: WCAG 2.1 SC 2.4.1

B
Heading Hierarchy
20 headings
REVIEW
20 headings
Critical::
No H1 heading found
Every page should have one H1 that describes the page content.
Warning::
1 empty heading(s)
Empty headings appear in the document outline but provide no information.
  • H2 Featured & Recommended
  • H2 Discounts & Events Browse More More
  • H2 Top Played on Steam Deck See More
  • H2 Recommended Based on the Games You Play More
  • H2 (empty)
  • H2 Your Discovery Queue
  • H3 You have viewed all the productsin your Discovery Queue for today.
  • H2 Browse Steam
  • H2 The Community Recommends
  • H2 The Community Recommends More
  • H2 Recently Updated Browse All More
  • H2 From Developers and Publishers You Know
  • H2 Under 10€
  • H2 New & Trending
  • H2 Top Sellers
  • H2 Popular Upcoming
  • H2 Specials
  • H2 Trending Free
  • H2 Trending Among Friends Browse All More
  • H2 Browse All More

Every page should have one H1 that describes the page content.

Why this matters

No H1 means screen-reader users can't identify the page's primary topic, and Google's content-extraction degrades.

Learn more

The H1 is the document title for assistive tech and a strong signal to search engines about page topic. Pages without one force screen readers to fall back to the <title> attribute or page chrome. Add a single H1 that names the page's primary subject.

Source: WCAG 2.4.6 / Google Search Central

Empty headings appear in the document outline but provide no information.

Why this matters

Empty <hN> tags break the document outline — screen-reader users navigating by heading hit dead silence.

Source: WCAG 2.4.6

C
Alt Text Quality
Action
4 of 177 images have issues
REVIEW
4 of 177 images have issues
Critical::
4 image(s) missing alt attribute
Images without alt text are invisible to screen readers.
Info::
31 decorative image(s) correctly marked
Info::
142 image(s) with good alt text
177 images 142 good alt text 31 decorative 4 missing
IssueCount
missing4 image(s)

Images without alt text are invisible to screen readers.

Why this matters

Each image without alt text is a WCAG 1.1.1 failure — invisible to screen-reader users, lost from Google Image Search.

Learn more

WCAG 2.1 Level A requires text alternatives for non-decorative images. Empty alt='' is fine for decorative; meaningful images need descriptive text. Common fixes: CMS audit + bulk add, build-time linter (alt-text-required ESLint rule), CI gate on Lighthouse a11y score.

Source: WCAG 2.1 SC 1.1.1 / WebAIM Million Report

C
Color Contrast (Screenshot)
Action
20 text elements analyzed, 20 fail WCAG AA
REVIEW

Analyzes text contrast against the actual rendered page, including background images, gradients, and overlays that CSS-based tools cannot detect.

0 pass 20 fail WCAG AA
h2 Featured & Recommended
1.34:1
#000000
on
#182432
needs 3.0:1 (large text)
24px · bottom of viewport
h2 Discounts & Events
1.34:1
#000000
on
#182432
needs 3.0:1 (large text)
24px · bottom of viewport
h2 Top Played on Steam Deck
1.34:1
#000000
on
#182432
needs 3.0:1 (large text)
24px · bottom of viewport
h2 Recommended Based on the Games You Play
1.34:1
#000000
on
#182432
needs 3.0:1 (large text)
24px · bottom of viewport
h2 Your Discovery Queue
1.34:1
#000000
on
#182432
needs 3.0:1 (large text)
24px · bottom of viewport
h2 Browse Steam
1.34:1
#000000
on
#182432
needs 3.0:1 (large text)
24px · bottom of viewport
h2 The Community Recommends
1.34:1
#000000
on
#182432
needs 3.0:1 (large text)
24px · bottom of viewport
h2 Recently Updated
1.34:1
#000000
on
#182432
needs 3.0:1 (large text)
24px · bottom of viewport
h2 From Developers and Publishers You Know
1.34:1
#000000
on
#182432
needs 3.0:1 (large text)
24px · bottom of viewport
h2 Under 10€
1.34:1
#000000
on
#182432
needs 3.0:1 (large text)
24px · bottom of viewport
h2 New & Trending
1.34:1
#000000
on
#182432
needs 3.0:1 (large text)
24px · bottom of viewport
h2 Top Sellers
1.34:1
#000000
on
#182432
needs 3.0:1 (large text)
24px · bottom of viewport
h2 Popular Upcoming
1.34:1
#000000
on
#182432
needs 3.0:1 (large text)
24px · bottom of viewport
h2 Specials
1.34:1
#000000
on
#182432
needs 3.0:1 (large text)
24px · bottom of viewport
h2 Trending Free
1.34:1
#000000
on
#182432
needs 3.0:1 (large text)
24px · bottom of viewport
h2 Trending Among Friends
1.34:1
#000000
on
#182432
needs 3.0:1 (large text)
24px · bottom of viewport
h2 Virtual Reality
1.34:1
#000000
on
#182432
needs 3.0:1 (large text)
24px · bottom of viewport
h3 You have viewed all the products
1.34:1
#000000
on
#182432
needs 3.0:1 (large text)
19px · bottom of viewport
h3 in your Discovery Queue for today.
1.34:1
#000000
on
#182432
needs 3.0:1 (large text)
19px · bottom of viewport
title Welcome to Steam
1.21:1
#000000
on
#171A21
needs 4.5:1 (normal text)
16px · top of page (header area)
Show all checked elements (20)
ElementRatioRequiredFGBGResult
h2 Featured & Recommend…1.34:13.0:1
#000000
#182432
Fail
h2 Discounts & Events1.34:13.0:1
#000000
#182432
Fail
h2 Top Played on Steam …1.34:13.0:1
#000000
#182432
Fail
h2 Recommended Based on…1.34:13.0:1
#000000
#182432
Fail
h2 Your Discovery Queue1.34:13.0:1
#000000
#182432
Fail
h2 Browse Steam1.34:13.0:1
#000000
#182432
Fail
h2 The Community Recomm…1.34:13.0:1
#000000
#182432
Fail
h2 Recently Updated1.34:13.0:1
#000000
#182432
Fail
h2 From Developers and …1.34:13.0:1
#000000
#182432
Fail
h2 Under 10€1.34:13.0:1
#000000
#182432
Fail
h2 New & Trending1.34:13.0:1
#000000
#182432
Fail
h2 Top Sellers1.34:13.0:1
#000000
#182432
Fail
h2 Popular Upcoming1.34:13.0:1
#000000
#182432
Fail
h2 Specials1.34:13.0:1
#000000
#182432
Fail
h2 Trending Free1.34:13.0:1
#000000
#182432
Fail
h2 Trending Among Frien…1.34:13.0:1
#000000
#182432
Fail
h2 Virtual Reality1.34:13.0:1
#000000
#182432
Fail
h3 You have viewed all …1.34:13.0:1
#000000
#182432
Fail
h3 in your Discovery Qu…1.34:13.0:1
#000000
#182432
Fail
title Welcome to Steam1.21:14.5:1
#000000
#171A21
Fail

Methodology: The top 20 text elements by font size were checked. Background color was sampled from the desktop screenshot using a 5-point pattern. WCAG 2.1 AA requires 4.5:1 for normal text and 3:1 for large text.

B
Lighthouse Accessibility Audits
Score 83/100 — 5 failing, 22 passed
REVIEW
83

Accessibility

These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.

ARIA

Some ARIA parent roles must contain specific child roles to perform their intended accessibility functions. Learn more about roles and required children elements.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
Windrose 29,99€ Warframe Free To Play LIVE Euro Truck Simulator 2 19,99€ Forza … div.home_cluster_ctn > div.home_page_content > div#home_maincap_v7 > div.carousel_items
MIDWEEK DEAL Offer ends 30 Apr @ 10:00am. Up to -80% MIDWEEK DEAL Offer ends 4 … div#module_special_offers > div.home_page_content > div#spotlight_carousel > div.carousel_items
ACTION FIGHTING SCI-FI & CYBERPUNK STRATEGY CO-OPERATIVE ROLE-PLAYING ALL SPORT… div.home_page_content > div.content_hub_carousel > div.carousel_container > div.carousel_items
LIVE 19,99€ LIVE 19,50€ 14,99€ 14,79€ -80% 29,99€ 5,99€ 39,99€ 29,99€ 39,99€ -2… div.home_deck_section > div#featured_steam_deck_games > div.basic_caps_carousel > div.carousel_items
NEW RELEASES SPECIALS FREE GAMES BY USER TAGS div.home_page_body_ctn > div.home_ctn > div.big_buttons > div.button_container
9,99€ -25% 7,79€ 5,84€ -80% 29,99€ 5,99€ LIVE 7,99€ LIVE 7,49€ 9,49€ -80% 49,99… div.home_ctn > div.home_page_content > div.carousel_container > div.carousel_items
9,99€ Vampire Crawlers: The Turbo Wildcard from Vampire Survivors Card Battler,… div.home_leftcol > div#home_tabs_content > div#tab_newreleases_content > div.tab_content_items
17,99€ LIVE -75% 39,99€ 9,99€ LIVE 39,99€ 9,75€ -50% 27,99€ 13,99€ 29,99€ -32% … div.home_ctn > div.home_page_content > div.carousel_container > div.carousel_items

These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.

Contrast

Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
-25% a.store_capsule > div > div.discount_block > div.discount_pct
-10% div.tab_content_items > a.tab_item > div.discount_block > div.discount_pct
-30% div.tab_content_items > a.tab_item > div.discount_block > div.discount_pct
-10% div.tab_content_items > a.tab_item > div.discount_block > div.discount_pct
-10% div.tab_content_items > a.tab_item > div.discount_block > div.discount_pct
-20% div.tab_content_items > a.tab_item > div.discount_block > div.discount_pct
-15% div.tab_content_items > a.tab_item > div.discount_block > div.discount_pct
-10% div.tab_content_items > a.tab_item > div.discount_block > div.discount_pct
-75% a.store_capsule > div > div.discount_block > div.discount_pct
Get Mobile Apps footer._1pYnEk5gbmwcthm_TJ9jVl > div.uh0Q7gKQw3ZgTwvd5mQiZ > div.ja5o2GZTopxfGJArsZgFh > a._2rbqjlRz2ShvIiYodebfc2

These are opportunities to improve the legibility of your content.

Names and labels

Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
div.mainmenu_contents > div.mainmenu_footer > div.mainmenu_footer_logo > img div.mainmenu_contents > div.mainmenu_footer > div.mainmenu_footer_logo > img
div.responsive_header > div.responsive_header_content > div#responsive_menu_logo > img div.responsive_header > div.responsive_header_content > div#responsive_menu_logo > img
div.responsive_page_content > div#responsive_page_template_content > div.menu_takeover_background > img div.responsive_page_content > div#responsive_page_template_content > div.menu_takeover_background > img

Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
footer._1pYnEk5gbmwcthm_TJ9jVl > div.uh0Q7gKQw3ZgTwvd5mQiZ > div._1SxQuUnaM-MXeF5UfssWve > a.FYJ4NYxpWeIha0N1-jUcm footer._1pYnEk5gbmwcthm_TJ9jVl > div.uh0Q7gKQw3ZgTwvd5mQiZ > div._1SxQuUnaM-MXeF5UfssWve > a.FYJ4NYxpWeIha0N1-jUcm
footer._1pYnEk5gbmwcthm_TJ9jVl > div.uh0Q7gKQw3ZgTwvd5mQiZ > div._1SxQuUnaM-MXeF5UfssWve > a.FYJ4NYxpWeIha0N1-jUcm footer._1pYnEk5gbmwcthm_TJ9jVl > div.uh0Q7gKQw3ZgTwvd5mQiZ > div._1SxQuUnaM-MXeF5UfssWve > a.FYJ4NYxpWeIha0N1-jUcm
footer._1pYnEk5gbmwcthm_TJ9jVl > div.uh0Q7gKQw3ZgTwvd5mQiZ > div._1SxQuUnaM-MXeF5UfssWve > a.FYJ4NYxpWeIha0N1-jUcm footer._1pYnEk5gbmwcthm_TJ9jVl > div.uh0Q7gKQw3ZgTwvd5mQiZ > div._1SxQuUnaM-MXeF5UfssWve > a.FYJ4NYxpWeIha0N1-jUcm
footer._1pYnEk5gbmwcthm_TJ9jVl > div.uh0Q7gKQw3ZgTwvd5mQiZ > div._1SxQuUnaM-MXeF5UfssWve > a.FYJ4NYxpWeIha0N1-jUcm footer._1pYnEk5gbmwcthm_TJ9jVl > div.uh0Q7gKQw3ZgTwvd5mQiZ > div._1SxQuUnaM-MXeF5UfssWve > a.FYJ4NYxpWeIha0N1-jUcm
footer._1pYnEk5gbmwcthm_TJ9jVl > div.uh0Q7gKQw3ZgTwvd5mQiZ > div._1SxQuUnaM-MXeF5UfssWve > a.FYJ4NYxpWeIha0N1-jUcm footer._1pYnEk5gbmwcthm_TJ9jVl > div.uh0Q7gKQw3ZgTwvd5mQiZ > div._1SxQuUnaM-MXeF5UfssWve > a.FYJ4NYxpWeIha0N1-jUcm
footer._1pYnEk5gbmwcthm_TJ9jVl > div.uh0Q7gKQw3ZgTwvd5mQiZ > div._1SxQuUnaM-MXeF5UfssWve > a.FYJ4NYxpWeIha0N1-jUcm footer._1pYnEk5gbmwcthm_TJ9jVl > div.uh0Q7gKQw3ZgTwvd5mQiZ > div._1SxQuUnaM-MXeF5UfssWve > a.FYJ4NYxpWeIha0N1-jUcm

These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.

Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
-25% 7,79€ 5,84€ div.focus > a.store_capsule > div > div.discount_block
-10% 8,79€ 7,91€ div#tab_newreleases_content > div.tab_content_items > a.tab_item > div.discount_block
-30% 25,49€ 17,84€ div#tab_newreleases_content > div.tab_content_items > a.tab_item > div.discount_block
-10% 5,95€ 5,35€ div#tab_newreleases_content > div.tab_content_items > a.tab_item > div.discount_block
-10% 6,89€ 6,20€ div#tab_newreleases_content > div.tab_content_items > a.tab_item > div.discount_block
-20% 14,99€ 11,99€ div#tab_newreleases_content > div.tab_content_items > a.tab_item > div.discount_block
-15% 34,99€ 29,74€ div#tab_newreleases_content > div.tab_content_items > a.tab_item > div.discount_block
-10% 19,49€ 17,54€ div#tab_newreleases_content > div.tab_content_items > a.tab_item > div.discount_block
-50% 9,99€ 4,99€ div.focus > a.store_capsule > div > div.discount_block
-75% 39,99€ 9,99€ div.focus > a.store_capsule > div > div.discount_block
Interactive controls are keyboard focusable
Interactive elements indicate their purpose and state
The page has a logical tab order
Visual order on the page follows DOM order
User focus is not accidentally trapped in a region
The user's focus is directed to new content added to the page
HTML5 landmark elements are used to improve navigation
Offscreen content is hidden from assistive technology
Custom controls have associated labels
Custom controls have ARIA roles
`[aria-*]` attributes match their roles
`[aria-hidden="true"]` is not present on the document `<body>`
`[role]`s have all required `[aria-*]` attributes
`[role]`s are contained by their required parent element
`[role]` values are valid
`[aria-*]` attributes have valid values
`[aria-*]` attributes are valid and not misspelled
Buttons have an accessible name
Form elements have associated labels
`[user-scalable="no"]` is not used in the `<meta name="viewport">` element and the `[maximum-scale]` attribute is not less than 5.
`button`, `link`, and `menuitem` elements have accessible names
ARIA attributes are used as specified for the element's role
Elements use only permitted ARIA attributes
Document has a `<title>` element
`<html>` element has a `[lang]` attribute
`<html>` element has a valid value for its `[lang]` attribute
Links are distinguishable without relying on color.
Touch targets have sufficient size and spacing.
Heading elements appear in a sequentially-descending order
Document has a main landmark.
Deprecated ARIA roles were not used
Identical links have the same purpose.
`[accesskey]` values are unique
Elements with `role="dialog"` or `role="alertdialog"` have accessible names.
`[aria-hidden="true"]` elements do not contain focusable descendents
ARIA input fields have accessible names
ARIA `meter` elements have accessible names
ARIA `progressbar` elements have accessible names
Elements with the `role=text` attribute do not have focusable descendents.
ARIA toggle fields have accessible names
ARIA `tooltip` elements have accessible names
ARIA `treeitem` elements have accessible names
The page contains a heading, skip link, or landmark region
`<dl>`'s contain only properly-ordered `<dt>` and `<dd>` groups, `<script>`, `<template>` or `<div>` elements.
Definition list items are wrapped in `<dl>` elements
ARIA IDs are unique
No form fields have multiple labels
`<frame>` or `<iframe>` elements have a title
`<html>` element has an `[xml:lang]` attribute with the same base language as the `[lang]` attribute.
Input buttons have discernible text.
`<input type="image">` elements have `[alt]` text
Lists contain only `<li>` elements and script supporting elements (`<script>` and `<template>`).
List items (`<li>`) are contained within `<ul>`, `<ol>` or `<menu>` parent elements
The document does not use `<meta http-equiv="refresh">`
`<object>` elements have alternate text
Select elements have associated label elements.
Skip links are focusable.
No element has a `[tabindex]` value greater than 0
Cells in a `<table>` element that use the `[headers]` attribute refer to table cells within the same table.
`<th>` elements and elements with `[role="columnheader"/"rowheader"]` have data cells they describe.
`[lang]` attributes have a valid value
`<video>` elements contain a `<track>` element with `[kind="captions"]`
Tables have different content in the summary attribute and `<caption>`.
All heading elements contain content.
Uses ARIA roles only on compatible elements
Image elements do not have `[alt]` attributes that are redundant text.
Tables use `<caption>` instead of cells with the `[colspan]` attribute to indicate a caption.
`<td>` elements in a large `<table>` have one or more table headers.
A
Form Accessibility
1 of 3 controls have issues
PASS
1 of 3 controls have issues
Warning::
1 control(s) rely on placeholder only
Placeholder text disappears on focus and is not a reliable label.
Got: <input type="text" name="term">
Info::
2 control(s) properly labeled
3 controls
2 labeled
1 placeholder only
0 unlabeled
ControlTypeLabelMethod
#top_sellers_f2p_checkcheckboxnone
#top_sellers_library_checkcheckboxnone
termtext(Search the store)placeholder only

Placeholder text disappears on focus and is not a reliable label.

<input type="text" name="term">

Why this matters

Placeholder-only labels disappear when the user starts typing — they must remember what the field was for.

Learn more

Placeholders are NOT labels. They vanish on input, fail color contrast checks (most are gray), and don't satisfy WCAG SC 3.3.2. Always use a real <label> alongside (or aria-labelledby).

Source: WCAG 2.1 SC 3.3.2 / Nielsen Norman

All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback