Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.FFavicon & BrandingAction2 icon(s) 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
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
CForm AccessibilityAction5 of 9 controls have issuesREVIEW
| Control | Type | Label | Method |
|---|---|---|---|
| #create-Input | text | .neocities.org | for/id |
| #tags-input | text | Tags (your interests, site topics) | for/id |
| #password-input | password | Password | for/id |
| #email-input | for/id | ||
| #prevent_autofill_username | text | (none) | none |
| #prevent_autofill_password | password | (none) | none |
| #g-recaptcha-response-0v7zfgnpz5mh | textarea | (none) | none |
| #h-captcha-response-0v7zfgnpz5mh | textarea | (none) | none |
| input | submit | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<input type="text" name="prevent_autofill_username" id="prevent_autofill_username">; <input type="password" name="prevent_autofill_password" id="prevent_autofill_password">; <textarea name="g-recaptcha-response" id="g-recaptcha-response-0v7zfgnpz5mh">; <textarea name="h-captcha-response" id="h-captcha-response-0v7zfgnpz5mh">; <input type="submit">
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 Quality1 issue(s) across 50 links and 1 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| (empty) | empty | Add link text or aria-label | |
| https://angel99.neocities.org | ʕ; •`ᴥ•´ʔ | new tab | Add '(opens in new tab)' to text |
| https://astersarchive.neocities.org | Entrance | new tab | Add '(opens in new tab)' to text |
| https://groselhas.com.br | Groselhas | new tab | Add '(opens in new tab)' to text |
| https://angelogistics.neocities.org | an angel's convenant | new tab | Add '(opens in new tab)' to text |
| https://misswindow.neocities.org | welcome to my metempsychosis | new tab | Add '(opens in new tab)' to text |
| https://ries.neocities.org | BASILRIES ON NEOCITIES ✧ | new tab | Add '(opens in new tab)' to text |
| https://killing-machine.neocities.org | NOWHERE IN NEVADA | new tab | Add '(opens in new tab)' to text |
| https://ilmrx.neocities.org | ilmrx (@illumerix) | new tab | Add '(opens in new tab)' to text |
| https://daniele63.neocities.org | Daniele's Website | new tab | Add '(opens in new tab)' to text |
| https://allyratworld.com | AllyRat World | new tab | Add '(opens in new tab)' to text |
| https://faoggot.neocities.org | hellscape | new tab | Add '(opens in new tab)' to text |
| https://cinni.net | ♡ cinni's dream home ♡ | new tab | Add '(opens in new tab)' to text |
| https://github.com/neocities | publish | new tab | Add '(opens in new tab)' to text |
| https://www.polygon.com/23024357/neociti… | Polygon | new tab | Add '(opens in new tab)' to text |
Links without text are announced as raw URLs by screen readers.
a#new
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
Add '(opens in new tab)' to link text or aria-label.
https://angel99.neocities.org; https://astersarchive.neocities.org; https://groselhas.com.br; https://angelogistics.neocities.org; https://misswindow.neocities.org; https://ries.neocities.org; https://killing-machine.neocities.org; https://ilmrx.neocities.org; https://daniele63.neocities.org; https://allyratworld.com (+4 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, 20 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 Create your own free… | 1.75:1 | 3.0:1 | #000000 | #293940 | Fail |
| h2 Unlimited creativity… | 1.78:1 | 3.0:1 | #000000 | #293A41 | Fail |
| h2 Sign up for free | 1.83:1 | 3.0:1 | #000000 | #2C3C43 | Fail |
| h2 Featured Sites | 1.88:1 | 3.0:1 | #000000 | #2C3E45 | Fail |
| h2 Our mission: To make… | 1.88:1 | 3.0:1 | #000000 | #2C3E45 | Fail |
| h2 50,646,120,899 | 1.88:1 | 3.0:1 | #000000 | #2C3E45 | Fail |
| h2 13,837,329,241 | 1.88:1 | 3.0:1 | #000000 | #2C3E45 | Fail |
| h2 323,854,120 | 1.88:1 | 3.0:1 | #000000 | #2C3E45 | Fail |
| h2 What are you waiting… | 1.88:1 | 3.0:1 | #000000 | #2C3E45 | Fail |
| h2 Support Us | 1.88:1 | 3.0:1 | #000000 | #2C3E45 | Fail |
| h2 About Us | 1.88:1 | 3.0:1 | #000000 | #2C3E45 | Fail |
| h2 News | 1.88:1 | 3.0:1 | #000000 | #2C3E45 | Fail |
| h3 Powerful features to… | 1.80:1 | 3.0:1 | #000000 | #2A3B42 | Fail |
| h3 Share your web creat… | 1.83:1 | 3.0:1 | #000000 | #2B3C43 | Fail |
| h3 HTML editor, right i… | 1.88:1 | 3.0:1 | #000000 | #2C3E45 | Fail |
| h3 Welcome back, web su… | 1.88:1 | 3.0:1 | #000000 | #2C3E45 | Fail |
| h3 Follow your favorite… | 1.88:1 | 3.0:1 | #000000 | #2C3E45 | Fail |
| h3 Web creativity plus … | 1.88:1 | 3.0:1 | #000000 | #2C3E45 | Fail |
| h3 Zero Advertising, Ze… | 1.88:1 | 3.0:1 | #000000 | #2C3E45 | Fail |
| h3 Fast Site Loading | 1.88:1 | 3.0:1 | #000000 | #2C3E45 | 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.
BLighthouse Accessibility AuditsScore 85/100 — 3 failing, 20 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 |
|---|
website gallery div.row > div.col > p > a |
Zero Advertising, Zero AI Data Selling section.section > div.row > div.col > h3 |
Neocities will never sell your data for AI training or put advertising on your … section.section > div.row > div.col > p |
Neocities will never sell your data for AI training or put advertising on your … div.row > div.col > p > strong |
supporter accounts div.row > div.col > p > a |
donations div.row > div.col > p > a |
Fast Site Loading section.section > div.row > div.col > h3 |
Neocities operates our own caching anycast CDN in over a dozen datacenters all … section.section > div.row > div.col > p |
Developer Tools section.section > div.row > div.col > h3 |
Our fast static hosting comes with a great in-browser HTML editor, easy file up… section.section > div.row > div.col > p |
command line tool div.row > div.col > p > a |
APIs div.row > div.col > p > a |
Open Source section.section > div.row > div.col > h3 |
We publish the code that powers the site for inspection. We want to win your tr… section.section > div.row > div.col > p |
publish div.row > div.col > p > a |
Rather than a constantly rushing river of information, Neocities sites are like… div.col > div.col > div.row > h3 |
— Rosy Hearts, Polygon. View All Press » div.col > div.row > h3 > cite |
Polygon div.row > h3 > cite > a |
View All Press » div.row > h3 > cite > a |
Support Us div.row > div.col > div.f-Col > h2.delta |
supporters div.col > div.f-Col > p.tiny > a |
donations div.col > div.f-Col > p.tiny > a |
Donate div.row > div.col > div.f-Col > a.action-Link |
About Us div.row > div.col > div.f-Col > h2.delta |
More About Us div.row > div.col > div.f-Col > a.action-Link |
News div.row > div.col > div.f-Col > h2.delta |
Read More Posts div.row > div.col > div.f-Col > a.action-Link |
Low-contrast text is difficult or impossible for many users to read. Link text that is discernible improves the experience for users with low vision. Learn how to make links distinguishable.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
supporters div.col > div.f-Col > p.tiny > a |
donations div.col > div.f-Col > p.tiny > a |
These are opportunities to improve the legibility of your content.
Names and labels
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 |
|---|
form#createSiteForm > fieldset.content > div.siteCreateInputs > input#prevent_autofill_username form#createSiteForm > fieldset.content > div.siteCreateInputs > input#prevent_autofill_username |
form#createSiteForm > fieldset.content > div.siteCreateInputs > input#prevent_autofill_password form#createSiteForm > fieldset.content > div.siteCreateInputs > input#prevent_autofill_password |
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.
A+Heading Hierarchy26 headingsPASS
- H1 Neocities.org
- H2 Create your own free website.Unlimited creativity, zero ads.
- H3 Powerful features to help you build
- H3 Share your web creation with the world
- H2 Sign up for free
- H2 Featured Sites
- H2 Our mission: To make the web fun again by giving you back control of how you express yourself online.
- H3 HTML editor, right in your browser
- H3 Welcome back, web surfing
- H3 Follow your favorite Neocities sites
- H3 Web creativity plus community
- H3 Zero Advertising, Zero AI Data Selling
- H3 Fast Site Loading
- H3 Developer Tools
- H3 Open Source
- H2 50,646,120,899
- H3 Site Hits
- H2 13,837,329,241
- H3 Site Visitors
- H2 323,854,120
- H3 Site Updates
- H3 Rather than a constantly rushing river of information, Neocities sites are like homes where users fix them up, spend time on them, and invite others to visit. — Rosy Hearts, Pol
- H2 What are you waiting for? Start building your website now!
- H2 Support Us
- H2 About Us
- H2 News