Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.FLink & Button QualityAction13 issue(s) across 104 links and 1 buttonsFIX
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| /mynavi-will/ | (empty) | empty | Add link text or aria-label |
| https://www.youtube.com/@miraiekimito | 別ウィンドウで開く | new tab | Add '(opens in new tab)' to text |
| https://www.mynavi.jp/company/advertisem… | (empty) | empty | Add link text or aria-label |
| /sustainability/ | (empty) | empty | Add link text or aria-label |
| https://www.mynavi.jp/mynavi-will/post_5… | (empty) | empty | Add link text or aria-label |
| https://www.mynavi.jp/sponsorship/ | (empty) | empty | Add link text or aria-label |
| https://www.mynavi.jp/company/advertisem… | (empty) | empty | Add link text or aria-label |
| /sustainability/ | (empty) | empty | Add link text or aria-label |
| https://www.mynavi.jp/mynavi-will/post_5… | (empty) | empty | Add link text or aria-label |
| https://www.mynavi.jp/sponsorship/ | (empty) | empty | Add link text or aria-label |
| https://www.mynavi.jp/news/ | MORE | generic text | Replace with descriptive text |
Before: MORE Suggested: News | |||
| https://www.mynavi.jp/topics/ | MORE | generic text | Replace with descriptive text |
Before: MORE Suggested: Topics | |||
| https://www.mynavi.jp/mynavi-will/post_5… | 誰もがプロジェクトリ… | img no alt | Add alt attribute to the image |
| https://www.mynavi.jp/mynavi-will/post_5… | 月間1億PV規模のニュー… | img no alt | Add alt attribute to the image |
| https://www.mynavi.jp/mynavi-will/post_5… | 世界の課題を解決する… | img no alt | Add alt attribute to the image |
| /mynavi-will/ | MORE | generic text | Replace with descriptive text |
Before: MORE Suggested: Mynavi Will | |||
| /company/message/ | TOP MESSAGEトップメッセ… | img no alt | Add alt attribute to the image |
| /company/philosophy/ | PHILOSOPHY理念体系 | img no alt | Add alt attribute to the image |
| /service/ | SERVICEサービス | img no alt | Add alt attribute to the image |
| /sustainability/ | SUSTAINABILITYサステナビ… | img no alt | Add alt attribute to the image |
| /recruit/ | RECRUIT採用 | img no alt | Add alt attribute to the image |
| /company/group/ | GROUPグループ企業 | img no alt | Add alt attribute to the image |
| https://privacymark.jp/ | たいせつにしますプラ… | new tab | Add '(opens in new tab)' to text |
| https://twitter.com/mynavi_PR | 公式アカウント | new tab | Add '(opens in new tab)' to text |
| https://www.instagram.com/mynavi_sponsor… | Instagram 別ウィンドウ… | new tab | Add '(opens in new tab)' to text |
| https://twitter.com/mynavi_PR | X 別ウィンドウで開く | new tab | Add '(opens in new tab)' to text |
| https://www.instagram.com/mynavi_sponsor… | Instagram 別ウィンドウ… | 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.
/mynavi-will/; https://www.mynavi.jp/company/advertisement/corporate_cm25/; /sustainability/; https://www.mynavi.jp/mynavi-will/post_52403.html; https://www.mynavi.jp/sponsorship/; https://www.mynavi.jp/company/advertisement/corporate_cm25/; /sustainability/; https://www.mynavi.jp/mynavi-will/post_52403.html; https://www.mynavi.jp/sponsorship/
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.mynavi.jp/news/ ("MORE"); https://www.mynavi.jp/topics/ ("MORE"); /mynavi-will/ ("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.mynavi.jp/mynavi-will/post_52403.html"]; a[href="https://www.mynavi.jp/mynavi-will/post_51607.html"]; a[href="https://www.mynavi.jp/mynavi-will/post_50884.html"]; a[href="/company/message/"]; a[href="/company/philosophy/"]; a[href="/service/"]; a[href="/sustainability/"]; a[href="/recruit/"]; a[href="/company/group/"]
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
Add '(opens in new tab)' to link text or aria-label.
https://www.youtube.com/@miraiekimito; https://privacymark.jp/; https://twitter.com/mynavi_PR; https://www.instagram.com/mynavi_sponsorship/; https://twitter.com/mynavi_PR; https://www.instagram.com/mynavi_sponsorship/
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.menuBtn (#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
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 Structure5 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
BHeading Hierarchy4 headingsREVIEW
- H2 ニュースリリースMORE
- H2 お知らせMORE
- H2 (empty)
- H2 マイナビについてabout
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
B404 Error PageHTTP 404, custom pageREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 3 fail WCAG AAREVIEW
Analyzes text contrast against the actual rendered page, including background images, gradients, and overlays that CSS-based tools cannot detect.
2 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 |
|---|---|---|---|---|---|
| h2 ニュースリリ… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 お知らせ | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 マイナビにつ… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| title 株式会社マイ… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a 企業情報 | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a 企業情報TOP | 4.31:1 | 4.5:1 | #000000 | #72716F | Fail |
| a トップメッセ… | 1.01:1 | 4.5:1 | #000000 | #030203 | Fail |
| a 会社概要 | 1.42:1 | 4.5:1 | #000000 | #282822 | Fail |
| a 理念体系 | 8.24:1 | 4.5:1 | #000000 | #A1A492 | Pass |
| a 企業方針 | 8.95:1 | 4.5:1 | #000000 | #A8AB99 | Pass |
| a 沿革・歴史 | 10.16:1 | 4.5:1 | #000000 | #B3B6A6 | Pass |
| a グループ企業 | 12.07:1 | 4.5:1 | #000000 | #C3C6B5 | Pass |
| a CM紹介 | 14.05:1 | 4.5:1 | #000000 | #D5D4C5 | Pass |
| a 決算公告・電… | 15.39:1 | 4.5:1 | #000000 | #E0DDCD | Pass |
| a サービス | 15.10:1 | 4.5:1 | #000000 | #DEDBCB | Pass |
| a ニュースリリ… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a サステナビリ… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a サステナビリ… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a サステナビリ… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a 基本方針と推… | 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+Alt Text QualityAll 43 images OKPASS
A+Form AccessibilityNo form controlsPASS
ALighthouse Accessibility AuditsScore 91/100 — 3 failing, 25 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
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.banner-slider > div#swiper-wrapper-be936376b57ed58e > div.swiper-slide > a div.banner-slider > div#swiper-wrapper-be936376b57ed58e > div.swiper-slide > a |
div.banner-slider > div#swiper-wrapper-be936376b57ed58e > div.swiper-slide > a.no-icon div.banner-slider > div#swiper-wrapper-be936376b57ed58e > div.swiper-slide > a.no-icon |
div.banner-slider > div#swiper-wrapper-be936376b57ed58e > div.swiper-slide > a.no-icon div.banner-slider > div#swiper-wrapper-be936376b57ed58e > div.swiper-slide > a.no-icon |
div.banner-slider > div#swiper-wrapper-be936376b57ed58e > div.swiper-slide > a div.banner-slider > div#swiper-wrapper-be936376b57ed58e > div.swiper-slide > a |
div.banner-slider > div#swiper-wrapper-be936376b57ed58e > div.swiper-slide > a div.banner-slider > div#swiper-wrapper-be936376b57ed58e > div.swiper-slide > a |
div.banner-slider > div#swiper-wrapper-be936376b57ed58e > div.swiper-slide > a.no-icon div.banner-slider > div#swiper-wrapper-be936376b57ed58e > div.swiper-slide > a.no-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 |
These items highlight common accessibility best practices.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Privacy Policy div#onetrust-group-container > div#onetrust-policy > p#onetrust-policy-text > a.ot-cookie-policy-link |