Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DLandmark StructureActionNo landmarksFIX
No landmarks detected
Screen reader users have no way to navigate by region.
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
F404 Error PageActionHTTP 404, bare pageFIX
DFavicon & BrandingAction4 icon(s) detectedFIX
DDark Mode SupportActionNo dark mode signalsFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
CAlt Text QualityAction16 of 49 images have issuesREVIEW
| 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
CColor Contrast (Screenshot)Action20 text elements analyzed, 1 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 |
|---|---|---|---|---|---|
| h1 全国のグルメ… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 都道府県から… | 1.41:1 | 3.0:1 | #000000 | #3E2003 | Fail |
| 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 |
| 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 |
| 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 |
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.
CLighthouse Accessibility AuditsActionScore 73/100 — 4 failing, 14 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.
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 |
|---|
div.wrapper > div.hpg-header > div.my-menu-drawer-wrap > button.drawer-close-btn div.wrapper > div.hpg-header > div.my-menu-drawer-wrap > button.drawer-close-btn |
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.app-bottom-modal-content > div.app-bottom-modal-inner > div.app-bottom-modal-close-btn > a div.app-bottom-modal-content > div.app-bottom-modal-inner > div.app-bottom-modal-close-btn > a |
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.
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 |
|---|
マイメニュー body.fixed-body > div.wrapper > div.hpg-header > button.my-menu-btn |
div.search-freeword-layout > div.search-freeword-wrap > div.freeword-wrap > input.freeword-input div.search-freeword-layout > div.search-freeword-wrap > div.freeword-wrap > input.freeword-input |
ネット予約でポイントたまる・つかえる div.main-contents > div.member-point-header-wrap > div.point-wrap > p.text |
掲載情報について div.wrapper > div.main-contents > div.about-published-info-link > a |
対象日時のネット予約でポイントが最大8倍たまるお店はこちら!ポイントプラスでお得にポイントをためよう! ul.topic-link-list > li > a > p.caption |
予算に合った飲み放題付きプラン、こだわりの料理、メニューなど、幹事さんのお店探しを強力にサポート!お店探しの決定版! ul.topic-link-list > li > a > p.caption |
インテリアや雰囲気にこだわったオシャレな個室も!体にやさしいヘルシー料理も!女子会向けサービスが充実しているお得な居酒屋やランチだって!女子会におすすめなお店… ul.topic-link-list > li > a > p.caption |
誕生日や記念日のお祝いに利用したいレストラン・居酒屋などのお店を徹底リサーチ!友人や職場の仲間との誕生日飲み会にも、大切なあの人との記念日デートにも、素敵なひ… ul.topic-link-list > li > a > p.caption |
定番の焼肉食べ放題やスイーツ食べ放題から、ちょっと贅沢なしゃぶしゃぶ食べ放題や寿司食べ放題まで。ランチビュッフェやホテルバイキングも、食べ放題お店探しの決定版! ul.topic-link-list > li > a > p.caption |
大切な人との記念日デートや取引先との接待・食事会、非日常の贅沢なひとときを味わう自分へのご褒美ディナーなど、特別な日に行きたいプレミアムなレストラン探しならコ… ul.topic-link-list > li > a > p.caption |
ログイン div.content > div.content-body > div.cap-member-wrap > a.login-btn |
ホットペッパーグルメについて div.main-contents > ul > li > a |
サイトマップ div.main-contents > ul > li > a |
サイトマップ2 div.main-contents > ul > li.site-map-border > a |
3,000円分割引チケット! li > a > span.info > span.caption |
春のポイントUPフェア li > a > span.info > span.caption |
マイルがたまるお店をご紹介 li > a > span.info > span.caption |
急ぎの飲み会でもネット予約OK! li > a > span.info > span.caption |
よくある問い合わせ div.hpg-footer > ul.policy-link-list > li > a |
プライバシーポリシー div.hpg-footer > ul.policy-link-list > li > a |
利用規約 div.hpg-footer > ul.policy-link-list > li > a |
このままWeb版をつかう div.app-bottom-modal-content > div.app-bottom-modal-inner > div.app-bottom-modal-stay-web-link-wrap > a.app-bottom-modal-stay-web-link |
These are opportunities to improve the legibility of your content.
Tables and lists
Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
関東
東京
神奈川
埼玉
千葉
茨城
栃木
群馬 div.content > div.accordion-wrap > div.accordion-content > ul.panel-link-list |
関西
滋賀
京都
大阪
兵庫
奈良
和歌山 div.content > div.accordion-wrap > div.accordion-content > ul.panel-link-list |
東海
岐阜
静岡
愛知
三重 div.content > div.accordion-wrap > div.accordion-content > ul.panel-link-list |
北海道
北海道 div.content > div.accordion-wrap > div.accordion-content > ul.panel-link-list |
東北
青森
岩手
宮城
秋田
山形
福島 div.content > div.accordion-wrap > div.accordion-content > ul.panel-link-list |
北陸・甲信越
新潟
富山
石川
福井
山梨
長野 div.content > div.accordion-wrap > div.accordion-content > ul.panel-link-list |
中国
鳥取
島根
岡山
広島
山口 div.content > div.accordion-wrap > div.accordion-content > ul.panel-link-list |
四国
徳島
香川
愛媛
高知 div.content > div.accordion-wrap > div.accordion-content > ul.panel-link-list |
九州・沖縄
福岡
佐賀
長崎
熊本
大分
宮崎
鹿児島
沖縄 div.content > div.accordion-wrap > div.accordion-content > ul.panel-link-list |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
AHeading Hierarchy61 headingsPASS
- H1 (empty)
- H2 都道府県からお店を探す
- H2 クイック検索でお店を探す
- H1 全国のグルメ情報、レストラン・居酒屋のネット予約・クーポン検索 なら|HOT PEPPER Gourmet duplicate H1
- H2 お知らせ
- H2 おすすめのグルメ情報
- H3 ポイントプラスで最大8倍
- H3 女子会完全ガイド
- H3 誕生日・記念日プロデュース
- H3 目的別食べ放題ナビゲーター
- H3 プレミアムレストランガイド
- H3 結婚式二次会&貸切パーティー会場ナビ
- H3 HOT PEPPER グルメ × じゃらんおすすめご当地グルメ大集合!
- H2 ピックアップ店舗
- H3 燈 ともる
- H3 ぴこぴこ精肉店 春日
- H3 赤から 上野駅前店
- H3 青木商店
- H3 コート・ダジュール 海老名店
- H3 焼肉わたなべ
- H3 居酒屋あさひ
- H3 忍家 つくば研究学園駅前店
- H2 おすすめのエリアから探す
- H3 関東
- H3 関西
- H3 中部
- H3 北海道・東北
- H3 北陸・甲信越
- H3 中国・四国
- H3 九州・沖縄
- H2 おすすめの駅から探す
- H3 関東
- H3 関西
- H3 中部
- H3 北海道・東北
- H3 北陸・甲信越
- H3 中国・四国
- H3 九州・沖縄
- H2 注目のキーワードから探す
- H2 新着のグルメ特集
- H3 春初夏グルメ・宴会パーフェクトガイド
- H2 グルメ情報をいろいろな条件で探す
- H3 料理・ジャンルから探す
- H3 チェーン店一覧から探す
- H3 ネット予約できるお店から探す
- H3 グルメ関連ワードから探す
- H3 キーワードから探す
- H3 駅から探す
- H3 ランチのあるお店から探す
- H3 スポット情報から探す
- H2 ホットペッパーグルメのお役立ちコンテンツ
- H3 ポイントがつかえます!
- H3 ホットペッパーカラオケ検索
- H3 アプリでサクサクお店探し
- H3 楽々スケジュール調整「調整くん」
- H3 飲み会を楽しもう!「飲み会なんでも研究所」
- H3 「飲み会幹事カンペキマニュアル」
- H3 スマホ版ホットペッパーグルメ
- H2 ホットペッパー関連サイト
- H3 ホットペッパービューティー
- H2 ランキングから探す
A page should have only one H1. Multiple H1s dilute the document outline.
Multiple H1s blur the page's primary topic — screen-reader users and Google both prefer one H1.
Learn more ▾ ▴
HTML5's outline algorithm technically allows multiple H1s within sectioning content, but no browser implements it. In practice: one H1 per page. Use H2-H6 for subsections.
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
AForm Accessibility1 of 80 controls have issuesPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #SA41 | radio | 北海道 | for/id |
| #SA51 | radio | 青森 | for/id |
| #SA54 | radio | 秋田 | for/id |
| #SA55 | radio | 山形 | for/id |
| #SA52 | radio | 岩手 | for/id |
| #SA53 | radio | 宮城 | for/id |
| #SA56 | radio | 福島 | for/id |
| #SA11 | radio | 東京 | for/id |
| #SA12 | radio | 神奈川 | for/id |
| #SA13 | radio | 埼玉 | for/id |
| #SA14 | radio | 千葉 | for/id |
| #SA16 | radio | 栃木 | for/id |
| #SA15 | radio | 茨城 | for/id |
| #SA17 | radio | 群馬 | for/id |
| #SA61 | radio | 新潟 | for/id |
| #SA65 | radio | 山梨 | for/id |
| #SA66 | radio | 長野 | for/id |
| #SA63 | radio | 石川 | for/id |
| #SA62 | radio | 富山 | for/id |
| #SA64 | radio | 福井 | for/id |
| #SA33 | radio | 愛知 | for/id |
| #SA31 | radio | 岐阜 | for/id |
| #SA32 | radio | 静岡 | for/id |
| #SA34 | radio | 三重 | for/id |
| #SA23 | radio | 大阪 | for/id |
| #SA24 | radio | 兵庫 | for/id |
| #SA22 | radio | 京都 | for/id |
| #SA21 | radio | 滋賀 | for/id |
| #SA25 | radio | 奈良 | for/id |
| #SA26 | radio | 和歌山 | for/id |
| #SA73 | radio | 岡山 | for/id |
| #SA74 | radio | 広島 | for/id |
| #SA71 | radio | 鳥取 | for/id |
| #SA72 | radio | 島根 | for/id |
| #SA75 | radio | 山口 | for/id |
| #SA82 | radio | 香川 | for/id |
| #SA81 | radio | 徳島 | for/id |
| #SA83 | radio | 愛媛 | for/id |
| #SA84 | radio | 高知 | for/id |
| #SA91 | radio | 福岡 | for/id |
| #SA92 | radio | 佐賀 | for/id |
| #SA93 | radio | 長崎 | for/id |
| #SA94 | radio | 熊本 | for/id |
| #SA95 | radio | 大分 | for/id |
| #SA96 | radio | 宮崎 | for/id |
| #SA97 | radio | 鹿児島 | for/id |
| #SA98 | radio | 沖縄 | for/id |
| #allGenre | radio | お店のジャンルすべて | for/id |
| #G001 | radio | 居酒屋 | for/id |
| #G002 | radio | ダイニングバー・バル | for/id |
| #G003 | radio | 創作料理 | for/id |
| #G004 | radio | 和食 | for/id |
| #G005 | radio | 洋食 | for/id |
| #G006 | radio | イタリアン・フレンチ | for/id |
| #G007 | radio | 中華 | for/id |
| #G008 | radio | 焼肉・ホルモン | for/id |
| #G017 | radio | 韓国料理 | for/id |
| #G009 | radio | アジア・エスニック料理 | for/id |
| #G010 | radio | 各国料理 | for/id |
| #G011 | radio | カラオケ・パーティ | for/id |
| #G012 | radio | バー・カクテル | for/id |
| #G013 | radio | ラーメン | for/id |
| #G016 | radio | お好み焼き・もんじゃ | for/id |
| #G014 | radio | カフェ・スイーツ | for/id |
| #G015 | radio | その他グルメ | for/id |
| #allBudget | radio | こだわらない | for/id |
| #B009 | radio | ~500円 | for/id |
| #B010 | radio | 501~1000円 | for/id |
| #B011 | radio | 1001~1500円 | for/id |
| #B001 | radio | 1501~2000円 | for/id |
| #B002 | radio | 2001~3000円 | for/id |
| #B003 | radio | 3001~4000円 | for/id |
| #B008 | radio | 4001~5000円 | for/id |
| #B004 | radio | 5001~7000円 | for/id |
| #B005 | radio | 7001~10000円 | for/id |
| #B006 | radio | 10001~15000円 | for/id |
| #B012 | radio | 15001~20000円 | for/id |
| #B013 | radio | 20001~30000円 | for/id |
| #B014 | radio | 30001円~ | for/id |
| area | radio | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<input type="radio" name="area">
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
ALink & Button Quality424 links, 0 buttons — all OKPASS
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://help.hotpepper.jp/s/article/0000… | 掲載情報について | new tab | Add '(opens in new tab)' to text |
| /point_use/ | ポイントがつかえます… | new tab | Add '(opens in new tab)' to text |
| /doc/karaoke/index.html | ホットペッパーカラオ… | new tab | Add '(opens in new tab)' to text |
| /doc/howto/iphone.html | アプリでサクサクお店… | new tab | Add '(opens in new tab)' to text |
| /doc/chousei/ | 楽々スケジュール調整… | new tab | Add '(opens in new tab)' to text |
| /doc/bounenkai/nandemo/ | 飲み会を楽しもう!「… | new tab | Add '(opens in new tab)' to text |
| /doc/bounenkai/kanji/ | 「飲み会幹事カンペキ… | new tab | Add '(opens in new tab)' to text |
| https://beauty.hotpepper.jp/ | ホットペッパービュー… | new tab | Add '(opens in new tab)' to text |
| https://beauty.hotpepper.jp/ | ホットペッパービュー… | new tab | Add '(opens in new tab)' to text |
| https://townwork.net/ | タウンワーク(TOWNWORK) | new tab | Add '(opens in new tab)' to text |
| https://next.rikunabi.com/ | 転職ならリクナビNEXT | new tab | Add '(opens in new tab)' to text |
| https://www.r-agent.com/ | 転職支援ならリクルー… | new tab | Add '(opens in new tab)' to text |
| https://toranet.jp/ | 女性の転職情報とらば… | new tab | Add '(opens in new tab)' to text |
| https://job.rikunabi.com/ | 就職活動はリクナビ | new tab | Add '(opens in new tab)' to text |
| https://haken.rikunabi.com/ | リクナビ派遣 | new tab | Add '(opens in new tab)' to text |
| https://directscout.recruit.co.jp/ | ハイクラス転職ならリ… | new tab | Add '(opens in new tab)' to text |
| https://www.r-staffing.co.jp/ | 派遣会社のリクルート… | new tab | Add '(opens in new tab)' to text |
| https://www.froma.com/ | バイト探しフロム・エ… | new tab | Add '(opens in new tab)' to text |
| https://townwork.net/ | アルバイト情報タウン… | new tab | Add '(opens in new tab)' to text |
| https://www.hatalike.jp/ | 求人転職サイトはたら… | new tab | Add '(opens in new tab)' to text |
| https://www.recruit-dc.co.jp/ | 医師求人ならリクルー… | new tab | Add '(opens in new tab)' to text |
| https://rikunabi-yakuzaishi.jp/ | 薬剤師求人ならリクナ… | new tab | Add '(opens in new tab)' to text |
| https://jp.indeed.com/ | 転職・バイト探しはInd… | new tab | Add '(opens in new tab)' to text |
| https://suumo.jp/ | 不動産・住宅情報なら… | new tab | Add '(opens in new tab)' to text |
| https://suumo.jp/chintai/ | SUUMO賃貸 | new tab | Add '(opens in new tab)' to text |
| https://www.suumocounter.jp/ | 住宅相談はスーモカウ… | new tab | Add '(opens in new tab)' to text |
| https://hikkoshi.suumo.jp/ | SUUMO引越し見積もり | new tab | Add '(opens in new tab)' to text |
| https://www.jalan.net/ | じゃらんnet | new tab | Add '(opens in new tab)' to text |
| https://golf-jalan.net/ | ゴルフ場予約じゃらん… | new tab | Add '(opens in new tab)' to text |
| https://www.hotpepper.jp/ | ホットペッパーグルメ | new tab | Add '(opens in new tab)' to text |
| https://beauty.hotpepper.jp/ | ホットペッパービュー… | new tab | Add '(opens in new tab)' to text |
| https://work.beauty.hotpepper.jp/ | ホットペッパービュー… | new tab | Add '(opens in new tab)' to text |
| https://zexy.net/ | 結婚式ならゼクシィ | new tab | Add '(opens in new tab)' to text |
| https://www.carsensor.net/ | 中古車ならカーセンサ… | new tab | Add '(opens in new tab)' to text |
| https://kaitori.carsensor.net/ | 車買取・車査定はカー… | new tab | Add '(opens in new tab)' to text |
| https://shingakunet.com/ | 大学・専門学校のスタ… | new tab | Add '(opens in new tab)' to text |
| https://studysapuri.jp/ | 勉強・受験はスタディ… | new tab | Add '(opens in new tab)' to text |
| https://airregi.jp/ | POSレジアプリならAirレ… | new tab | Add '(opens in new tab)' to text |
| https://hokench.com/ | 保険チャンネル | new tab | Add '(opens in new tab)' to text |
| https://tabroom.jp/ | 家具インテリアのタブ… | new tab | Add '(opens in new tab)' to text |
| https://recruit-card.jp/ | リクルートカード | new tab | Add '(opens in new tab)' to text |
| https://www.isize.com/ | ISIZE | new tab | Add '(opens in new tab)' to text |
| https://www.isize.com/top/kanren/ | 関連サイト | new tab | Add '(opens in new tab)' to text |
| https://www.recruit.co.jp/company/group/ | グループ企業一覧 | new tab | Add '(opens in new tab)' to text |
| https://cdn.p.recruit.co.jp/terms/cmn-t-… | プライバシーポリシー | new tab | Add '(opens in new tab)' to text |
| https://cdn.p.recruit.co.jp/terms/hpg-t-… | 利用規約 | new tab | Add '(opens in new tab)' to text |
| https://help.hotpepper.jp/ | よくある問い合わせ | new tab | Add '(opens in new tab)' to text |
| https://www.recruit.co.jp/ | (C) Recruit Co., Ltd. | new tab | Add '(opens in new tab)' to text |
| https://www.hotpepper.jp/keisai/ | ご掲載をお考えの方は… | new tab | Add '(opens in new tab)' to text |
Add '(opens in new tab)' to link text or aria-label.
https://help.hotpepper.jp/s/article/000006967; /point_use/; /doc/karaoke/index.html; /doc/howto/iphone.html; /doc/chousei/; /doc/bounenkai/nandemo/; /doc/bounenkai/kanji/; https://beauty.hotpepper.jp/; https://beauty.hotpepper.jp/; https://townwork.net/ (+39 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