Skip to content
https://gamesradar.com

Accessibility

· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.
SCORE
47
GRADE
F
FIX
8
REVIEW
3
PASS
2
INFO
0
Checks
13
2 PASS 3 REVIEW 8 FIX
F
Alt Text Quality
Action
29 of 185 images have issues
FIX
29 of 185 images have issues
Critical::
29 image(s) missing alt attribute
Images without alt text are invisible to screen readers.
Critical::
29 image-in-link without alt text
An image inside a link with no alt creates an empty link.
Info::
14 image(s) with alt text over 125 characters
Info::
8 decorative image(s) correctly marked
Info::
134 image(s) with good alt text
185 images 134 good alt text 8 decorative 29 missing
IssueCount
missing29 image(s)
too long14 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

F
Form Accessibility
Action
5 of 8 controls have issues
FIX
5 of 8 controls have issues
Critical::
3 control(s) without accessible label
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
Got: <input type="submit" id="submitBtn">; <input type="radio" name="burgerbar-expand" id="burgerbar-none">; <input type="radio" name="burgerbar-expand" id="burgerbar">
Warning::
2 control(s) rely on placeholder only
Placeholder text disappears on focus and is not a reliable label.
Got: <input type="email" name="email" id="emailInput">; <input type="search" name="searchTerm">
Info::
3 control(s) properly labeled
8 controls
3 labeled
2 placeholder only
3 unlabeled
ControlTypeLabelMethod
#CONTACT_OTHER_BRANDScheckboxnone
#search-checkboxcheckboxSearchfor/id
#search-inputsearchSearch GamesRadar+for/id
#emailInputemail(your@example.com)placeholder only
searchTermsearch(Search for anything)placeholder only
#submitBtnsubmit(none)none
#burgerbar-noneradio(none)none
#burgerbarradio(none)none

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

<input type="submit" id="submitBtn">; <input type="radio" name="burgerbar-expand" id="burgerbar-none">; <input type="radio" name="burgerbar-expand" id="burgerbar">

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

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

