Skip to content
https://androidcentral.com

Accessibility

· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.
SCORE
55
GRADE
D
FIX
6
REVIEW
5
PASS
2
INFO
0
Checks
13
2 PASS 5 REVIEW 6 FIX
F
Alt Text Quality
Action
15 of 79 images have issues
FIX
15 of 79 images have issues
Critical::
15 image(s) missing alt attribute
Images without alt text are invisible to screen readers.
Critical::
15 image-in-link without alt text
An image inside a link with no alt creates an empty link.
Info::
3 image(s) with alt text over 125 characters
Info::
61 image(s) with good alt text
79 images 61 good alt text 15 missing
IssueCount
missing15 image(s)
too long3 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

An image inside a link with no alt creates an empty link.

Why this matters

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

D
404 Error Page
Action
HTTP 404, custom page
FIX
HTTP 404, custom page
Info::
Correct 404 status code returned
Got: HTTP 404
Info::
Custom styled 404 page
404 Page Quality Custom 404 Page
Status Code HTTP 404 Custom Styling Navigation Homepage Link Search Form
D
Web Manifest
Action
Not found
FIX
Not found
Info::
No web manifest found
No manifest at standard paths (/manifest.json, /site.webmanifest). A manifest is optional but enables PWA features like home screen installation and standalone display.

No web manifest found.

D
Dark Mode Support
Action
No dark mode signals
FIX
No dark mode signals
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 ModeNo Dark Mode Detected
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
1 navigation pattern(s)
FIX
1 navigation pattern(s)
Info::
Skip navigation link detected
Info::
5 navigation landmark(s) detected
Breadcrumbs
Search
Skip Link Skip link detected
Labeled Navigation 5 <nav> element(s)
Back to Top
Hamburger Menu
Sticky Navigation Cannot reliably detect (CSS-based)
2 of 6 testable patterns navigation patterns detected. Limited navigation support. Consider adding breadcrumbs, search, and skip link.
C
Form Accessibility
Action
10 of 14 controls have issues
REVIEW
10 of 14 controls have issues
Critical::
10 control(s) without accessible label
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
Got: <input type="radio" name="burgerbar-expand" id="burgerbar-none">; <input type="radio" name="burgerbar-expand" id="burgerbar">; <input type="email" name="MAIL">; <input type="submit">; <input type="radio" name="carousel-multi-css--wc-experts-block9-radio" id="cml-wc-experts-block90">; <input type="radio" name="carousel-multi-css--wc-experts-block9-radio" id="cml-wc-experts-block91">; <input type="radio" name="carousel-multi-css--wc-experts-block9-radio" id="cml-wc-experts-block92">; <input type="radio" name="carousel-multi-css--wc-experts-block9-radio" id="cml-wc-experts-block93">; <input type="radio" name="carousel-multi-css--wc-experts-block9-radio" id="cml-wc-experts-block94">; <input type="radio" name="carousel-multi-css--wc-experts-block9-radio" id="cml-wc-experts-block95">
Info::
4 control(s) properly labeled
14 controls
4 labeled
0 placeholder only
10 unlabeled
ControlTypeLabelMethod
#search-checkboxcheckboxSearchfor/id
#search-inputsearchSearch Android Centralfor/id
CONTACT_OTHER_BRANDScheckboxnone
CONTACT_PARTNERScheckboxnone
MAILemail(none)none
#burgerbar-noneradio(none)none
#burgerbarradio(none)none
inputsubmit(none)none
#cml-wc-experts-block90radio(none)none
#cml-wc-experts-block91radio(none)none
#cml-wc-experts-block92radio(none)none
#cml-wc-experts-block93radio(none)none
#cml-wc-experts-block94radio(none)none
#cml-wc-experts-block95radio(none)none

Form controls need a <label>, aria-label, or aria-labelledby for screen readers.

