Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DLandmark StructureAction4 landmarksFIX
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
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
DAlt Text QualityAction16 of 22 images have issuesFIX
| Issue | Count |
|---|---|
| missing | 16 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
An image inside a link with no alt creates an empty link.
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
DLink & Button QualityAction17 issue(s) across 92 links and 16 buttonsFIX
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://www.ning.com/gdpr/ | here | generic text | Replace with descriptive text |
Before: here Suggested: Gdpr | |||
| # | More | generic text | Replace with descriptive text |
Before: More Suggested: # | |||
| (empty) | empty | Add link text or aria-label | |
| https://www.youtube.com/watch?v=ODrOCt2_… | Watch video | img no alt | Add alt attribute to the image |
| https://www.ning.com/monetization/ | Read more | generic text | Replace with descriptive text |
Before: Read more Suggested: Monetization | |||
| https://www.facebook.com/NingNetworkPlat… | (empty) | empty | Add link text or aria-label |
| https://www.linkedin.com/company/ning | (empty) | empty | Add link text or aria-label |
| https://twitter.com/Ning | (empty) | empty | Add link text or aria-label |
| https://www.youtube.com/channel/UC0AW4df… | (empty) | empty | Add link text or aria-label |
| https://www.instagram.com/ning_websites/ | (empty) | empty | Add link text or aria-label |
| #01 | (empty) | empty | Add link text or aria-label |
| #02 | (empty) | empty | Add link text or aria-label |
| #03 | (empty) | empty | Add link text or aria-label |
| #04 | (empty) | empty | Add link text or aria-label |
| #05 | (empty) | empty | Add link text or aria-label |
| #06 | (empty) | empty | Add link text or aria-label |
| #07 | (empty) | empty | Add link text or aria-label |
| #undefined | (empty) | empty | Add link text or aria-label |
Links without text are announced as raw URLs by screen readers.
a.mobile-menu__close (#96 on page); https://www.facebook.com/NingNetworkPlatform/; https://www.linkedin.com/company/ning; https://twitter.com/Ning; https://www.youtube.com/channel/UC0AW4dfoE9N-kmsAs9CAmHg; https://www.instagram.com/ning_websites/; #01; #02; #03; #04 (+4 more)
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.
https://www.ning.com/gdpr/ ("here"); # ("More"); https://www.ning.com/monetization/ ("Read 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
Image-only links need alt text on the image (or aria-label on the link) so screen readers can announce them.
a[href="https://www.youtube.com/watch?v=ODrOCt2_xiA&autoplay=1&rel=0&controls=0&showi…"]
Image-only links with no alt are unidentifiable to screen-reader users — link's destination is invisible.
Source: WCAG 2.1 SC 2.4.4
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
CForm AccessibilityAction7 of 11 controls have issuesREVIEW
| Control | Type | Label | Method |
|---|---|---|---|
| #terms-checkbox | checkbox | I accept NING Terms of Service. | for/id |
| #privacy-checkbox | checkbox | I accept NING Privacy Policy and give consent to process my personal data for the purpose of providing me with the best services. | for/id |
| #cookies-checkbox | checkbox | I agree to the use of cookies on this website and allow NING to collect my user data. View GDPR Agreement. | for/id |
| #older-checkbox | checkbox | I confirm I am 16 or older. | for/id |
| #network_url | text | (none) | none |
| #full_name | text | (none) | none |
| #email_signup | (none) | none | |
| #password_signup | password | (none) | none |
| input | input | (none) | none |
| #email_signin | (none) | none | |
| #password_signin | password | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<input type="text" name="full_name" id="full_name">; <input type="email" name="email" id="email_signup">; <input type="password" name="password" id="password_signup">; <input>; <input type="text" name="network_url" id="network_url">; <input type="email" name="email" id="email_signin">; <input type="password" name="password" id="password_signin">
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
B404 Error PageHTTP 404, custom pageREVIEW
BFavicon & Branding4 icon(s) detectedREVIEW
BLighthouse Accessibility AuditsScore 83/100 — 5 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 |
|---|
Accept div#banner_top_cookie > div.wrap > div.buttons_top > button.button |
Get Started div.fp-tableCell > div.layout-landing__section__wrap > div.wrap > button.button |
Start Now div.wrap > div.section__textBlock > div.align_center > button.button |
Powered by div#section6 > div.fp-tableCell > div.footer-copy > div.footer-copy__powered |
Privacy Policy div.fp-tableCell > div.footer-copy > nav.footer-copy__nav > a.footer-copy__nav__link |
Create business website div.fp-tableCell > div.footer-copy > nav.footer-copy__nav > a.footer-copy__nav__link |
Terms of Service div.fp-tableCell > div.footer-copy > nav.footer-copy__nav > a.footer-copy__nav__link |
Copyright 2026 div.fp-tableCell > div.footer-copy > nav.footer-copy__nav > a.footer-copy__nav__link |
These are opportunities to improve the legibility of your content.
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.wrap > a.steps-scope-config-button > span.video_button > img div.wrap > a.steps-scope-config-button > span.video_button > img |
div.fp-tableCell > div.person__item > span.person__avatar > img div.fp-tableCell > div.person__item > span.person__avatar > img |
div.fp-tableCell > div.person__item > span.person__avatar > img div.fp-tableCell > div.person__item > span.person__avatar > img |
div.fp-tableCell > div.person__item > span.person__avatar > img div.fp-tableCell > div.person__item > span.person__avatar > img |
div.fp-tableCell > div.person__item > span.person__avatar > img div.fp-tableCell > div.person__item > span.person__avatar > img |
div.fp-tableCell > div.person__item > span.person__avatar > img div.fp-tableCell > div.person__item > span.person__avatar > img |
div.fp-tableCell > div.person__item > span.person__avatar > img div.fp-tableCell > div.person__item > span.person__avatar > img |
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 |
|---|
div.footer__table__col > div.footer-socials > div.footer-socials__list > a.icon div.footer__table__col > div.footer-socials > div.footer-socials__list > a.icon |
div.footer__table__col > div.footer-socials > div.footer-socials__list > a.icon div.footer__table__col > div.footer-socials > div.footer-socials__list > a.icon |
div.footer__table__col > div.footer-socials > div.footer-socials__list > a.icon div.footer__table__col > div.footer-socials > div.footer-socials__list > a.icon |
div.footer__table__col > div.footer-socials > div.footer-socials__list > a.icon div.footer__table__col > div.footer-socials > div.footer-socials__list > a.icon |
div.footer__table__col > div.footer-socials > div.footer-socials__list > a.icon div.footer__table__col > div.footer-socials > div.footer-socials__list > a.icon |
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
Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more about the viewport meta tag.
Informational: a Permissions-Policy directive showing feature -> allowed origins.
Source: MDN Permissions-Policy
| Failing Elements |
|---|
head > meta head > meta |
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.fp-enabled html.fp-enabled |
These items highlight common accessibility best practices.
A+Heading Hierarchy28 headingsPASS
- H1 Create a blog social network that rocks
- H2 with a customized community management and social media integration
- H2 Build your social website to promote your ideas
- H2 Design your social network to go visible
- H2 Grow your community to monetize your ideas
- H2 Master web monetization
- H3 with NING E-commerce
- H2 Trusted by NING's loyal friends
- H3 ThisIs50
- H3 ISKCON Desire Tree
- H3 CULytics
- H3 Hat Academy
- H3 ThisIs50
- H3 ISKCON Desire Tree
- H3 CULytics
- H3 Hat Academy
- H3 ThisIs50
- H3 ISKCON Desire Tree
- H2 Start a professional social community with minimum effort
- H3 No coding needed
- H3 Social integration
- H3 Custom design
- H3 24/7 support
- H3 Basic features toolkit
- H3 Monetization option
- H2 Helping Charitable Organizations
- H3 get their voice heard in the society
- H2 2,000,000+ networks
A+Color Contrast (Screenshot)20 text elements analyzed, 0 fail WCAG AAPASS
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 with a customized co… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Build your social we… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Design your social n… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Grow your community | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Master web monetizat… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Trusted by NING's lo… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Start a professional… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Helping Charitable O… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 2,000,000+ | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 with NING | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 ThisIs50 | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 ISKCON Desire Tree | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 CULytics | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Hat Academy | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 ThisIs50 | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 ISKCON Desire Tree | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 CULytics | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Hat Academy | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 ThisIs50 | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 ISKCON Desire Tree | 21.00:1 | 3.0: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.