Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.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.
FWeb ManifestActionInvalid JSONFIX
Manifest contains invalid JSON.
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
CLink & Button QualityAction460 links, 3 buttons — all OKREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://blog.excite.co.jp/yoffy4649/3392… | YOFFY | img no alt | Add alt attribute to the image |
| https://blog.excite.co.jp/sugisawa/36449… | 杉澤修一 | img no alt | Add alt attribute to the image |
| https://blog.excite.co.jp/p-moekaonoue/2… | 尾上萌楓 | img no alt | Add alt attribute to the image |
| https://blog.excite.co.jp/rkd/245244244/ | RYUKYUDISKO | img no alt | Add alt attribute to the image |
| https://blog.excite.co.jp/musichorizon/3… | YUSUKE HIRADO MUSIC HORIZON | img no alt | Add alt attribute to the image |
| https://apps.apple.com/jp/app/%E3%82%A8%… | App Storeでダウンロード | new tab | Add '(opens in new tab)' to text |
| https://play.google.com/store/apps/detai… | Google Playで手に入れよ… | new tab | Add '(opens in new tab)' to text |
| /new/pr/ | エキサイトブログとは… | new tab | Add '(opens in new tab)' to text |
| https://ssl2.excite.co.jp/idc/new/?si=bl… | 無料ブログ開設 | new tab | Add '(opens in new tab)' to text |
| /campaign/paywall/ | コンテンツ販売をはじ… | new tab | Add '(opens in new tab)' to text |
| https://blog.excite.co.jp/staff/ | お知らせ | new tab | Add '(opens in new tab)' to text |
| https://supportcenter.excite.co.jp/porta… | ブログヘルプ | new tab | Add '(opens in new tab)' to text |
| /agreement/ | 利用規約 | new tab | Add '(opens in new tab)' to text |
| https://ssl2.excite.co.jp/idc/login/ | ログイン | new tab | Add '(opens in new tab)' to text |
| https://ssl2.excite.co.jp/idc/forgot/ | ID・パスワードを忘れ… | new tab | Add '(opens in new tab)' to text |
| /genre/ | ブログジャンル | new tab | Add '(opens in new tab)' to text |
| /tag/ | タグまとめ | new tab | Add '(opens in new tab)' to text |
| /ranking/ | ランキング | new tab | Add '(opens in new tab)' to text |
| /blogtheme/ | 今週のブログテーマ | new tab | Add '(opens in new tab)' to text |
| /official/ | 芸能人・著名人ブログ | new tab | Add '(opens in new tab)' to text |
| /platinum/ | プラチナブロガー | new tab | Add '(opens in new tab)' to text |
| /gallery/ | フォトギャラリー | new tab | Add '(opens in new tab)' to text |
| /push/settings/ | ブログ更新通知設定 | new tab | Add '(opens in new tab)' to text |
| /advance/ | 有料プラン | new tab | Add '(opens in new tab)' to text |
| https://apps.apple.com/jp/app/%E3%82%A8%… | iOSアプリ | new tab | Add '(opens in new tab)' to text |
| https://play.google.com/store/apps/detai… | Androidアプリ | new tab | Add '(opens in new tab)' to text |
| https://blog.excite.co.jp/editorcafe/ | 編集部ブログ「エキサ… | new tab | Add '(opens in new tab)' to text |
| https://www.facebook.com/exblog.editor/ | エキサイトブログ公式… | new tab | Add '(opens in new tab)' to text |
| https://twitter.com/Excite_blog/ | エキサイトブログ公式… | new tab | Add '(opens in new tab)' to text |
Image-only links need alt text on the image (or aria-label on the link) so screen readers can announce them.
a[href="https://blog.excite.co.jp/yoffy4649/33922568/"]; a[href="https://blog.excite.co.jp/sugisawa/36449829/"]; a[href="https://blog.excite.co.jp/p-moekaonoue/245247405/"]; a[href="https://blog.excite.co.jp/rkd/245244244/"]; a[href="https://blog.excite.co.jp/musichorizon/30886640/"]
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://apps.apple.com/jp/app/%E3%82%A8%E3%82%AD%E3%82%B5%E3%82%A4%E3%83%88%E…; https://play.google.com/store/apps/details?id=jp.exblog.app&hl=ja; /new/pr/; https://ssl2.excite.co.jp/idc/new/?si=blog&ru=https://www.exblog.jp/new/create/; /campaign/paywall/; https://blog.excite.co.jp/staff/; https://supportcenter.excite.co.jp/portal/ja/kb/exblog/; /agreement/; https://ssl2.excite.co.jp/idc/login/; https://ssl2.excite.co.jp/idc/forgot/ (+14 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
CFavicon & BrandingAction3 icon(s) detectedREVIEW
A+Heading Hierarchy21 headingsPASS
- H1 (empty)
- H2 おすすめブロガーの新着記事
- H2 募集中テーマ
- H3 お花見
- H3 今日のランチ
- H2 編集部ブログ
- H2 話題のタグ
- H2 人気ジャンルブログ
- H3 「インテリア・収納」の人気ブログ
- H3 「料理・レシピ」の人気ブログ
- H3 「ハンドメイド」の人気ブログ
- H3 「ファッション」の人気ブログ
- H3 「動物・ペット」の人気ブログ
- H3 「アート写真」の人気ブログ
- H2 ジャンルからブログを探す
- H2 芸能人・著名人ブログ
- H2 お知らせ
- H2 エキサイトブログアプリで快適に
- H2 エキサイトブログをはじめる
- H2 エキサイトブログをたのしむ
- H2 ブログメディア・公式アカウント
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
A+Alt Text QualityAll 22 images OKPASS
A+Form AccessibilityAll 2 controls labeledPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #search_text_sm | search | 検索したい文字列を入力 | aria-label |
| #search_text_sm | search | 検索したい文字列を入力 | aria-label |
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 おすすめブロ… | 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 |
| 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 |
| 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 |
| 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 |
| h3 「インテリア… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 「料理・レシ… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 「ハンドメイ… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 「ファッショ… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 「動物・ペッ… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 「アート写真… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| title エキサイトブ… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span ログイン | 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 100/100 — 0 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.