Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DAlt Text QualityAction2 of 13 images have issuesFIX
| Issue | Count |
|---|---|
| missing | 2 image(s) |
| too long | 1 image(s) |
Images without alt text are invisible to screen readers.
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
An image inside a link with no alt creates an empty link.
Image-only links with no alt create empty links — screen-reader users hear 'link' with no destination context.
Learn more ▾ ▴
An <a><img></a> with no img alt is the worst-case for accessibility: AT announces the link but can't describe where it goes. Either add alt to the image OR add aria-label to the link.
Source: WCAG 2.1 SC 2.4.4
FFavicon & BrandingAction1 icon(s) detectedFIX
DWeb ManifestActionNot foundFIX
No web manifest found.
DDark Mode SupportActionNo dark mode signalsFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
BLandmark Structure3 landmarksREVIEW
Add a skip link as the first focusable element so keyboard users can bypass repeated navigation.
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
CHeading HierarchyAction8 headingsREVIEW
- H2 [[ eyebrowText ]][[ eyebrowSecondaryText ]]
- H3 (empty)
- H2 [[ eyebrowSecondaryText ]]
- H3 (empty)
- H3 (empty)
- H3 Featured Games
- H3 Latest Updates
- H2 Unlock a world of thrill
Every page should have one H1 that describes the page content.
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.
Empty <hN> tags break the document outline — screen-reader users navigating by heading hit dead silence.
Source: WCAG 2.4.6
CLink & Button QualityAction3 issue(s) across 111 links and 3 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| [[ eyebrowText ]][[ eyebrowSec… | img no alt | Add alt attribute to the image | |
| /news | Read More | generic text | Replace with descriptive text |
Before: Read More Suggested: News | |||
| /commitments/positive-play/player-and-pa… | Learn More | generic text | Replace with descriptive text |
Before: Learn More Suggested: Player And Parental Tools | |||
| /commitments | Learn More | generic text | Replace with descriptive text |
Before: Learn More Suggested: Commitments | |||
| //privacy.truste.com/privacy-seal/valida… | TRUSTe | new tab | Add '(opens in new tab)' to text |
| https://privacy.ea.com/ | Privacy and Cookie Policy | new tab | Add '(opens in new tab)' to text |
Generic link text like 'click here' doesn't describe the destination.
/news ("Read More"); /commitments/positive-play/player-and-parental-tools ("Learn More"); /commitments ("Learn More")
Generic anchor text ('click here', 'read more', 'learn more') tells screen readers and search engines nothing about the destination.
Learn more ▾ ▴
Out-of-context lists of links read by AT (one navigation pattern) become useless when every link says 'click here'. Use the destination's title or topic as anchor text. Doubles as SEO win — Google passes anchor-text relevance to the destination.
Source: WCAG 2.4.4 / Google Search Central
Image-only links need alt text on the image (or aria-label on the link) so screen readers can announce them.
a#tileLink
Image-only links with no alt are unidentifiable to screen-reader users — link's destination is invisible.
Source: WCAG 2.1 SC 2.4.4
Add '(opens in new tab)' to link text or aria-label.
//privacy.truste.com/privacy-seal/validation?rid=f1a11c5d-0232-4077-8498-2e69…; https://privacy.ea.com/
Links with target="_blank" without rel="noopener" leak the originating page's window context — security and UX issue.
Learn more ▾ ▴
Without rel="noopener", the new tab can navigate the original tab via window.opener (tab-nabbing attack). Modern browsers default to noopener for target=_blank but only since recent versions. Always set rel="noopener noreferrer" explicitly.
Source: MDN target / OWASP
B404 Error PageHTTP 404, custom pageREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 8 fail WCAG AAREVIEW
Analyzes text contrast against the actual rendered page, including background images, gradients, and overlays that CSS-based tools cannot detect.
Show all checked elements (20)
| Element | Ratio | Required | FG | BG | Result |
|---|---|---|---|---|---|
| h2 Unlock a world of th… | 1.00:1 | 3.0:1 | #000000 | #000000 | Fail |
| h3 Featured Games | 1.00:1 | 3.0:1 | #000000 | #000000 | Fail |
| h3 Latest Updates | 1.00:1 | 3.0:1 | #000000 | #000000 | Fail |
| title Electronic Arts Home… | 1.16:1 | 4.5:1 | #000000 | #161616 | Fail |
| a EA Play | 8.23:1 | 4.5:1 | #000000 | #A2A2A2 | Pass |
| a FIFA 23 | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a F1™ 22 | 18.26:1 | 4.5:1 | #000000 | #D7F4FE | Pass |
| a Madden NFL 23 | 17.52:1 | 4.5:1 | #000000 | #CEF0FE | Pass |
| a Apex Legends | 17.46:1 | 4.5:1 | #000000 | #CCF0FE | Pass |
| a Battlefield™ 2042 | 17.32:1 | 4.5:1 | #000000 | #CBEFFE | Pass |
| a The Sims 4 | 17.35:1 | 4.5:1 | #000000 | #CCEFFE | Pass |
| a Electronic Arts Home | 17.32:1 | 4.5:1 | #000000 | #CBEFFE | Pass |
| a Latest Games | 17.35:1 | 4.5:1 | #000000 | #CCEFFE | Pass |
| a Coming Soon | 17.32:1 | 4.5:1 | #000000 | #CBEFFE | Pass |
| a Free-To-Play | 17.32:1 | 4.5:1 | #000000 | #CBEFFE | Pass |
| a EA SPORTS | 6.27:1 | 4.5:1 | #000000 | #7A9098 | Pass |
| a EA Originals | 1.00:1 | 4.5:1 | #000000 | #000000 | Fail |
| a Games Library | 1.00:1 | 4.5:1 | #000000 | #000000 | Fail |
| a EA app Deals | 1.00:1 | 4.5:1 | #000000 | #000000 | Fail |
| a PlayStation | 1.00:1 | 4.5:1 | #000000 | #000000 | 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.
BLighthouse Accessibility AuditsScore 87/100 — 5 failing, 26 passedREVIEW
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
Using ARIA attributes in roles where they are prohibited can mean that important information is not communicated to users of assistive technologies. Learn more about prohibited ARIA roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Battlefield 6 span.eapl-game-box__side-toggle |
FC 26 span.eapl-game-box__side-toggle |
EA SPORTS™ College Football 26 span.eapl-game-box__side-toggle |
The Sims 4 span.eapl-game-box__side-toggle |
Apex Legends span.eapl-game-box__side-toggle |
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.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Privacy and Cookie Policy div#truste-consent-text > p > span.no-gpc-detected > a#truste-privacy-button |
These are opportunities to improve the legibility of your content.
Navigation
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Experience unlimited access to a collection of top EA titles, trials of select … div.eapl-hero__content > h6.eapl-hero__body |
These are opportunities to improve keyboard navigation in your application.
Names and labels
Form elements without effective labels can create frustrating experiences for screen reader users. Learn more about the `select` element.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Austria
Belgium
Bulgaria
Croatia
Cyprus
Czech Republic
Denmark
Estonia
Finland
… select#select |
United States
United Kingdom
Australia
France
Deutschland
Italia
日本
Polska
Bras… select#select |
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.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Your Privacy Choices ea-network-footer > ea-network-legal > div#teconsent > a#icon-id0700976302464887 |