Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DFavicon & BrandingAction3 icon(s) detectedFIX
FWeb ManifestActionInvalid JSONFIX
Manifest contains invalid JSON.
DDark Mode SupportActionNo dark mode signalsFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
BLandmark Structure6 landmarksREVIEW
Multiple navigations need aria-label to distinguish them for screen readers.
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
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
BHeading Hierarchy34 headings, 1 skip(s)REVIEW
- H1 (empty)
- H1 12 Old-School Computer Accessories That Used To Be Essential duplicate H1
- H3 Xbox Just Dropped The Price Of Game Pass Ultimate, But There's A Catch skipped
- H3 10 Language Learning Apps You Should Be Using In 2026
- H3 Microsoft Will Give You Free Xbox Controller Accessories If You Had This Issue
- H3 Apple CEO Tim Cook Is Stepping Down - Here's Who Is Taking His Place
- H2 Latest Stories
- H3 A Powerful Supercomputer Found A Flaw In A Decades-Old Theory About Sun-Like Stars
- H3 These 'Cybertruck' Speed Cameras Are A Serious Eyesore For Locals
- H3 5 Things You Didn't Know Your Apple Watch's Digital Crown Can Do
- H3 We Might Finally Know Why Google Pixel Phone Batteries Are Draining So Fast
- H3 NASA's Orion Spacecraft Has A Problem It Will Need To Solve Before Artemis III
- H3 5 Common Android Phone Myths That Were Never True
- H3 Your Kindle Has An Underrated Bluetooth Feature You're Probably Not Using
- H3 Google Is Paying Android Users $135 Million - Here's How To Check Your Eligibility
- H3 Scientists Think This Clue In Starlight Could Reveal Hidden Alien Planets
- H3 12 Old-School Computer Accessories That Used To Be Essential
- H3 Change These 4 Settings To Instantly Upgrade Your Home Theater Audio
- H3 Anthropic's Mythos AI System Might Actually Create More Cybersecurity Vulnerabilities
- H3 5 Ways To Use Your Camera's USB Port (Other Than Charging)
- H3 Is It Safe To Leave Your Xbox Series X On Sleep Mode?
- H3 8 Best Budget And Expensive Gaming Headsets In 2026
- H3 4 Files You Should Never Upload To Cloud Storage
- H3 5 Reasons Why Every Cinephile Should Own A 4K Blu-Ray Player
- H3 If You're Reading Your Kindle On The Couch, This Amazon Gadget Is A Must-Own
- H3 Some NZXT PC Renters Could See Their Debt Cleared Up To $5,000 - Here's Why
- H3 Xbox Just Dropped The Price Of Game Pass Ultimate, But There's A Catch
- H3 These 13 EVs Exceeded Their Advertised Range In Consumer Reports' Tests
- H3 Microsoft Will Give You Free Xbox Controller Accessories If You Had This Issue
- H3 US Space Force's Broken OCX GPS Faces Cancellation After 16 Years And $8 Billion Of Investment
- H3 3 Settings That Will Speed Up Your Slow iPad
- H3 10 Language Learning Apps You Should Be Using In 2026
- H3 The 4 Best Third-Party Nintendo Switch 2 Controllers That Users Swear By
- H3 This Tiny Gadget Is The Best Way To Use Bluetooth On A Flight
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
Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.
Skipping heading levels breaks the document outline — screen-reader users lose track of section nesting.
Learn more ▾ ▴
Screen reader users navigate by jumping between headings (H1 → H2 → H3). Skipping (H1 → H3) breaks the sense of hierarchy. Use sequential levels even if you don't like the default styling — restyle with CSS instead. WCAG 1.3.1 (Info and Relationships) treats this as an A failure.
Source: WCAG 2.1 SC 1.3.1 / W3C WAI
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
CForm AccessibilityAction5 of 5 controls have issuesREVIEW
| Control | Type | Label | Method |
|---|---|---|---|
| #subnav-button-tech | checkbox | (none) | none |
| #subnav-button-science | checkbox | (none) | none |
| #subnav-button-entertainment | checkbox | (none) | none |
| #subnav-button-cars | checkbox | (none) | none |
| #subnav-button-reviews | checkbox | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<input type="checkbox" id="subnav-button-tech">; <input type="checkbox" id="subnav-button-science">; <input type="checkbox" id="subnav-button-entertainment">; <input type="checkbox" id="subnav-button-cars">; <input type="checkbox" id="subnav-button-reviews">
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
CLink & Button QualityAction33 issue(s) across 245 links and 0 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| # | (empty) | empty | Add link text or aria-label |
| https://www.facebook.com/BGR | new tab | Add '(opens in new tab)' to text | |
| https://x.com/BGR | new tab | Add '(opens in new tab)' to text | |
| https://www.instagram.com/bgr | new tab | Add '(opens in new tab)' to text | |
| https://flipboard.com/@BGR | new tab | Add '(opens in new tab)' to text | |
| /feed/ | RSS | new tab | Add '(opens in new tab)' to text |
| https://subscribe.bgr.com/newsletter?utm… | Newsletter | new tab | Add '(opens in new tab)' to text |
| https://www.static.com/bgr-privacy-polic… | Privacy Policy | new tab | Add '(opens in new tab)' to text |
| https://www.static.com/terms | Terms of Use | new tab | Add '(opens in new tab)' to text |
| https://www.static.com/ | Static Media | new tab | Add '(opens in new tab)' to text |
| https://www.facebook.com/BGR | new tab | Add '(opens in new tab)' to text | |
| https://x.com/BGR | new tab | Add '(opens in new tab)' to text | |
| https://www.instagram.com/bgr | new tab | Add '(opens in new tab)' to text | |
| https://flipboard.com/@BGR | new tab | Add '(opens in new tab)' to text | |
| /feed/ | RSS | new tab | Add '(opens in new tab)' to text |
| https://subscribe.bgr.com/newsletter?utm… | Newsletter | new tab | Add '(opens in new tab)' to text |
| /2149069/old-school-computer-accessories… | Read More | generic text | Replace with descriptive text |
Before: Read More Suggested: Old School Computer Accessories Essential | |||
| /2153740/xbox-game-pass-ultimate-price-d… | Read More | generic text | Replace with descriptive text |
Before: Read More Suggested: Xbox Game Pass Ultimate Price Drop Problem Cod | |||
| /2149603/best-language-learning-apps/ | Read More | generic text | Replace with descriptive text |
Before: Read More Suggested: Best Language Learning Apps | |||
| /2153000/microsoft-xbox-controller-batte… | Read More | generic text | Replace with descriptive text |
Before: Read More Suggested: Microsoft Xbox Controller Battery Issue Free Accessory | |||
| /2152981/apple-ceo-tim-cook-stepping-dow… | Read More | generic text | Replace with descriptive text |
Before: Read More Suggested: Apple Ceo Tim Cook Stepping Down Replaced John Ternus | |||
| /2149086/japanese-supercomputer-found-fl… | Read More | generic text | Replace with descriptive text |
Before: Read More Suggested: Japanese Supercomputer Found Flaw In Sun Like Stars Theory | |||
| /2154094/cybertruck-speed-enforcement-tr… | Read More | generic text | Replace with descriptive text |
Before: Read More Suggested: Cybertruck Speed Enforcement Trailer Cameras Eyesore | |||
| /2148944/things-apple-watch-digital-crow… | Read More | generic text | Replace with descriptive text |
Before: Read More Suggested: Things Apple Watch Digital Crown Can Do | |||
| /2149195/why-google-pixel-phone-battery-… | Read More | generic text | Replace with descriptive text |
Before: Read More Suggested: Why Google Pixel Phone Battery Draining Fast According Users | |||
| /2149125/nasa-orion-spacecraft-helium-le… | Read More | generic text | Replace with descriptive text |
Before: Read More Suggested: Nasa Orion Spacecraft Helium Leak Problem Artemis | |||
| /2148726/common-android-phone-myths-neve… | Read More | generic text | Replace with descriptive text |
Before: Read More Suggested: Common Android Phone Myths Never True | |||
| /2149007/kindle-bluetooth-feature-you-mi… | Read More | generic text | Replace with descriptive text |
Before: Read More Suggested: Kindle Bluetooth Feature You Might Not Be Using | |||
| /2154012/google-android-135-million-sett… | Read More | generic text | Replace with descriptive text |
Before: Read More Suggested: Google Android 135 Million Settlement Eligibility Explained | |||
| /2149019/scientists-find-starlight-clue-… | Read More | generic text | Replace with descriptive text |
Before: Read More Suggested: Scientists Find Starlight Clue To Reveal Hidden Alien Planets | |||
| /2149069/old-school-computer-accessories… | Read More | generic text | Replace with descriptive text |
Before: Read More Suggested: Old School Computer Accessories Essential | |||
| /2148994/settings-to-upgrade-home-theate… | Read More | generic text | Replace with descriptive text |
Before: Read More Suggested: Settings To Upgrade Home Theater Audio | |||
| /2153570/anthropic-mythos-cyberscurity-v… | Read More | generic text | Replace with descriptive text |
Before: Read More Suggested: Anthropic Mythos Cyberscurity Vulnerabilities | |||
| /2148836/camera-usb-port-uses/ | Read More | generic text | Replace with descriptive text |
Before: Read More Suggested: Camera Usb Port Uses | |||
| /2148959/is-it-safe-leave-xbox-on-sleep-… | Read More | generic text | Replace with descriptive text |
Before: Read More Suggested: Is It Safe Leave Xbox On Sleep Mode | |||
| /2148792/best-budget-expensive-gaming-he… | Read More | generic text | Replace with descriptive text |
Before: Read More Suggested: Best Budget Expensive Gaming Headsets 2026 | |||
| /2148664/files-avoid-cloud-storage-expla… | Read More | generic text | Replace with descriptive text |
Before: Read More Suggested: Files Avoid Cloud Storage Explained | |||
| /2148797/reasons-why-buy-4k-blu-ray-play… | Read More | generic text | Replace with descriptive text |
Before: Read More Suggested: Reasons Why Buy 4k Blu Ray Player | |||
| /2148852/reading-kindle-couch-amazon-gad… | Read More | generic text | Replace with descriptive text |
Before: Read More Suggested: Reading Kindle Couch Amazon Gadget Must Own | |||
| /2152553/nzxt-pc-rental-program-debt-for… | Read More | generic text | Replace with descriptive text |
Before: Read More Suggested: Nzxt Pc Rental Program Debt Forgiveness Lawsuit Payout 5000 Dollars | |||
| /2153740/xbox-game-pass-ultimate-price-d… | Read More | generic text | Replace with descriptive text |
Before: Read More Suggested: Xbox Game Pass Ultimate Price Drop Problem Cod | |||
| /2148756/evs-exceeded-advertised-range-c… | Read More | generic text | Replace with descriptive text |
Before: Read More Suggested: Evs Exceeded Advertised Range Consumer Reports | |||
| /2153000/microsoft-xbox-controller-batte… | Read More | generic text | Replace with descriptive text |
Before: Read More Suggested: Microsoft Xbox Controller Battery Issue Free Accessory | |||
| /2148553/us-space-force-broken-ocx-gps-p… | Read More | generic text | Replace with descriptive text |
Before: Read More Suggested: Us Space Force Broken Ocx Gps Pentagon May Cancel After 16 Years 8 Billion Dollars | |||
| /2148899/settings-to-speed-up-slow-ipad/ | Read More | generic text | Replace with descriptive text |
Before: Read More Suggested: Settings To Speed Up Slow Ipad | |||
| /2149603/best-language-learning-apps/ | Read More | generic text | Replace with descriptive text |
Before: Read More Suggested: Best Language Learning Apps | |||
| /2148470/best-third-party-nintendo-switc… | Read More | generic text | Replace with descriptive text |
Before: Read More Suggested: Best Third Party Nintendo Switch 2 Controllers | |||
| /2148725/best-way-to-use-bluetooth-on-pl… | Read More | generic text | Replace with descriptive text |
Before: Read More Suggested: Best Way To Use Bluetooth On Plane Gadget | |||
| https://www.static.com/bgr-privacy-polic… | Privacy Policy | new tab | Add '(opens in new tab)' to text |
| https://www.static.com/ | Static Media | new tab | Add '(opens in new tab)' to text |
| https://www.chowhound.com/ | Chowhound | new tab | Add '(opens in new tab)' to text |
| https://www.cuteness.com/ | Cuteness | new tab | Add '(opens in new tab)' to text |
| https://www.explore.com/ | Explore | new tab | Add '(opens in new tab)' to text |
| https://www.foodie.com/ | Foodie | new tab | Add '(opens in new tab)' to text |
| https://www.foodrepublic.com/ | Food Republic | new tab | Add '(opens in new tab)' to text |
| https://www.gardenguides.com/ | Garden Guides | new tab | Add '(opens in new tab)' to text |
| https://www.glam.com/ | Glam | new tab | Add '(opens in new tab)' to text |
| https://www.grunge.com/ | Grunge | new tab | Add '(opens in new tab)' to text |
| https://www.healthdigest.com/ | Health Digest | new tab | Add '(opens in new tab)' to text |
| https://www.housedigest.com/ | House Digest | new tab | Add '(opens in new tab)' to text |
| https://www.hunker.com/ | Hunker | new tab | Add '(opens in new tab)' to text |
| https://www.islands.com/ | Islands | new tab | Add '(opens in new tab)' to text |
| https://www.jalopnik.com/ | Jalopnik | new tab | Add '(opens in new tab)' to text |
| https://www.looper.com/ | Looper | new tab | Add '(opens in new tab)' to text |
| https://www.mashed.com/ | Mashed | new tab | Add '(opens in new tab)' to text |
| https://www.moneydigest.com/ | Money Digest | new tab | Add '(opens in new tab)' to text |
| https://www.nickiswift.com/ | Nicki Swift | new tab | Add '(opens in new tab)' to text |
| https://www.outdoorguide.com/ | Outdoor Guide | new tab | Add '(opens in new tab)' to text |
| https://www.planetware.com/ | PlanetWare | new tab | Add '(opens in new tab)' to text |
| https://www.sciencing.com/ | Sciencing | new tab | Add '(opens in new tab)' to text |
| https://www.slashfilm.com/ | SlashFilm | new tab | Add '(opens in new tab)' to text |
| https://www.slashgear.com/ | SlashGear | new tab | Add '(opens in new tab)' to text |
| https://www.svg.com/ | SVG | new tab | Add '(opens in new tab)' to text |
| https://www.tastingtable.com/ | Tasting Table | new tab | Add '(opens in new tab)' to text |
| https://www.thedailymeal.com/ | The Daily Meal | new tab | Add '(opens in new tab)' to text |
| https://www.thelist.com/ | The List | new tab | Add '(opens in new tab)' to text |
| https://www.thetakeout.com/ | The Takeout | new tab | Add '(opens in new tab)' to text |
| https://www.tvline.com/ | TVLine | new tab | Add '(opens in new tab)' to text |
| https://www.women.com/ | Women | new tab | Add '(opens in new tab)' to text |
| https://www.wrestlinginc.com/ | Wrestling Inc. | new tab | Add '(opens in new tab)' to text |
Links without text are announced as raw URLs by screen readers.
#
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.
/2149069/old-school-computer-accessories-essential/ ("Read More"); /2153740/xbox-game-pass-ultimate-price-drop-problem-cod/ ("Read More"); /2149603/best-language-learning-apps/ ("Read More"); /2153000/microsoft-xbox-controller-battery-issue-free-accessory/ ("Read More"); /2152981/apple-ceo-tim-cook-stepping-down-replaced-john-ternus/ ("Read More"); /2149086/japanese-supercomputer-found-flaw-in-sun-like-stars-theory/ ("Read More"); /2154094/cybertruck-speed-enforcement-trailer-cameras-eyesore/ ("Read More"); /2148944/things-apple-watch-digital-crown-can-do/ ("Read More"); /2149195/why-google-pixel-phone-battery-draining-fast-according-users/ ("Read More"); /2149125/nasa-orion-spacecraft-helium-leak-problem-artemis/ ("Read More") (+22 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://www.facebook.com/BGR; https://x.com/BGR; https://www.instagram.com/bgr; https://flipboard.com/@BGR; /feed/; https://subscribe.bgr.com/newsletter?utm_source=bgr&utm_medium=side-nav; https://www.static.com/bgr-privacy-policy; https://www.static.com/terms; https://www.static.com/; https://www.facebook.com/BGR (+37 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
B404 Error PageHTTP 404, custom pageREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 2 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 Latest Stories | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| title BGR | Industry-Leadi… | 1.00:1 | 4.5:1 | #000000 | #000000 | Fail |
| a News | 1.00:1 | 4.5:1 | #000000 | #000000 | Fail |
| a Tech | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Accessories | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Apps & Software | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Computers | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Mobile | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Audio | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Security | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Wearables | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Artificial Intellige… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Home Entertainment | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Science | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Space | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Entertainment | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Movies | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Gaming | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Cars | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Electric Vehicles | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | 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.
BLighthouse Accessibility AuditsScore 85/100 — 4 failing, 18 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.
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 |
|---|
Back main#index > div.page-link-container > div.page-left-side > a#prev-page |
Information from your device can be used to personalize your ad experience.
Do… body.adthrive-device-phone > div.adthrive-comscore > div#adthrive-ccpa-link |
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 |
|---|
Xbox Just Dropped The Price Of Game Pass Ultimate, But There's A Catch li.article-item > article.article-block > div.article-description > h3 |
These are opportunities to improve keyboard navigation in your application.
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 |
|---|
nav#aside-nav > div.nav-top > div.logo > a.nav-opener nav#aside-nav > div.nav-top > div.logo > a.nav-opener |
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.
Best practices
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Chowhound div#footer-bottom > div#footer-detail-container > div.brand-links > a |
Food Republic div#footer-bottom > div#footer-detail-container > div.brand-links > a |
Sciencing div#footer-bottom > div#footer-detail-container > div.brand-links > a |
Tasting Table div#footer-bottom > div#footer-detail-container > div.brand-links > a |
These items highlight common accessibility best practices.
A+Alt Text QualityAll 36 images OKPASS
| Issue | Count |
|---|---|
| too long | 1 image(s) |