Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.FLink & Button QualityAction6 issue(s) across 45 links and 8 buttonsFIX
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| / | (empty) | empty | Add link text or aria-label |
| https://help.lit.link/hc/ja | How to | new tab | Add '(opens in new tab)' to text |
| https://hint.lit.link | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: Hint.Lit.Link | |||
| https://tieups.co.jp/litlinkad | Advertise | new tab | Add '(opens in new tab)' to text |
| https://help.lit.link/hc/ja/requests/new | Need help? | new tab | Add '(opens in new tab)' to text |
| https://help.lit.link/hc/ja | How to | new tab | Add '(opens in new tab)' to text |
| https://hint.lit.link | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: Hint.Lit.Link | |||
| https://tieups.co.jp/litlinkad | Advertise | new tab | Add '(opens in new tab)' to text |
| https://help.lit.link/hc/ja/requests/new | Need help? | new tab | Add '(opens in new tab)' to text |
| https://shop.lit.link | litlink card | new tab | Add '(opens in new tab)' to text |
| https://www.instagram.com/lit.link_offic… | (empty) | empty | Add link text or aria-label |
| https://twitter.com/litlink_jp | (empty) | empty | Add link text or aria-label |
| https://tieups.com/ | TieUps Inc. | new tab | Add '(opens in new tab)' to text |
| https://tieups.co.jp/litlinkad | Advertise to Gen Z and creator… | new tab | Add '(opens in new tab)' to text |
| https://tieups.co.jp/ | Community Commerce Business | new tab | Add '(opens in new tab)' to text |
| https://www.wantedly.com/companies/compa… | Jobs/Engineer Recruitment | new tab | Add '(opens in new tab)' to text |
| https://hint.lit.link/ll-terms-of-servic… | Terms of Use | new tab | Add '(opens in new tab)' to text |
| https://hint.lit.link/privacy-policy-2 | Privacy Policy | new tab | Add '(opens in new tab)' to text |
| https://hint.lit.link/transaction-law | Specified Commercial Transacti… | new tab | Add '(opens in new tab)' to text |
| <button> | (empty) | empty | Add button text or aria-label |
Links without text are announced as raw URLs by screen readers.
/; https://www.instagram.com/lit.link_official; https://twitter.com/litlink_jp
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://hint.lit.link ("Learn more"); https://hint.lit.link ("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://help.lit.link/hc/ja; https://tieups.co.jp/litlinkad; https://help.lit.link/hc/ja/requests/new; https://help.lit.link/hc/ja; https://tieups.co.jp/litlinkad; https://help.lit.link/hc/ja/requests/new; https://shop.lit.link; https://tieups.com/; https://tieups.co.jp/litlinkad; https://tieups.co.jp/ (+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
Icon-only buttons need an aria-label so screen readers can announce them.
button.absolute (#125 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
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.
DPrint StylesheetActionNo print stylesFIX
CLandmark StructureAction3 landmarksREVIEW
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
BHeading Hierarchy11 headingsREVIEW
- H2 Easy editing with just a mobile phone
- H2 Create account
- H2 (empty)
- H2 lit.link+ Limited Feature
- H2 FAQ
- H3 What is lit.link?
- H3 How is it different from SNS?
- H3 Can I use it for free?
- H3 How can I use the lit.link URL?
- H2 Create account
- H2 lit.link∞card
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
Empty headings appear in the document outline but provide no information.
Empty <hN> tags break the document outline — screen-reader users navigating by heading hit dead silence.
Source: WCAG 2.4.6
BAlt Text Quality2 of 43 images have issuesREVIEW
| Issue | Count |
|---|---|
| missing | 2 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
CFavicon & BrandingAction5 icon(s) detectedREVIEW
BDark Mode SupportDark mode detectedREVIEW
Detection limited to meta tags and inline styles.
CColor Contrast (Screenshot)Action20 text elements analyzed, 5 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 Easy editing with ju… | 3.40:1 | 3.0:1 | #000000 | #616259 | Pass |
| h2 Create account | 7.85:1 | 3.0:1 | #000000 | #9494F8 | Pass |
| h2 lit.link+ Limited Fe… | 7.85:1 | 3.0:1 | #000000 | #9494F8 | Pass |
| h2 FAQ | 7.85:1 | 3.0:1 | #000000 | #9494F8 | Pass |
| h2 Create account | 7.85:1 | 3.0:1 | #000000 | #9494F8 | Pass |
| h2 lit.link∞card | 7.85:1 | 3.0:1 | #000000 | #9494F8 | Pass |
| h3 What is lit.link? | 7.85:1 | 3.0:1 | #000000 | #9494F8 | Pass |
| h3 How is it different … | 7.85:1 | 3.0:1 | #000000 | #9494F8 | Pass |
| h3 Can I use it for fre… | 7.85:1 | 3.0:1 | #000000 | #9494F8 | Pass |
| h3 How can I use the li… | 7.85:1 | 3.0:1 | #000000 | #9494F8 | Pass |
| title lit.link | 7.86:1 | 4.5:1 | #000000 | #9494F9 | Pass |
| p Price | 7.41:1 | 4.5:1 | #000000 | #8796DA | Pass |
| p How to | 7.06:1 | 4.5:1 | #000000 | #7C9AAA | Pass |
| p Learn more | 6.72:1 | 4.5:1 | #000000 | #7F95A1 | Pass |
| p Advertise | 5.60:1 | 4.5:1 | #000000 | #74878E | Pass |
| p Need help? | 4.14:1 | 4.5:1 | #000000 | #5E7276 | Fail |
| button Login | 2.91:1 | 4.5:1 | #000000 | #465B5C | Fail |
| button Signup | 2.21:1 | 4.5:1 | #000000 | #324A4A | Fail |
| p Price | 1.98:1 | 4.5:1 | #000000 | #294343 | Fail |
| p How to | 2.02:1 | 4.5:1 | #000000 | #2C4444 | 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.
A+Form AccessibilityNo form controlsPASS
A+Web ManifestPWA-readyPASS
ALighthouse Accessibility AuditsScore 91/100 — 2 failing, 23 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.
Names and labels
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
header.sticky > div.grid > div.relative > button.absolute header.sticky > div.grid > div.relative > button.absolute |
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.bg-[url('/images/top/img-background-sp.webp')] > header.sticky > div.mr-[16px] > a div.bg-[url('/images/top/img-background-sp.webp')] > header.sticky > div.mr-[16px] > a |
footer.px-[20px] > ul.mb-[32px] > li.mx-[10px] > a.flex footer.px-[20px] > ul.mb-[32px] > li.mx-[10px] > a.flex |
footer.px-[20px] > ul.mb-[32px] > li.mx-[10px] > a.flex footer.px-[20px] > ul.mb-[32px] > li.mx-[10px] > a.flex |
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.