Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DLink & Button QualityAction6 issue(s) across 133 links and 17 buttonsFIX
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| /search/ | (empty) | empty | Add link text or aria-label |
| https://itunes.apple.com/us/app/tunein-r… | Download on the App Store | new tab | Add '(opens in new tab)' to text |
| https://play.google.com/store/apps/detai… | Get it on Google Play | new tab | Add '(opens in new tab)' to text |
| /radio/premium/ | More | generic text | Replace with descriptive text |
Before: More Suggested: Premium | |||
| https://tunein.com/about/ | About Us | new tab | Add '(opens in new tab)' to text |
| https://tunein.com/contact/ | Contact Us | new tab | Add '(opens in new tab)' to text |
| https://tunein.com/careers/ | Careers | new tab | Add '(opens in new tab)' to text |
| https://tunein.com/press/ | Press | new tab | Add '(opens in new tab)' to text |
| https://help.tunein.com | Support | new tab | Add '(opens in new tab)' to text |
| https://tunein.com/get-tunein/ | Devices | new tab | Add '(opens in new tab)' to text |
| https://tunein.com/business/ | Brands | new tab | Add '(opens in new tab)' to text |
| https://tunein.com/broadcasters/ | Broadcasters | new tab | Add '(opens in new tab)' to text |
| https://tunein.com/podcasters/ | Podcasters | new tab | Add '(opens in new tab)' to text |
| https://tunein.com/policies/privacy/ | Privacy | new tab | Add '(opens in new tab)' to text |
| https://tunein.com/policies/ | Terms | new tab | Add '(opens in new tab)' to text |
| https://tunein.com/sitemap/ | Sitemap | new tab | Add '(opens in new tab)' to text |
| https://instagram.com/tunein | new tab | Add '(opens in new tab)' to text | |
| https://twitter.com/tunein | new tab | Add '(opens in new tab)' to text | |
| https://www.linkedin.com/company/tunein/ | new tab | Add '(opens in new tab)' to text | |
| https://tunein.com/policies/privacy/ | More information about your pr… | new tab | Add '(opens in new tab)' to text |
| https://privacy.tunein.com/policies/en/?… | More information about your pr… | new tab | Add '(opens in new tab)' to text |
| https://www.onetrust.com/products/cookie… | Powered by OneTrust Opens in a… | new tab | Add '(opens in new tab)' to text |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
Links without text are announced as raw URLs by screen readers.
/search/
Links with no accessible text (empty <a></a>, image-only no alt, icon-only no aria-label) are unidentifiable to screen readers.
Source: WCAG 2.1 SC 2.4.4
Generic link text like 'click here' doesn't describe the destination.
/radio/premium/ ("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
Add '(opens in new tab)' to link text or aria-label.
https://itunes.apple.com/us/app/tunein-radio/id418987775?referrer=utm_medium%…; https://play.google.com/store/apps/details?id=tunein.player&hl=en&referrer=ut…; https://tunein.com/about/; https://tunein.com/contact/; https://tunein.com/careers/; https://tunein.com/press/; https://help.tunein.com; https://tunein.com/get-tunein/; https://tunein.com/business/; https://tunein.com/broadcasters/ (+10 more)
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
Icon-only buttons need an aria-label so screen readers can announce them.
button (#1124 on page); button (#1134 on page); button (#1148 on page); button (#1162 on page)
Buttons with no accessible text (icon-only, no aria-label) can't be activated by voice control or understood by screen readers.
Source: WCAG 2.1 SC 4.1.2
D404 Error PageActionHTTP 404, custom pageFIX
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
CLandmark StructureAction2 landmarksREVIEW
Screen reader users cannot quickly navigate to the primary content. Wrap your main content in <main>.
Without a <main> landmark, screen-reader users can't skip past the navigation to the page content — every page starts with re-reading the menu.
Learn more ▾ ▴
The <main> element marks the page's primary content area. Assistive tech offers a 'jump to main' shortcut — but only if <main> exists. Without it, every page navigation forces re-reading the header. Wrap your primary content in a single <main>.
Source: WAI-ARIA / WCAG 2.4.1
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
CAlt Text QualityAction35 of 57 images have issuesREVIEW
| Issue | Count |
|---|---|
| missing | 2 image(s) |
| filename | 33 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
CFavicon & BrandingAction3 icon(s) detectedREVIEW
AHeading Hierarchy14 headingsPASS
- H1 TuneIn brings together live sports, music, news, audiobooks, and podcasts — hear what matters most to you!
- H1 BREAKING NEWS. duplicate H1
- H1 LIVE SPORTS. duplicate H1
- H1 NONSTOP MUSIC. duplicate H1
- H1 UNLIMITED AUDIOBOOKS. duplicate H1
- H1 ALL YOUR PODCASTS. duplicate H1
- H2 We Care About Your Privacy
- H2 About Your Privacy
- H3 Manage Consent Preferences
- H4 Strictly Necessary Cookies
- H4 Targeting Cookies
- H4 Performance Cookies
- H4 Functional Cookies
- H3 Cookie List
A page should have only one H1. Multiple H1s dilute the document outline.
Multiple H1s blur the page's primary topic — screen-reader users and Google both prefer one H1.
Learn more ▾ ▴
HTML5's outline algorithm technically allows multiple H1s within sectioning content, but no browser implements it. In practice: one H1 per page. Use H2-H6 for subsections.
Source: WCAG 2.4.6 / Google Search Central
AForm Accessibility1 of 10 controls have issuesPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #searchField | text | searchField | for/id |
| #ot-group-id-C0004 | checkbox | Targeting Cookies | for/id |
| #ot-group-id-C0002 | checkbox | Performance Cookies | for/id |
| #ot-group-id-C0003 | checkbox | Functional Cookies | for/id |
| #vendor-search-handler | text | Cookie list search | aria-label |
| #chkbox-id | checkbox | checkbox label | for/id |
| #select-all-hosts-groups-handler | checkbox | checkbox label | for/id |
| #select-all-vendor-groups-handler | checkbox | checkbox label | for/id |
| #select-all-vendor-leg-handler | checkbox | checkbox label | for/id |
| #g-recaptcha-response-100000 | textarea | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<textarea name="g-recaptcha-response" id="g-recaptcha-response-100000">
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
A+Color Contrast (Screenshot)20 text elements analyzed, 0 fail WCAG AAPASS
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 |
|---|---|---|---|---|---|
| h1 TuneIn brings togeth… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h1 BREAKING NEWS. | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h1 LIVE SPORTS. | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h1 NONSTOP MUSIC. | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h1 UNLIMITED AUDIOBOOKS… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h1 ALL YOUR PODCASTS. | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 We Care About Your P… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 About Your Privacy | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Manage Consent Prefe… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Cookie List | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| title TuneIn | Free Intern… | 13.08:1 | 4.5:1 | #000000 | #FEC25A | Pass |
| a Home | 13.08:1 | 4.5:1 | #000000 | #FEC25A | Pass |
| a Search | 13.08:1 | 4.5:1 | #000000 | #FEC25A | Pass |
| a Local Radio | 13.08:1 | 4.5:1 | #000000 | #FEC25A | Pass |
| a Recents | 13.08:1 | 4.5:1 | #000000 | #FEC25A | Pass |
| a Trending | 13.08:1 | 4.5:1 | #000000 | #FEC25A | Pass |
| a Music | 13.08:1 | 4.5:1 | #000000 | #FEC25A | Pass |
| a Sports | 13.08:1 | 4.5:1 | #000000 | #FEC25A | Pass |
| a News & Talk | 13.08:1 | 4.5:1 | #000000 | #FEC25A | Pass |
| a Podcasts | 13.08:1 | 4.5:1 | #000000 | #FEC25A | Pass |
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.
A+Lighthouse Accessibility AuditsScore 96/100 — 1 failing, 24 passedPASS
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.
Names and labels
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.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div#appRootScrollReset > div.header-module__header___zvH_Q > div.header-module__headerWrapper___FPkEz > a.header-module__searchToggleContainer___H0IaD div#appRootScrollReset > div.header-module__header___zvH_Q > div.header-module__headerWrapper___FPkEz > a.header-module__searchToggleContainer___H0IaD |
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.