Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.F404 Error PageActionSoft 404 detectedFIX
The server returned HTTP 200 for a non-existent path. Search engines will index this page as real content. Configure your server to return HTTP 404 for missing pages.
DDark Mode SupportActionTheme color onlyFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
BLandmark Structure2 landmarksREVIEW
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 Hierarchy36 headingsREVIEW
- H5 Ham Life with an Amateur
- H2 Interview
- H2 QRZ News
- H2 QRZ News
- H2 Video
- H2 QRZ News
- H2 Magazine
- H2 QRZ News
- H2 Interview
- H2 QRZ News
- H2 QRZ News
- H2 Announcement
- H2 Announcement
- H2 QRZ News
- H2 Special Event
- H2 QRZ News
- H2 QRZ News
- H2 Video
- H2 Video
- H2 Special Event
- H2 Video
- H2 QRZ News
- H2 Special Event
- H2 QRZ News
- H2 Magazine
- H2 QRZ News
- H2 QRZ News
- H2 QRZ News
- H2 QRZ News
- H2 QRZ News
- H2 Special Event
- H2 QRZ News
- H2 QRZ News
- H2 Interview
- H2 Announcement
- H2 QRZ News
Every page should have one H1 that describes the page content.
No H1 means screen-reader users can't identify the page's primary topic, and Google's content-extraction degrades.
Learn more ▾ ▴
The H1 is the document title for assistive tech and a strong signal to search engines about page topic. Pages without one force screen readers to fall back to the <title> attribute or page chrome. Add a single H1 that names the page's primary subject.
Source: WCAG 2.4.6 / Google Search Central
CForm AccessibilityAction3 of 3 controls have issuesREVIEW
| Control | Type | Label | Method |
|---|---|---|---|
| input | search | (Search...) | placeholder only |
| #mode | select | (none) | none |
| #tsubmit | submit | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<select name="mode" id="mode">; <input type="submit" id="tsubmit">
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="search">
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
CFavicon & BrandingAction5 icon(s) detectedREVIEW
CWeb ManifestActionValid manifestREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 7 fail WCAG AAREVIEW
Analyzes text contrast against the actual rendered page, including background images, gradients, and overlays that CSS-based tools cannot detect.
5 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 Callsign Database - … | 1.55:1 | 4.5:1 | #000000 | #312E27 | Fail |
| a login | 11.46:1 | 4.5:1 | #000000 | #DCBB80 | Pass |
| a help/register | 2.94:1 | 4.5:1 | #000000 | #6B5433 | Fail |
| li 23:37:12 UTC 22 Apr … | 18.93:1 | 4.5:1 | #000000 | #F3F3F3 | Pass |
| div Recent Callsign Look… | 11.71:1 | 4.5:1 | #000000 | #95C6F8 | Pass |
| div by Callsign | 17.14:1 | 4.5:1 | #000000 | #E8E8E8 | Pass |
| option by Callsign | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| option by Name/Addr | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| option in Biography | 5.78:1 | 4.5:1 | #000000 | #928380 | Pass |
| option by County | 1.38:1 | 4.5:1 | #000000 | #52040D | Fail |
| option by Grid | 1.04:1 | 4.5:1 | #000000 | #110304 | Fail |
| li Database | 3.71:1 | 4.5:1 | #000000 | #676767 | Fail |
| a Advanced Search | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| b Current Hot Callsign… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| a XML Logbook Data | 19.26:1 | 4.5:1 | #000000 | #F5F5F5 | Pass |
| a QSL ListMaker | 3.45:1 | 4.5:1 | #000000 | #626263 | Fail |
| a DX Spotting Network | 14.41:1 | 4.5:1 | #000000 | #DFD5BF | Pass |
| a Ham Club Database | 2.89:1 | 4.5:1 | #000000 | #6D513D | Fail |
| a QSL Corner | 9.19:1 | 4.5:1 | #000000 | #B5B01A | Pass |
| a Top Web Contacts | 17.76:1 | 4.5:1 | #000000 | #ECECEB | 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 84/100 — 5 failing, 23 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 |
|---|
login nav.qrzMenuNav > ul.tray > li > a |
help/register nav.qrzMenuNav > ul.tray > li > a |
LU1DXM li.featured-ham > div.homepage-box-content > div.callsign-positioner > a.fb |
Click here for story. div.contentNodeBlock > div.articleContent > p > a |
Click here. div.contentNodeBlock > div.articleContent > p > a |
Click Here And Tell Us Your Answer div.qrzmain > ul.newsgrid > li.homepage-box > div.trivia-answer |
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 |
|---|
Ham Life with an Amateur div.block > div.contentNodeBlock > div.articleContent > h5 |
These are opportunities to improve keyboard navigation in your application.
Tables and lists
Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Featured Member
LU1DXM
Solar-Terrestrial Data
Provided by N0NBH
Interview
Insi… body.show_ads > div.container-fluid > div.qrzmain > ul.newsgrid |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
Names and labels
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 |
|---|
by Callsign
by Name/Addr
in Biography
by County
by Grid form#topcall > div.magic > div.modeWrapper > select#mode |
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 |
|---|
Provided by N0NBH li.homepage-box > div.homepage-box-content > div.solar-pane > a.link |
These items highlight common accessibility best practices.
A+Alt Text QualityAll 95 images OKPASS
ALink & Button Quality491 links, 1 buttons — all OKPASS
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| http://www.wb2jkj.org/ | ad: Radclub22-1 | new tab | Add '(opens in new tab)' to text |
| https://www.hamradio.com/detail.cfm?pid=… | ad: L-HROutlet | new tab | Add '(opens in new tab)' to text |
| https://www2.randl.com/index.php?main_pa… | ad: l-rl | new tab | Add '(opens in new tab)' to text |
| https://www.rigcables.com/lmr-400-with-a… | ad: RigCables-1 | new tab | Add '(opens in new tab)' to text |
| http://www.martinrfsupply.com/ | ad: chuckmartin-2 | new tab | Add '(opens in new tab)' to text |
| http://www.ldgelectronics.com | ad: ldg-1 | new tab | Add '(opens in new tab)' to text |
| https://abrind.com/shop/cable-builder/am… | ad: abrind-2 | new tab | Add '(opens in new tab)' to text |
| https://www.gigaparts.com/canon&utm_camp… | ad: Left-3 | new tab | Add '(opens in new tab)' to text |
| https://www.gigaparts.com/intellitron&ut… | ad: Left-2 | new tab | Add '(opens in new tab)' to text |
| https://www.geochron.com/ham-radio-4k/ | ad: L-Geochron | new tab | Add '(opens in new tab)' to text |
| http://www.hamqsl.com/solar.html | Provided by N0NBH | new tab | Add '(opens in new tab)' to text |
| http://www.hamqsl.com/solar.html | Solar Indexes | new tab | Add '(opens in new tab)' to text |
| http://www.hamqsl.com/solar.html | Solar VHF Band Conditions | new tab | Add '(opens in new tab)' to text |
| http://www.hamqsl.com/solar.html | Solar HF Band Conditions | new tab | Add '(opens in new tab)' to text |
| http://www.hamqsl.com/solar.html | Current Solar Image | new tab | Add '(opens in new tab)' to text |
Add '(opens in new tab)' to link text or aria-label.
http://www.wb2jkj.org/; https://www.hamradio.com/detail.cfm?pid=H0-017366?utm_source=qrz&utm_campaign…; https://www2.randl.com/index.php?main_page=advanced_search_result&search_in_d…; https://www.rigcables.com/lmr-400-with-amphenol-pl259-uhf-male-each-end-price…; http://www.martinrfsupply.com/; http://www.ldgelectronics.com; https://abrind.com/shop/cable-builder/amateur-radio-coax-builder/; https://www.gigaparts.com/canon&utm_campaign=QRZ-125x125; https://www.gigaparts.com/intellitron&utm_campaign=QRZ-125x125; https://www.geochron.com/ham-radio-4k/ (+5 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