<input type="email" name="email" id="emailInput">; <input type="search" name="searchTerm">

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

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
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: #f26722
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
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.
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, 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
h1 GamesRadar+
1.09:1
#000000
on
#0D0E12
needs 3.0:1 (large text)
32px · bottom of viewport
h1 Today I want to...
1.09:1
#000000
on
#0D0E12
needs 3.0:1 (large text)
32px · bottom of viewport
h2 The price of Xbox Game Pass Ultimate is …
1.09:1
#000000
on
#0D0E12
needs 3.0:1 (large text)
24px · bottom of viewport
h2 Tides of Tomorrow review: "Your choices …
1.09:1
#000000
on
#0D0E12
needs 3.0:1 (large text)
24px · bottom of viewport
h2 Meet the dev who quit Rockstar Games dur…
1.09:1
#000000
on
#0D0E12
needs 3.0:1 (large text)
24px · bottom of viewport
h2 Splatoon Raiders release date confirmed …
1.09:1
#000000
on
#0D0E12
needs 3.0:1 (large text)
24px · bottom of viewport
h2 Everything in the Helldivers 2 Exo Exper…
1.09:1
#000000
on
#0D0E12
needs 3.0:1 (large text)
24px · bottom of viewport
h2 Latest News
1.09:1
#000000
on
#0D0E12
needs 3.0:1 (large text)
24px · bottom of viewport
h2 Saros: The Big Preview – Hands-on and …
1.09:1
#000000
on
#0D0E12
needs 3.0:1 (large text)
24px · bottom of viewport
h2 3 hours in, Saros is a triumph for PS5 …
1.09:1
#000000
on
#0D0E12
needs 3.0:1 (large text)
24px · bottom of viewport
h2 Saros will "tempt you to do tricky thing…
1.09:1
#000000
on
#0D0E12
needs 3.0:1 (large text)
24px · bottom of viewport
h2 Saros' world-altering eclipse "has both …
1.09:1
#000000
on
#0D0E12
needs 3.0:1 (large text)
24px · bottom of viewport
h2 Saros aims for bite-sized 30-minute runs…
1.09:1
#000000
on
#0D0E12
needs 3.0:1 (large text)
24px · bottom of viewport
h2 7 reasons why Saros has me hooked on its…
1.09:1
#000000
on
#0D0E12
needs 3.0:1 (large text)
24px · bottom of viewport
h2 Saros Pre-order Trailer
1.09:1
#000000
on
#0D0E12
needs 3.0:1 (large text)
24px · bottom of viewport
h2 Don't hold your breath for a Fallout: Ne…
1.09:1
#000000
on
#0D0E12
needs 3.0:1 (large text)
24px · bottom of viewport
h2 Elden Ring movie cast and release date a…
1.09:1
#000000
on
#0D0E12
needs 3.0:1 (large text)
24px · bottom of viewport
h2 Tides of Tomorrow 60 second review
1.09:1
#000000
on
#0D0E12
needs 3.0:1 (large text)
24px · bottom of viewport
h2 No Rest for the Wicked is on its way to …
1.09:1
#000000
on
#0D0E12
needs 3.0:1 (large text)
24px · bottom of viewport
h2 Baldur’s Gate 3 actors returning for o…
1.09:1
#000000
on
#0D0E12
needs 3.0:1 (large text)
24px · bottom of viewport
Show all checked elements (20)
ElementRatioRequiredFGBGResult
h1 GamesRadar+1.09:13.0:1
#000000
#0D0E12
Fail
h1 Today I want to...1.09:13.0:1
#000000
#0D0E12
Fail
h2 The price of Xbox Ga…1.09:13.0:1
#000000
#0D0E12
Fail
h2 Tides of Tomorrow re…1.09:13.0:1
#000000
#0D0E12
Fail
h2 Meet the dev who qui…1.09:13.0:1
#000000
#0D0E12
Fail
h2 Splatoon Raiders rel…1.09:13.0:1
#000000
#0D0E12
Fail
h2 Everything in the He…1.09:13.0:1
#000000
#0D0E12
Fail
h2 Latest News1.09:13.0:1
#000000
#0D0E12
Fail
h2 Saros: The Big Previ…1.09:13.0:1
#000000
#0D0E12
Fail
h2 3 hours in, Saros is…1.09:13.0:1
#000000
#0D0E12
Fail
h2 Saros will "tempt yo…1.09:13.0:1
#000000
#0D0E12
Fail
h2 Saros' world-alterin…1.09:13.0:1
#000000
#0D0E12
Fail
h2 Saros aims for bite-…1.09:13.0:1
#000000
#0D0E12
Fail
h2 7 reasons why Saros …1.09:13.0:1
#000000
#0D0E12
Fail
h2 Saros Pre-order Trai…1.09:13.0:1
#000000
#0D0E12
Fail
h2 Don't hold your brea…1.09:13.0:1
#000000
#0D0E12
Fail
h2 Elden Ring movie cas…1.09:13.0:1
#000000
#0D0E12
Fail
h2 Tides of Tomorrow 60…1.09:13.0:1
#000000
#0D0E12
Fail
h2 No Rest for the Wick…1.09:13.0:1
#000000
#0D0E12
Fail
h2 Baldur’s Gate 3 ac…1.09:13.0:1
#000000
#0D0E12
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, 31 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.

Names and labels

When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
div#explore-games-radar-search-bar-2 > div.flex > form.relative > button.absolute div#explore-games-radar-search-bar-2 > div.flex > form.relative > button.absolute

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.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img
div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img
div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img
div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img
div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img
div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img
div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img
div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img
div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
div#explore-games-radar-search-bar-2 > div.flex > form.relative > button.absolute div#explore-games-radar-search-bar-2 > div.flex > form.relative > button.absolute

