Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DLandmark StructureActionNo landmarksFIX
No landmarks detected
Screen reader users have no way to navigate by region.
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
F404 Error PageActionHTTP 403, custom pageFIX
FFavicon & BrandingActionNo icons detectedFIX
DWeb ManifestActionNot foundFIX
No web manifest found.
DDark Mode SupportActionNo dark mode signalsFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
BHeading HierarchyNo headingsREVIEW
No headings found
Headings create the document outline for screen reader navigation.
Headings (H1-H6) create the document outline for screen reader navigation.
A page with zero headings is unnavigable by assistive tech and reads as one undifferentiated wall of text.
Learn more ▾ ▴
Screen reader users navigate by jumping between H1-H6 elements. A page with no headings has no skip targets — users have to read every word linearly. Adding a heading hierarchy (one H1, then H2 sections, optional H3 subsections) makes the page skimmable for both AT and human readers.
Source: WCAG 1.3.1 / W3C WAI
CForm AccessibilityAction4 of 4 controls have issuesREVIEW
| Control | Type | Label | Method |
|---|---|---|---|
| #searchQueryBox | text | (none) | none |
| type | select | (none) | none |
| loginUsername | text | (none) | none |
| loginPassword | password | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<input type="text" name="searchString" id="searchQueryBox">; <select name="type">; <input type="text" name="loginUsername">; <input type="password" name="loginPassword">
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
BLink & Button Quality18 issue(s) across 174 links and 2 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://www.metal-archives.com/news/view… | Link | generic text | Replace with descriptive text |
Before: Link Suggested: 306 | |||
| https://www.metal-archives.com/news/view… | Link | generic text | Replace with descriptive text |
Before: Link Suggested: 305 | |||
| https://forum.metal-archives.com/viewtop… | here | generic text | Replace with descriptive text |
Before: here Suggested: Viewtopic.Php?T=147854 | |||
| https://www.metal-archives.com/news/view… | Link | generic text | Replace with descriptive text |
Before: Link Suggested: 303 | |||
| https://forum.metal-archives.com/viewtop… | here | generic text | Replace with descriptive text |
Before: here Suggested: Viewtopic.Php?F=1&T=145402 | |||
| https://forum.metal-archives.com/viewtop… | here | generic text | Replace with descriptive text |
Before: here Suggested: Viewtopic.Php?F=1&T=147647 | |||
| https://www.metal-archives.com/news/view… | Link | generic text | Replace with descriptive text |
Before: Link Suggested: 302 | |||
| https://www.metal-archives.com/news/view… | Link | generic text | Replace with descriptive text |
Before: Link Suggested: 301 | |||
| https://www.metal-archives.com/news/view… | Link | generic text | Replace with descriptive text |
Before: Link Suggested: 297 | |||
| https://forum.metal-archives.com/viewtop… | here | generic text | Replace with descriptive text |
Before: here Suggested: Viewtopic.Php?P=3175814#P3175814 | |||
| https://forum.metal-archives.com/viewtop… | here | generic text | Replace with descriptive text |
Before: here Suggested: Viewtopic.Php?F=1&T=144765 | |||
| https://www.metal-archives.com/news/view… | Link | generic text | Replace with descriptive text |
Before: Link Suggested: 296 | |||
| https://www.metal-archives.com/news/view… | Link | generic text | Replace with descriptive text |
Before: Link Suggested: 295 | |||
| https://forum.metal-archives.com/viewtop… | here | generic text | Replace with descriptive text |
Before: here Suggested: Viewtopic.Php?F=1&T=141152 | |||
| https://www.metal-archives.com/news/view… | Link | generic text | Replace with descriptive text |
Before: Link Suggested: 294 | |||
| https://forum.metal-archives.com/viewtop… | here | generic text | Replace with descriptive text |
Before: here Suggested: Viewtopic.Php?P=3128571#P3128571 | |||
| https://forum.metal-archives.com/viewtop… | here | generic text | Replace with descriptive text |
Before: here Suggested: Viewtopic.Php?F=1&T=140823 | |||
| https://www.metal-archives.com/news/view… | Link | generic text | Replace with descriptive text |
Before: Link Suggested: 292 | |||
Generic link text like 'click here' doesn't describe the destination.
https://www.metal-archives.com/news/view/id/306 ("Link"); https://www.metal-archives.com/news/view/id/305 ("Link"); https://forum.metal-archives.com/viewtopic.php?t=147854 ("here"); https://www.metal-archives.com/news/view/id/303 ("Link"); https://forum.metal-archives.com/viewtopic.php?f=1&t=145402 ("here"); https://forum.metal-archives.com/viewtopic.php?f=1&t=147647 ("here"); https://www.metal-archives.com/news/view/id/302 ("Link"); https://www.metal-archives.com/news/view/id/301 ("Link"); https://www.metal-archives.com/news/view/id/297 ("Link"); https://forum.metal-archives.com/viewtopic.php?p=3175814#p3175814 ("here") (+8 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
CColor Contrast (Screenshot)Action20 text elements analyzed, 20 fail WCAG AAREVIEW
Analyzes text contrast against the actual rendered page, including background images, gradients, and overlays that CSS-based tools cannot detect.
8 contrast failures on background images/gradients
These failures are invisible to CSS-based accessibility tools like Lighthouse. The text may be fine on a solid background, but fails when rendered over an image or gradient.
Show all checked elements (20)
| Element | Ratio | Required | FG | BG | Result |
|---|---|---|---|---|---|
| title Home - Encyclopaedia… | 1.00:1 | 4.5:1 | #000000 | #000000 | Fail |
| a Metal Archives | 2.25:1 | 4.5:1 | #000000 | #623D3C | Fail |
| div loading... | 2.31:1 | 4.5:1 | #000000 | #5A433F | Fail |
| label Search: | 1.61:1 | 4.5:1 | #000000 | #4F2422 | Fail |
| option Band name | 1.06:1 | 4.5:1 | #000000 | #120807 | Fail |
| option Music genre | 1.00:1 | 4.5:1 | #000000 | #000000 | Fail |
| option Themes | 2.18:1 | 4.5:1 | #000000 | #484442 | Fail |
| option Album title | 3.89:1 | 4.5:1 | #000000 | #766764 | Fail |
| option Song title | 1.55:1 | 4.5:1 | #000000 | #302E2C | Fail |
| option Label | 1.00:1 | 4.5:1 | #000000 | #000000 | Fail |
| option Artist | 2.89:1 | 4.5:1 | #000000 | #5A5653 | Fail |
| option User profile | 1.00:1 | 4.5:1 | #000000 | #000000 | Fail |
| option Google | 1.00:1 | 4.5:1 | #000000 | #000000 | Fail |
| a Advanced search | 1.00:1 | 4.5:1 | #000000 | #000000 | Fail |
| button Submit | 1.00:1 | 4.5:1 | #000000 | #000000 | Fail |
| a Help | 1.00:1 | 4.5:1 | #000000 | #000000 | Fail |
| a Rules | 1.08:1 | 4.5:1 | #000000 | #0D0D0C | Fail |
| a Store | 1.00:1 | 4.5:1 | #000000 | #000000 | Fail |
| a Forum | 1.00:1 | 4.5:1 | #000000 | #000000 | Fail |
| a FAQ | 1.00:1 | 4.5:1 | #000000 | #000000 | Fail |
Methodology: The top 20 text elements by font size were checked. Background color was sampled from the desktop screenshot using a 5-point pattern. WCAG 2.1 AA requires 4.5:1 for normal text and 3:1 for large text.
CLighthouse Accessibility AuditsActionScore 73/100 — 9 failing, 24 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 |
|---|
Latest additions: div#content_wrapper > div#latest > div#lastAdded > span.header |
Latest updates: div#content_wrapper > div#latest > div#lastUpdated > span.header |
Latest reviews: div#content_wrapper > div#latest > div#lastReviews > span.header |
Upcoming albums div#content_wrapper > div#latest > div#upcomingAlbums > span.header |
These are opportunities to improve the legibility of your content.
Internationalization and localization
If a page doesn't specify a `lang` attribute, a screen reader assumes that the page is in the default language that the user chose when setting up the screen reader. If the page isn't actually in the default language, then the screen reader might not announce the page's text correctly. Learn more about the `lang` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These are opportunities to improve the interpretation of your content by users in different locales.
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.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div#news > div.motd > p.body > img div#news > div.motd > p.body > img |
Labels ensure that form controls are announced properly by assistive technologies, like screen readers. Learn more about form element labels.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div#search_box > form#search_form > div > input#searchQueryBox div#search_box > form#search_form > div > input#searchQueryBox |
div#member_box > form#login_form > div > input div#member_box > form#login_form > div > input |
div#member_box > form#login_form > div > input div#member_box > form#login_form > div > input |
Form elements without effective labels can create frustrating experiences for screen reader users. Learn more about the `select` element.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Band name
Music genre
Themes
Album title
Song title
Label
Artist
User profile
G… div#search_box > form#search_form > div > select |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
Navigation
A value greater than 0 implies an explicit navigation ordering. Although technically valid, this often creates frustrating experiences for users who rely on assistive technologies. Learn more about the `tabindex` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div#search_box > form#search_form > div > input#searchQueryBox div#search_box > form#search_form > div > input#searchQueryBox |
Band name
Music genre
Themes
Album title
Song title
Label
Artist
User profile
G… div#search_box > form#search_form > div > select |
Advanced search div#search_box > form#search_form > div > a.float_left |
Submit div#search_box > form#search_form > div > button.btn_submit |
These are opportunities to improve keyboard navigation in your application.
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 |
|---|
alphabetical li > ul > li > a |
country li > ul > li > a |
genre li > ul > li > a |
alphabetical li > ul > li > a |
country li > ul > li > a |
R.I.P. div#left_menu_box > ul.menu_style_3 > li > a |
Random Band div#left_menu_box > ul.menu_style_3 > li > a |
User rankings div#left_menu_box > ul.menu_style_3 > li > a |
News archive div#left_menu_box > ul.menu_style_3 > li > a |
Reports div#left_menu_box > ul.menu_style_3 > li > a |
Wotans Macht tr > td > span.forceBreak > a |
Ⱂⱆⱍⰵ Ⰿⱁⰼ tr > td > span.forceBreak > a |
Profanomancer tr > td > span.forceBreak > a |
Hurmos tr > td > span.forceBreak > a |
H. Mortiz tr > td > span.forceBreak > a |
Irrational Exuberants tr > td > span.forceBreak > a |
Dragged into Obliteration tr > td > span.forceBreak > a |
Doomantra tr > td > span.forceBreak > a |
Cornucopia tr > td > span.forceBreak > a |
Fuck White God tr > td > span.forceBreak > a |
Vasodilator tr > td > span.forceBreak > a |
Ganid tr > td > span.forceBreak > a |
Indignance tr > td > span.forceBreak > a |
Contaminate tr > td > span.forceBreak > a |
Ghost Bath tbody > tr > td > a |
Shot to Hell tbody > tr > td > a |
Ghost Bath tr > td > span.forceBreak > a |
Moonlover tbody > tr > td > a |
At the Gates tr > td > span.forceBreak > a |
With Fear I Kiss... tbody > tr > td > a |
Warside tr > td > span.forceBreak > a |
Cognitive Extinction tbody > tr > td > a |
Oromet tr > td > span.forceBreak > a |
The Sinking Isle tbody > tr > td > a |
Necrony tr > td > span.forceBreak > a |
Promo Tape '93-'94 tbody > tr > td > a |
Коммунизм 2077 tr > td > span.forceBreak > a |
Дестрой tbody > tr > td > a |
Hail the Void tr > td > span.forceBreak > a |
Memento Mori tbody > tr > td > a |
Immortal tr > td > span.forceBreak > a |
Battles in the North tbody > tr > td > a |
Dead Again tbody > tr > td > a |
Immortal tr > td > span.forceBreak > a |
Diabolical... tbody > tr > td > a |
Sawed Apart tr > td > span.forceBreak > a |
Bone Harvester tbody > tr > td > a |
Συντριμμια tr > td > span.forceBreak > a |
Repulsive... tbody > tr > td > a |
Doedsvangr tr > td > span.forceBreak > a |
Within the Flesh tbody > tr > td > a |
Black Abyss tr > td > span.forceBreak > a |
The Overflowing... tbody > tr > td > a |
Survive/Yourself tbody > tr > td > a |
Dead Void tr > td > span.forceBreak > a |
Volatile Forms tbody > tr > td > a |
Hellripper tr > td > span.forceBreak > a |
Coronach tbody > tr > td > a |
Between Live and... tbody > tr > td > a |
A Grotesque... tbody > tr > td > a |
I Don't Care tbody > tr > td > a |
Cardiomyotomy tr > td > span.forceBreak > a |
Beautifying... tbody > tr > td > a |
Deadzone tr > td > span.forceBreak > a |
Deliberate tbody > tr > td > a |
Extinction A.D. tr > td > span.forceBreak > a |
Truth or... tbody > tr > td > a |
Hans & Valter tr > td > span.forceBreak > a |
The Prophecy tbody > tr > td > a |
Without Dreams tr > td > span.forceBreak > a |
Mana Diagram tr > td > span.forceBreak > a |
Where Victims Lie tr > td > span.forceBreak > a |
Coven of the Swamp tr > td > span.forceBreak > a |
The Veil tbody > tr > td > a |
A Figment of... tbody > tr > td > a |
Falling Leaves tbody > tr > td > a |
Ural tr > td > span.forceBreak > a |
Anthropic Genetic... tbody > tr > td > a |
Rahvira tr > td > span.forceBreak > a |
In the Darkness... tbody > tr > td > a |
Seum tr > td > span.forceBreak > a |
Parking Life tbody > tr > td > a |
Hagane tr > td > span.forceBreak > a |
We Are the Knight tbody > tr > td > a |
Bloody Falls tr > td > span.forceBreak > a |
Mother, Your Son... tbody > tr > td > a |
Vomit Forth tr > td > span.forceBreak > a |
In the Name of... tbody > tr > td > a |
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These items highlight common accessibility best practices.
Screen readers have features to make navigating tables easier. Ensuring that `<td>` elements in a large table (3 or more cells in width and height) have an associated table header may improve the experience for screen reader users. Learn more about table headers.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Ghost Bath
Ghost Bath Apr 22nd
Black Label Society
Shot to Hell Apr 22nd
Gh… div.tabs > div.block > div.ui-tabs-panel-content > table |
Inhale
Blue Moment April 22nd
Concerto Moon
Between Live and... April 22nd
… div.tabs > div.block > div.ui-tabs-panel-content > table |
AAlt Text Quality1 of 2 images have issuesPASS
| Issue | Count |
|---|---|
| missing | 1 image(s) |
Images without alt text are invisible to screen readers.
Each image without alt text is a WCAG 1.1.1 failure — invisible to screen-reader users, lost from Google Image Search.
Learn more ▾ ▴
WCAG 2.1 Level A requires text alternatives for non-decorative images. Empty alt='' is fine for decorative; meaningful images need descriptive text. Common fixes: CMS audit + bulk add, build-time linter (alt-text-required ESLint rule), CI gate on Lighthouse a11y score.
Source: WCAG 2.1 SC 1.1.1 / WebAIM Million Report