<input type="radio" name="burgerbar-expand" id="burgerbar-none">; <input type="radio" name="burgerbar-expand" id="burgerbar">; <input type="email" name="MAIL">; <input type="submit">; <input type="radio" name="carousel-multi-css--wc-experts-block9-radio" id="cml-wc-experts-block90">; <input type="radio" name="carousel-multi-css--wc-experts-block9-radio" id="cml-wc-experts-block91">; <input type="radio" name="carousel-multi-css--wc-experts-block9-radio" id="cml-wc-experts-block92">; <input type="radio" name="carousel-multi-css--wc-experts-block9-radio" id="cml-wc-experts-block93">; <input type="radio" name="carousel-multi-css--wc-experts-block9-radio" id="cml-wc-experts-block94">; <input type="radio" name="carousel-multi-css--wc-experts-block9-radio" id="cml-wc-experts-block95">

Why this matters

Form controls without labels — assistive tech announces 'edit text' with no context; users can't complete forms.

Source: WCAG 2.1 SC 3.3.2

B
Favicon & Branding
7 icon(s) detected
REVIEW
7 icon(s) detected
Info::
favicon.ico present at site root
Info::
HTML icon links detected
Info::
Apple touch icon present
Info::
Multiple icon sizes detected
favicon.ico Present
PNG Icons Present
Apple Touch Present
SVG Favicon Missing
Manifest Icons Missing
Multiple Sizes Present
C
Color Contrast (Screenshot)
Action
20 text elements analyzed, 19 fail WCAG AA
REVIEW

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

1 pass 19 fail WCAG AA
h2 Phones
1.11:1
#000000
on
#111111
needs 3.0:1 (large text)
24px · bottom of viewport
h2 Android 16
1.11:1
#000000
on
#111111
needs 3.0:1 (large text)
24px · bottom of viewport
h2 Editor's Desk
1.11:1
#000000
on
#111111
needs 3.0:1 (large text)
24px · bottom of viewport
h2 AndroidCentral Labs
1.11:1
#000000
on
#111111
needs 3.0:1 (large text)
24px · bottom of viewport
h2 Hardwired
1.11:1
#000000
on
#111111
needs 3.0:1 (large text)
24px · bottom of viewport
h2 Gadget Weekly
1.11:1
#000000
on
#111111
needs 3.0:1 (large text)
24px · bottom of viewport
h2 AC thVRsday
1.11:1
#000000
on
#111111
needs 3.0:1 (large text)
24px · bottom of viewport
h2 Off the Record
1.11:1
#000000
on
#111111
needs 3.0:1 (large text)
24px · bottom of viewport
h2 Deals
1.11:1
#000000
on
#111111
needs 3.0:1 (large text)
24px · bottom of viewport
h2 Apps & Software
1.11:1
#000000
on
#111111
needs 3.0:1 (large text)
24px · bottom of viewport
h2 Wearables
1.11:1
#000000
on
#111111
needs 3.0:1 (large text)
24px · bottom of viewport
h2 Accessories
1.11:1
#000000
on
#111111
needs 3.0:1 (large text)
24px · bottom of viewport
h2 Tablets
1.11:1
#000000
on
#111111
needs 3.0:1 (large text)
24px · bottom of viewport
h2 More from Android Central
1.11:1
#000000
on
#111111
needs 3.0:1 (large text)
24px · bottom of viewport
h3 Workspace Intelligence is Google's agent…
1.11:1
#000000
on
#111111
needs 3.0:1 (large text)
19px · bottom of viewport
h3 Good rest matters, and so will Fitbit's …
1.11:1
#000000
on
#111111
needs 3.0:1 (large text)
19px · bottom of viewport
h3 Google expands its browser assistant to …
1.11:1
#000000
on
#111111
needs 3.0:1 (large text)
19px · bottom of viewport
h3 Samsung just removed a big barrier betwe…
1.11:1
#000000
on
#111111
needs 3.0:1 (large text)
19px · bottom of viewport
h3 Google Wallet's latest update is all abo…
1.11:1
#000000
on
#111111
needs 3.0:1 (large text)
19px · bottom of viewport
Show all checked elements (20)
ElementRatioRequiredFGBGResult
h1 Android Central7.56:13.0:1
#000000
#9B9B9B
Pass
h2 Phones1.11:13.0:1
#000000
#111111
Fail
h2 Android 161.11:13.0:1
#000000
#111111
Fail
h2 Editor's Desk1.11:13.0:1
#000000
#111111
Fail
h2 AndroidCentral Labs1.11:13.0:1
#000000
#111111
Fail
h2 Hardwired1.11:13.0:1
#000000
#111111
Fail
h2 Gadget Weekly1.11:13.0:1
#000000
#111111
Fail
h2 AC thVRsday1.11:13.0:1
#000000
#111111
Fail
h2 Off the Record1.11:13.0:1
#000000
#111111
Fail
h2 Deals1.11:13.0:1
#000000
#111111
Fail
h2 Apps & Software1.11:13.0:1
#000000
#111111
Fail
h2 Wearables1.11:13.0:1
#000000
#111111
Fail
h2 Accessories1.11:13.0:1
#000000
#111111
Fail
h2 Tablets1.11:13.0:1
#000000
#111111
Fail
h2 More from Android Ce…1.11:13.0:1
#000000
#111111
Fail
h3 Workspace Intelligen…1.11:13.0:1
#000000
#111111
Fail
h3 Good rest matters, a…1.11:13.0:1
#000000
#111111
Fail
h3 Google expands its b…1.11:13.0:1
#000000
#111111
Fail
h3 Samsung just removed…1.11:13.0:1
#000000
#111111
Fail
h3 Google Wallet's late…1.11:13.0:1
#000000
#111111
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 88/100 — 4 failing, 30 passed
REVIEW
88

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.

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
div.newsletter-form__container > section.newsletter-form__main-section > form.newsletter-form__form > input.form__submit-input div.newsletter-form__container > section.newsletter-form__main-section > form.newsletter-form__form > input.form__submit-input

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.image-remove-flow-width-setter > div.image-remove-reflow-container > picture > img div.image-remove-flow-width-setter > div.image-remove-reflow-container > picture > img
div.image-remove-flow-width-setter > div.image-remove-reflow-container > picture > img div.image-remove-flow-width-setter > div.image-remove-reflow-container > picture > img
div.image-remove-flow-width-setter > div.image-remove-reflow-container > picture > img div.image-remove-flow-width-setter > div.image-remove-reflow-container > picture > img