These items highlight common accessibility best practices.

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
Koei Tecmo expects record-breaking financial year, but not entirely because of … section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link
Elden Ring movie set photos suggest the Loathsome Dung Eater and Raya Lucaria w… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link
Silo season 3 trailer teases the beginning of the end for one of Apple's best s… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link
Arc Raiders players all sigh with relief as Embark extends new Expedition chall… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link
Fallout 5 rumored setting New Orleans was originally discussed at New Vegas stu… 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
Input buttons have discernible text.
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 with `role="dialog"` or `role="alertdialog"` have accessible names.
`[aria-hidden="true"]` elements do not contain focusable descendents
Elements use only permitted ARIA attributes
Background and foreground colors have a sufficient contrast ratio
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
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.
Identical links have the same purpose.
`[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.
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
17 landmarks
PASS
17 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
209 headings
PASS
209 headings
Warning::
Multiple H1 headings (2 found)
A page should have only one H1. Multiple H1s dilute the document outline.
Warning::
1 empty heading(s)
Empty headings appear in the document outline but provide no information.
  • H1 GamesRadar+
  • H2 Hot Right Now
  • H2 The price of Xbox Game Pass Ultimate is falling, and all it cost was day one access to new Call of Duty games
  • H2 Tides of Tomorrow review: "Your choices in this microplastics apocalypse are shaped by other players"
  • H2 Meet the dev who quit Rockstar Games during GTA 6 fever to make a single-player MMO-like
  • H2 Splatoon Raiders release date confirmed for Nintendo Switch 2
  • H2 Everything in the Helldivers 2 Exo Experts Warbond
  • H2 Latest News
  • H3 Koei Tecmo expects record-breaking financial year, but not entirely because of Pokopia and Nioh 3
  • H3 Elden Ring movie set photos suggest the Loathsome Dung Eater and Raya Lucaria will appear in the A24 adaptation
  • H3 Silo season 3 trailer teases the beginning of the end for one of Apple's best sci-fi shows
  • H3 Arc Raiders players all sigh with relief as Embark extends new Expedition challenge window
  • H3 Fallout 5 rumored setting New Orleans was originally discussed at New Vegas studio Obsidian
  • H3 Pragmata director and former Nier: Automata weapon artist Cho Yonghee gets shoutout from Yoko Taro
  • H2 Trending
  • H2 Saros: The Big Preview – Hands-on and developer access with PS5's roguelike game-changer
  • H2 3 hours in, Saros is a triumph for PS5 – this twitchy sci-fi roguelike shooter perfectly evolves on Returnal
  • H2 Saros will "tempt you to do tricky things", its game designer tells me about its aggressive, creative shield combat
  • H2 Saros' world-altering eclipse "has both a gameplay and narrative purpose", and it's already pulling me back in
  • H2 Saros aims for bite-sized 30-minute runs, and the cool-off makes you "ready for another", its game designer tells me
  • H2 7 reasons why Saros has me hooked on its eclipse-powered roguelike runs
  • H2 Explore GamesRadar+
  • H1 Today I want to... duplicate H1
  • H2 (empty)
  • H3 PlayStation
  • H3 Nintendo
  • H3 Xbox
  • H3 PC
  • H3 Movies
  • H3 TV
  • H2 Recent Videos
  • H2 Saros Pre-order Trailer
  • H2 Don't hold your breath for a Fallout: New Vegas remaster
  • H2 Elden Ring movie cast and release date announced
  • H2 Tides of Tomorrow 60 second review
  • H2 No Rest for the Wicked is on its way to 1.0
  • H2 Baldur’s Gate 3 actors returning for official D&D campaign but not as their characters
  • H2 Games
  • H2 All
  • H2 Diablo 4 will always get updates because players keep finding new problems "over the course of 10,000 hours"
  • H2 37 years since Prince of Persia, Replaced is the cinematic platformer I've been waiting for
  • H2 Former GTA lead Dan Houser's new video game and TV show unveils its main cast, including SNL alum
  • H2 Marathon's been secretly telling you to "kill for mommy"
  • H2 Mongil Star Dive codes (April 2026) and how to redeem them for free Monsterlings, Gold, and more
  • H2 Former Microsoft exec and Blizzard boss completes Death Stranding 2: "Hell of an experience"
  • H2 News
  • H2 Diablo 4 will always get updates because players keep finding new problems "over the course of 10,000 hours"
  • H2 Former GTA lead Dan Houser's new video game and TV show unveils its main cast, including SNL alum
  • H2 Marathon's been secretly telling you to "kill for mommy"
  • H2 Former Microsoft exec and Blizzard boss completes Death Stranding 2: "Hell of an experience"
  • H2 Windrose players thank the devs for avoiding item durability, a divisive survival game feature
  • H2 Kingdom Come: Deliverance devs donating $1 of each copy sold on Steam this week to a real-life castle
  • H2 Features
  • H2 37 years since Prince of Persia, Replaced is the cinematic platformer I've been waiting for
  • H2 "My board games are naturally nonconfrontational." Wingspan designer talks about her latest board game, Sanibel
  • H2 Windrose is a pretty good karaoke cover of Assassin's Creed: Black Flag with a survival twist
  • H2 30 years on, Metal Slug's action and stylish visuals owe Studio Ghibli a debt: "We were very much inspired"
  • H2 Mouse: P.I. For Hire is great for a couple hours, fine for several more, and then a long exhausting exercise
  • H2 I love Tomodachi Life: Living the Dream, but having no Switch 2 version is a mistake
  • H2 Guides
  • H2 Mongil Star Dive codes (April 2026) and how to redeem them for free Monsterlings, Gold, and more
  • H2 Kingshot codes (April 2026) for free Gems, Hero XP, Resources, and more
  • H2 Escape from Tarkov promo codes (April 2026) and how to redeem them
  • H2 Dragon Ball Legends codes (April 2026) for free Chrono Crystals to spend in the Shop
  • H2 Everything we know about the Arc Raiders Riven Tides update
  • H2 Sailor Piece codes (April 2026) for money, Gems, rerolls, and more
  • H2 Reviews
  • H2 Cthulhu: The Cosmic Abyss review: "This Lovecraftian horror challenges my detective skills in the best ways"
  • H2 Tomodachi Life: Living the Dream review: "Real Nintendo Housewives meets the OC in my own personal Mii fever dream"
  • H2 Dosa Divas review: "I came for the culinary mechs and Jet Set Radio vibes, I stayed for the emotional rollercoaster"
  • H2 Pragmata review: "Blasting and hacking in sync has me locked in for Capcom's sci-fi shooter"
  • H2 Want the perfect summer board game? This might be it
  • H2 This might be one of the best horror board games ever made, and I can't get enough of it
  • H2 Lists
  • H2 The 10 best story-driven RPGs to play in 2026
  • H2 10 Best Western RPGs of all time
  • H2 10 Best Turn-based RPGs of all time
  • H2 I've ranked the best RPGs with romance options, from Fire Emblem to Mass Effect
  • H2 10 Best open world RPGs to play in 2026, from Kingdom Come: Deliverance 2 to Elden Ring
  • H2 Here are my top 10 best single-player RPGs as a life-long fan whose spent thousands of hours with the genre
  • H2 Games Spotlight
  • H2 Pragmata review: "Blasting and hacking in sync has me locked in for Capcom's sci-fi shooter"
  • H2 Pragmata is already one of the best-rated Capcom games on Steam, just 3% behind king of kings Resident Evil 4
  • H2 12 Pragmata tips and tricks to help you fight through the robo-pocalypse
  • H2 All Pragmata currencies and resources and what they're for
  • H2 Here's how long it'll take you to beat Pragmata
  • H2 Everything you need to know about hacking in Pragmata
  • H2 GamesRadar+YOU
  • H2 [Do Not Publish] Homepage Why Everyone Plays
  • H2 Entertainment
  • H2 All
  • H2 Evil Dead Burn trailer unleashes bloody one-shot carnage with levitating Deadites
  • H2 The 6 best new shows and movies streaming this week on Netflix, HBO Max, Disney Plus, and more (April 21–April 26)
  • H2 How to watch the Marvel movies in order (release and chronological order)
  • H2 New Devil May Cry season 2 trailer teases a brother vs. brother showdown as Dante takes on Vergil
  • H2 Upcoming movies: The most exciting new movies coming in 2026 and beyond
  • H2 Rogue Trooper movie team wanted to avoid an "uncanny-valley video game aesthetic"
  • H2 TV
  • H2 How to watch the Marvel movies in order (release and chronological order)
  • H2 New Devil May Cry season 2 trailer teases a brother vs. brother showdown as Dante takes on Vergil
  • H2 Where does Stranger Things: Tales From '85 take place on the Stranger Things timeline?
  • H2 We're not in Nevermore, anymore! Latest look at Wednesday season 3 teases interesting new location
  • H2 Mass Effect showrunner says he was never told to rewrite the Amazon series for "non-gamers"
  • H2 Stranger Things: Tales From '85 showrunner says the upcoming series won't just be a "Monster of the Week" adventure
  • H2 Movies
  • H2 Evil Dead Burn trailer unleashes bloody one-shot carnage with levitating Deadites
  • H2 How to watch the Marvel movies in order (release and chronological order)
  • H2 Upcoming movies: The most exciting new movies coming in 2026 and beyond
  • H2 Rogue Trooper movie team wanted to avoid an "uncanny-valley video game aesthetic"
  • H2 First look at DC Studios' Clayface is more face than clay
  • H2 One of the most infamous Star Wars lines was added in reshoots, Oscar Isaac says
  • H2 Streaming
  • H2 The 6 best new shows and movies streaming this week on Netflix, HBO Max, Disney Plus, and more (April 21–April 26)
  • H2 How to watch the Marvel movies in order (release and chronological order)
  • H2 New Devil May Cry season 2 trailer teases a brother vs. brother showdown as Dante takes on Vergil
  • H2 Where does Stranger Things: Tales From '85 take place on the Stranger Things timeline?
  • H2 We're not in Nevermore, anymore! Latest look at Wednesday season 3 teases interesting new location
  • H2 Mass Effect showrunner says he was never told to rewrite the Amazon series for "non-gamers"
  • H2 News
  • H2 Evil Dead Burn trailer unleashes bloody one-shot carnage with levitating Deadites
  • H2 The 6 best new shows and movies streaming this week on Netflix, HBO Max, Disney Plus, and more (April 21–April 26)
  • H2 New Devil May Cry season 2 trailer teases a brother vs. brother showdown as Dante takes on Vergil
  • H2 Rogue Trooper movie team wanted to avoid an "uncanny-valley video game aesthetic"
  • H2 Where does Stranger Things: Tales From '85 take place on the Stranger Things timeline?
  • H2 We're not in Nevermore, anymore! Latest look at Wednesday season 3 teases interesting new location
  • H2 Lists
  • H2 Best anime: 25 shows to watch in 2026
  • H2 The best Spider-Man movies of all time, ranked from worst to best
  • H2 Best anime on Netflix: 30 shows to stream in 2026
  • H2 The 25 best shows on Netflix to watch in 2026
  • H2 The best anime shows to watch after Netflix's One Piece season 2
  • H2 Best anime for beginners: The 10 essential shows newcomers must watch first
  • H2 Reviews
  • H2 Maul – Shadow Lord review: "Sam Witwer gives his strongest Maul performance yet"
  • H2 The Super Mario Galaxy Movie review: "Never quite reaches Galaxy's gravity-defying game heights"
  • H2 Daredevil: Born Again S2 review: "Still struggling to bloom in the shadow of the Netflix show"
  • H2 Invincible season 4 review: "The MCU and DCU have a lot of catching up to do"
  • H2 Project Hail Mary review: "Large scale sci-fi with tons of heart"
  • H2 One Piece season 2 review: "It's hard to imagine a better version of One Piece in live action"
  • H2 Entertainment Spotlight
  • H2 The Boys season 5, episode 3 recap: Easter eggs, cameos, and deaths
  • H2 What is V-One in The Boys season 5, how is it different from Compound V, and which Supes have V-One in their blood?
  • H2 Why didn't Homelander kill [redacted] in The Boys season 5 episode 3? And how that decision could come back to haunt him
  • H2 The Boys' Karl Urban reveals which season 5 episode has "major" character deaths, and it's not the finale
  • H2 The Boys star says Homelander's most gruesome act is yet to come: "You think killing children is bad?! Just wait!"
  • H2 Who will kill Homelander in The Boys season 5?
  • H2 Hardware
  • H2 All
  • H2 FPGA dev claims the Neo Geo AES+ is "basically the MiSTer core" broken up into separate chips
  • H2 A Steam Controller unboxing video has emerged that could point to Valve's new gamepad launching soon
  • H2 Just two weeks after raising the PS5 price, Sony drops Digital Editions back to $399
  • H2 The best Asus gaming laptops 2026
  • H2 Look mom, new Intel Arc G3 handhelds that no one can probably afford are inbound
  • H2 AMD could be reading up Multi-Frame Generation for Radeon GPUs
  • H2 Reviews
  • H2 The Valerion VisionMaster Pro 2 is a no-holds-barred cinephile projector
  • H2 The MCHOSE V9 Turbo looks like an off-brand Razer headset, but looks can be deceiving for this mighty pair of cups
  • H2 The new Asus ROG Zephyrus G14 is doing a lot with its extra wattage, but I'm bracing myself for the price tag
  • H2 I’m punching myself for not buying an 8Bitdo M30 sooner, as it’s a near-perfect wireless Sega Mega Drive controller
  • H2 I love a bit of whimsy, and this Switch 2 case with its lenticular Super Mario art is full of it
  • H2 I put this eight year old budget gaming mouse to the test against far newer releases, and it still comes out on top
  • H2 Buying Guides
  • H2 The best Asus gaming laptops 2026
  • H2 The best Nintendo Switch headset 2026: SteelSeries is the key for gaming on the go for another year
  • H2 Best graphics card 2026: the top GPU options I'd recommend for PC gamers
  • H2 The best Steam Deck dock 2026: the handheld docking stations I'd recommend
  • H2 The best portable monitors for gaming 2026
  • H2 The best monitor for PS5 2026: high spec screens for the OG and Pro
  • H2 Deals
  • H2 Just two weeks after raising the PS5 price, Sony drops Digital Editions back to $399
  • H2 RAM prices are levelling off, but even with these Newegg deals those rates are still sky-high
  • H2 CRKD's adorably tiny Switch 2 controllers are on sale, but you're better off waiting for the new Atom+ instead
  • H2 If you want a 007 First Light controller palate cleanser, the limited edition Marathon DualSense just received a rare discount
  • H2 The best cheap gaming laptop deals in April 2026: RTX 5060 and RTX 5070 rigs worth checking out
  • H2 The Razer BlackShark V3 Pro and its "can't be challenged" audio power is down to a record low price
  • H2 News
  • H2 FPGA dev claims the Neo Geo AES+ is "basically the MiSTer core" broken up into separate chips
  • H2 A Steam Controller unboxing video has emerged that could point to Valve's new gamepad launching soon
  • H2 Look mom, new Intel Arc G3 handhelds that no one can probably afford are inbound
  • H2 AMD could be reading up Multi-Frame Generation for Radeon GPUs
  • H2 The cost of the Meta Quest 3 and 3S is rising, and that plays right into Valve's hands
  • H2 Commodore officially addresses C64 Ultimate FPGA lockdown concerns
  • H2 Features
  • H2 You don't have to choose between a controller and a keyboard; there's a secret third option
  • H2 I benchmarked Cyberpunk 2077 on 15 gaming laptops, these are the specs you need to hit 60fps in RT Ultra in 2026
  • H2 Can a VPN let you play region-locked games?
  • H2 What should gamers look for in a VPN?
  • H2 Console gaming on a VPN: what works on PS5/Xbox Series X
  • H2 These are the fastest two Xbox controllers on the shelves right now, but which should you buy?
  • H2 Hardware Spotlight
  • H2 PS6 launch rumors suggest the next console war will be fought on a new battlefield, and Valve might be in prime position
  • H2 The latest Analogue 3D update adds "advanced HDR" that will make your OLED look even more like a CRT
  • H2 Valve is now sitting on lots of Steam controllers, so releasing them before the Steam Machine is a no-brainer
  • H2 This mobile controller has fixed a 24 year gripe in one simple solution
  • H2 Call 911, Lenovo now wants nearly $3,000 for its Legion Go 2 handheld
  • H2 Socials
  • H2 Author Spotlight
  • H2 Sam Loveridge
  • H2 Josh west
  • H2 Tabitha Baker
  • H2 Jordan Farley
  • H2 More from GamesRadar+
  • H2 Diablo 4 will always get updates because players keep finding new problems "over the course of 10,000 hours"
  • H2 37 years since Prince of Persia, Replaced is the cinematic platformer I've been waiting for
  • H2 Former GTA lead Dan Houser's new video game and TV show unveils its main cast, including SNL alum
  • H2 Marathon's been secretly telling you to "kill for mommy"
  • H2 Mongil Star Dive codes (April 2026) and how to redeem them for free Monsterlings, Gold, and more
  • H2 Former Microsoft exec and Blizzard boss completes Death Stranding 2: "Hell of an experience"
  • H2 Windrose players thank the devs for avoiding item durability, a divisive survival game feature

A page should have only one H1. Multiple H1s dilute the document outline.

Why this matters

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

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

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

Send Feedback