Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DPrint StylesheetActionNo print stylesFIX
BLandmark Structure3 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
BForm Accessibility2 of 3 controls have issuesREVIEW
| Control | Type | Label | Method |
|---|---|---|---|
| remember-me | checkbox | Keep me logged in | none |
| password | password | (Password) | placeholder only |
| username | text | (Email or Username) | placeholder only |
Placeholder text disappears on focus and is not a reliable label.
<input type="text" name="username">; <input type="password" name="password">
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
CLink & Button QualityAction3 issue(s) across 46 links and 12 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| /#readers | learn more | generic text | Replace with descriptive text |
Before: learn more Suggested: #Readers | |||
| /#publishers | learn more | generic text | Replace with descriptive text |
Before: learn more Suggested: #Publishers | |||
| https://mypopups.com | MyPopUps | new tab | Add '(opens in new tab)' to text |
| https://appsumo.8odi.net/xxnqx#reviews | Reviews | new tab | Add '(opens in new tab)' to text |
| https://follow.it/blog | Blog | new tab | Add '(opens in new tab)' to text |
| https://status.follow.it | Health status | new tab | Add '(opens in new tab)' to text |
| https://inisev.com/ | Join our team | new tab | Add '(opens in new tab)' to text |
| https://twitter.com/getfollowit | X | new tab | Add '(opens in new tab)' to text |
| https://www.facebook.com/getfollowit | new tab | Add '(opens in new tab)' to text | |
| <button> | (empty) | empty | Add button text or aria-label |
Generic link text like 'click here' doesn't describe the destination.
/#readers ("learn more"); /#publishers ("learn 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
Add '(opens in new tab)' to link text or aria-label.
https://mypopups.com; https://appsumo.8odi.net/xxnqx#reviews; https://follow.it/blog; https://status.follow.it; https://inisev.com/; https://twitter.com/getfollowit; https://www.facebook.com/getfollowit
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
Icon-only buttons need an aria-label so screen readers can announce them.
button.facebook-logo (#824 on page)
Buttons with no accessible text (icon-only, no aria-label) can't be activated by voice control or understood by screen readers.
Source: WCAG 2.1 SC 4.1.2
C404 Error PageActionHTTP 404, custom pageREVIEW
BFavicon & Branding9 icon(s) detectedREVIEW
BWeb ManifestValid manifestREVIEW
BDark Mode SupportDark mode detectedREVIEW
Detection limited to meta tags and inline styles.
A+Heading Hierarchy12 headingsPASS
- H1 Follow&Distribute
- H2 Readers
- H2 Publishers
- H2 Readers
- H2 Follow your favorite blogs and news sites
- H2 Get alerted about (almost) everything
- H2 Filter your news
- H2 Decide how you want to receive the news
- H2 Publishers
- H2 Get more traffic for your website
- H2 Monetize your news
- H2 Login to follow.it
A+Alt Text QualityAll 9 images OKPASS
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 Readers | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Publishers | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Readers | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Publishers | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 follow.it | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| title follow.it | The Ulti… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Homepage | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Readers | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Publishers | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Log in | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Sign up | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| b Follow | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| b Distribute | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| span NEWS | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| div Stay on top of the n… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Dive right in | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| div ...or | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a learn more | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| div Turn your news into … | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Set up your feed | 21.00:1 | 4.5: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.
A+Lighthouse Accessibility AuditsScore 95/100 — 1 failing, 20 passedPASS
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 |
|---|
Find feeds to follow section.section-action > div.fit-button-wrapper > a.fit-button > span |
See intro section.sub-section > div.text-part > a.see-intro > div.fit-text |
Websites using follow.it footer.layout-footer > section.layout-footer__stats > div.layout-footer__stats__group > span.font-semibold |
Active followers footer.layout-footer > section.layout-footer__stats > div.layout-footer__stats__group > span.font-semibold |
Feeds tracked footer.layout-footer > section.layout-footer__stats > div.layout-footer__stats__group > span.font-semibold |
Sign up div.layout-footer__links__group > ul.flex > li.font-medium > a.router-link-active |
Copyright © 2017-2026 Inisev Ltd. section.layout-footer__links > div.flex > p.text-fit-blueish-gray > span |
These are opportunities to improve the legibility of your content.