Labels ensure that form controls are announced properly by assistive technologies, like screen readers. Learn more about form element labels.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
div.newsletter-form__container > section.newsletter-form__main-section > form.newsletter-form__form > input.form__email-input div.newsletter-form__container > section.newsletter-form__main-section > form.newsletter-form__form > input.form__email-input

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
Workspace Intelligence is Google's agentic AI era for true assistance with Gemi… div.wdn-fte-rcr > div.list-text-links > div.listingResult > a.article-link
Good rest matters, and so will Fitbit's Sleep Score in a major Public Preview r… div.wdn-fte-rcr > div.list-text-links > div.listingResult > a.article-link
Google expands its browser assistant to more countries, and I can’t ignore how … div.wdn-fte-rcr > div.list-text-links > div.listingResult > a.article-link
Samsung just removed a big barrier between Galaxy phones and Windows PCs div.wdn-fte-rcr > div.list-text-links > div.listingResult > a.article-link
Google Wallet's latest update is all about easing your flight anxiety div.wdn-fte-rcr > div.list-text-links > div.listingResult > a.article-link
Ultrahuman, Les Mills partner for a PowerPlug that pushes you—if you can take it div.wdn-fte-rcr > div.list-text-links > div.listingResult > a.article-link
Honor 600 review: Flagship feels, mid-range price The Honor 600 is one of the b… div.mainCarousel > section#homePageCarousel > div#Item1 > a.article-link
Moto G Stylus 2026 review: S Pen for less 4 Comments div.mainCarousel > section#homePageCarousel > div#Item3 > a.article-link
Netflix is overpriced — these are the 3 streaming services I recommend instead … div.mainCarousel > section#homePageCarousel > div#Item7 > a.article-link
I just scored a free Samsung phone, smartwatch, AND a $100 gift card at Verizon… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link
The Google Pixel 10 just slid back to its lowest price EVER with 31% off at Ama… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link
The new Honor 600 series brings flagship cameras and upgraded AI features By N… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link
Samsung raised prices on the Galaxy S26, and it doesn't seem to matter By Sanu… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link
Pixel phones are seeing unusual battery drain after the latest update By Sanuj… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link
A perfect ten: Galaxy S25 users get a One UI 8.5 Beta 10 that's hopefully its l… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link
The latest Pixel update tackles Android 16's early stability woes By Jay Bongg… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link
Google just announced Wear OS 6.1, and it adds a time zone feature I've wanted … section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link
Xiaomi 17 vs. Xiaomi 17 Ultra: Sibling rivalry By Rajat Sharma published March… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link
I just scored a free Samsung phone, smartwatch, AND a $100 gift card at Verizon… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link
The Google Pixel 10 just slid back to its lowest price EVER with 31% off at Ama… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link
Samsung is heavily discounting its older smart TVs to make room for 2026 stock … section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link
T-Mobile is apparently giving away the Galaxy Watch 8 for FREE with new deal — … section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link
The Ray-Ban Meta (Gen 1) smart glasses just scored a rare 25% discount at Amazo… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link
The "most stylish" Galaxy Watch 8 Classic is 31% off at Amazon right now By Za… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link
Google Photos wants to fix your face in one tap, but I’m not sure people want t… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link
Samsung Messages is going away, so here are 5 the best messaging alternatives … section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link
5 Android Auto settings I always change on any new Android phone By Roydon Cer… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link
Google builds on its hotel price tracking for Android with a summer update By … section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link
Android 17 hits a major milestone as Google releases its last 'scheduled' beta … section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link
The Meta Quest 3 is about to be hit with a major price hike — grab the VR heads… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link
The best smartwatches for battery life in 2026 By Michael L Hicks last updated… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link
T-Mobile is apparently giving away the Galaxy Watch 8 for FREE with new deal — … section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link
Fitbit Air leak points to a May launch and plenty of color options By Jay Bong… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link
Samsung Galaxy Watch Ultra 2: Everything we know so far By Harish Jonnalagadda… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link
The Ray-Ban Meta (Gen 1) smart glasses just scored a rare 25% discount at Amazo… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link
The "most stylish" Galaxy Watch 8 Classic is 31% off at Amazon right now By Za… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link
Rumored open-ear Galaxy Buds 'Able' may use your bones to make sound By Nickol… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link
I've tested dozens of wireless earbuds, and these are the pairs you should buy … section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link
Gemini keeps its ears open for 'Continued Conversations' in Google Home By Nic… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link
The 3 most important USB cables every phone owner should have By Namerah Saud … section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link
We tested all of the best wireless headphones for Android, and this is what we … section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link
Best tablet for students 2026 By Andrew Myrick, Michael L Hicks last updated A… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link
The reMarkable 2 remains one of the best paper-style tablets around, and it jus… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link
We ranked the TOP 6 best Android tablets of 2026 so you don't have to By Andre… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link
Motorola and T-Mobile are bringing a new 5G tablet to the US, and it looks like… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link
Best Samsung tablet 2026 By Michael L Hicks, Andrew Myrick last updated March … section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link
Sling TV vs. YouTube TV: Which live TV service is better in 2026? By Rajat Sha… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link
Xiaomi's latest TV proves that QD-Mini LED tech is the future of TVs By Harish… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link
Samsung is heavily discounting its older smart TVs to make room for 2026 stock … section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link
Google’s next smart glasses bet brings Gucci into the mix By Jay Bonggolto pub… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link
Even Netflix is getting in on vertical videos, mobile app redesign gets discuss… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link
YouTube TV: Everything you need to know By Patrick Farmer last updated April 1… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link
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]` values are valid
`[aria-*]` attributes have valid values
`[aria-*]` attributes are valid and not misspelled
Buttons have an accessible name
Input buttons have discernible text.
`[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 with `role="dialog"` or `role="alertdialog"` have accessible names.
`[aria-hidden="true"]` elements do not contain focusable descendents
Elements use only permitted ARIA attributes
Document has a `<title>` element
`<frame>` or `<iframe>` elements have a title
`<html>` element has a `[lang]` attribute
`<html>` element has a valid value for its `[lang]` attribute
Links are distinguishable without relying on color.
Links have a discernible name
Lists contain only `<li>` elements and script supporting elements (`<script>` and `<template>`).
List items (`<li>`) are contained within `<ul>`, `<ol>` or `<menu>` parent elements
No element has a `[tabindex]` value greater than 0
Touch targets have sufficient size and spacing.
Heading elements appear in a sequentially-descending order
Skip links are focusable.
Document has a main landmark.
Deprecated ARIA roles were not used
Uses ARIA roles only on compatible elements
Image elements do not have `[alt]` attributes that are redundant text.
`[accesskey]` values are unique
ARIA input fields have accessible names
ARIA `meter` elements have accessible names
ARIA `progressbar` elements have accessible names
Elements with an ARIA `[role]` that require children to contain a specific `[role]` have all required children.
`[role]`s are contained by their required parent element
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
`<html>` element has an `[xml:lang]` attribute with the same base language as the `[lang]` attribute.
`<input type="image">` elements have `[alt]` text
The document does not use `<meta http-equiv="refresh">`
`<object>` elements have alternate text
Select elements have associated label elements.
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.
Identical links have the same purpose.
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
Landmark Structure
75 landmarks
PASS
75 landmarks
Info::
<main> landmark present
Info::
5 <nav> landmark(s) found
Warning::
1 of 5 <nav> elements are unlabeled
Multiple navigations need aria-label to distinguish them for screen readers.
Info::
Skip navigation link present
Page Structure — as a screen reader sees it
BANNER header NAV "Main Navigation" MAIN CONTENTINFO footer

Multiple navigations need aria-label to distinguish them for screen readers.

Why this matters

Some <nav> elements lack aria-label — screen-reader users hear 'navigation' multiple times with no way to distinguish them.

Learn more

When a page has multiple <nav> regions (primary, footer, breadcrumb), each needs aria-label or aria-labelledby. AT users navigate by landmark; identical 'navigation' announcements force them to enter each one to discover purpose.

Source: WAI-ARIA Authoring Practices

A+
Heading Hierarchy
73 headings
PASS
73 headings
Info::
Single H1 present
  • H1 Android Central
  • H2 Latest News
  • H3 Workspace Intelligence is Google's agentic AI era for true assistance with Gemini
  • H3 Good rest matters, and so will Fitbit's Sleep Score in a major Public Preview rework
  • H3 Google expands its browser assistant to more countries, and I can’t ignore how convenient this is
  • H3 Samsung just removed a big barrier between Galaxy phones and Windows PCs
  • H3 Google Wallet's latest update is all about easing your flight anxiety
  • H3 Ultrahuman, Les Mills partner for a PowerPlug that pushes you—if you can take it
  • H2 Phones
  • H3 I just scored a free Samsung phone, smartwatch, AND a $100 gift card at Verizon by following these steps — yes, it's real
  • H3 The Google Pixel 10 just slid back to its lowest price EVER with 31% off at Amazon
  • H3 The new Honor 600 series brings flagship cameras and upgraded AI features
  • H3 Samsung raised prices on the Galaxy S26, and it doesn't seem to matter
  • H3 Pixel phones are seeing unusual battery drain after the latest update
  • H3 A perfect ten: Galaxy S25 users get a One UI 8.5 Beta 10 that's hopefully its last
  • H2 Android 16
  • H3 The latest Pixel update tackles Android 16's early stability woes
  • H3 Google just announced Wear OS 6.1, and it adds a time zone feature I've wanted for years
  • H3 Xiaomi 17 vs. Xiaomi 17 Ultra: Sibling rivalry
  • H2 Exclusive Columns
  • H2 Editor's Desk
  • H2 AndroidCentral Labs
  • H2 Hardwired
  • H2 Gadget Weekly
  • H2 AC thVRsday
  • H2 Off the Record
  • H2 Deals
  • H3 I just scored a free Samsung phone, smartwatch, AND a $100 gift card at Verizon by following these steps — yes, it's real
  • H3 The Google Pixel 10 just slid back to its lowest price EVER with 31% off at Amazon
  • H3 Samsung is heavily discounting its older smart TVs to make room for 2026 stock — save up to $1,600 with these deals!
  • H3 T-Mobile is apparently giving away the Galaxy Watch 8 for FREE with new deal — here's how to claim yours
  • H3 The Ray-Ban Meta (Gen 1) smart glasses just scored a rare 25% discount at Amazon
  • H3 The "most stylish" Galaxy Watch 8 Classic is 31% off at Amazon right now
  • H2 Apps & Software
  • H3 Google Photos wants to fix your face in one tap, but I’m not sure people want the help
  • H3 Samsung Messages is going away, so here are 5 the best messaging alternatives
  • H3 5 Android Auto settings I always change on any new Android phone
  • H3 Google builds on its hotel price tracking for Android with a summer update
  • H3 Android 17 hits a major milestone as Google releases its last 'scheduled' beta
  • H3 The Meta Quest 3 is about to be hit with a major price hike — grab the VR headset before it's too late
  • H2 Meet the team
  • H3 Shruti Shekar
  • H3 Derrek Lee
  • H3 Patrick Farmer
  • H3 Nick Sutrich
  • H3 Harish Jonnalagadda
  • H3 Namerah Saud Fatmi
  • H2 Wearables
  • H3 The best smartwatches for battery life in 2026
  • H3 T-Mobile is apparently giving away the Galaxy Watch 8 for FREE with new deal — here's how to claim yours
  • H3 Fitbit Air leak points to a May launch and plenty of color options
  • H3 Samsung Galaxy Watch Ultra 2: Everything we know so far
  • H3 The Ray-Ban Meta (Gen 1) smart glasses just scored a rare 25% discount at Amazon
  • H3 The "most stylish" Galaxy Watch 8 Classic is 31% off at Amazon right now
  • H2 Accessories
  • H3 Rumored open-ear Galaxy Buds 'Able' may use your bones to make sound
  • H3 I've tested dozens of wireless earbuds, and these are the pairs you should buy in 2026
  • H3 Gemini keeps its ears open for 'Continued Conversations' in Google Home
  • H3 The 3 most important USB cables every phone owner should have
  • H3 We tested all of the best wireless headphones for Android, and this is what we discovered
  • H2 Tablets
  • H3 Best tablet for students 2026
  • H3 The reMarkable 2 remains one of the best paper-style tablets around, and it just scored a rare discount at Best Buy
  • H3 We ranked the TOP 6 best Android tablets of 2026 so you don't have to
  • H3 Motorola and T-Mobile are bringing a new 5G tablet to the US, and it looks like it'll be easy on my wallet
  • H3 Best Samsung tablet 2026
  • H2 More from Android Central
  • H3 Sling TV vs. YouTube TV: Which live TV service is better in 2026?
  • H3 Xiaomi's latest TV proves that QD-Mini LED tech is the future of TVs
  • H3 Samsung is heavily discounting its older smart TVs to make room for 2026 stock — save up to $1,600 with these deals!
  • H3 Google’s next smart glasses bet brings Gucci into the mix
  • H3 Even Netflix is getting in on vertical videos, mobile app redesign gets discussed
  • H3 YouTube TV: Everything you need to know
All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback