Mobile 375 × 812

Desktop 1440 × 900

Score: 68 / 100
Based on 8 categories, 0 sections
Room to improve — your 4.3s load time is above Google's 2.5s 'Good' threshold.
Several missing protections leave your users and data exposed.
Several issues make your site difficult for assistive technology users.
Well-optimized for search — your content is discoverable.
Good server performance with room for optimization.
Several regulatory requirements are not yet met.
Missing metadata means poor previews on social media and search.
Heavier than average — reducing page weight saves energy and bandwidth.
The overall score is a weighted average of individual category scores. Categories with more impact on user experience and security carry more weight.
Weights reflect general web best practices. Individual needs may differ.
Content-Security-Policy header is missing
Security gaps expose your site and users to attacks, eroding trust.
No Content-Security-Policy header found
Security gaps expose your site and users to attacks, eroding trust.
Page weighs 14.9 MB (5.8 MB transferred)
Performance issues directly impact user engagement and conversion rates.
1 control(s) without accessible label
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
16 image(s) missing alt attribute
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
High impact, low effort — start here.
High impact, requires investment.
Small gains, minimal effort.
Nothing in this quadrant — good news.
Low impact, high effort — do last.
Nothing in this quadrant — good news.
[](https://beavercheck.com/results/25d0ac39-7f7c-4a7f-b4db-2b91380dbe26)<a href="https://beavercheck.com/results/25d0ac39-7f7c-4a7f-b4db-2b91380dbe26"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fhotpepper.jp" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fhotpepper.jpThis badge auto-updates with your latest scan result.
Your site has several issues that may be affecting user experience and business outcomes. Your LCP of 4.3s exceeds Google's 2.5s 'Good' threshold and the 1 performance issue below directly contributes to it. Accessibility issues exclude users who rely on assistive technology — an estimated 15% of your potential audience. Addressing the critical issues below would have the most immediate impact on your user trust.
10 barrier(s) likely increasing bounce by ~38%.
Page takes 4.3s to load
+12% bounceUsers abandon at ~3s — you're 1.8s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 7.9s
+5% bounceClicks on the primary CTA are ignored while JavaScript runs
Fix: Break up long tasks; defer non-critical JavaScript to post-hydration
No HSTS header
+1% bounceReturning visitors are briefly exposed to downgrade attacks on first request
Fix: Set Strict-Transport-Security: max-age=31536000; includeSubDomains
No Content-Security-Policy header
+1% bounceHigher XSS blast radius — one compromised script can exfiltrate the checkout form
Fix: Ship a reporting-only CSP first, then enforce once violations are clean
1 form field(s) without a label
+2% bounceScreen readers skip unlabeled fields; autofill can't identify them; checkout abandonment spikes
Fix: Associate every input with a visible <label for="…">; add autocomplete attributes
No viewport meta tag
+15% bounceMobile browsers render at desktop width and shrink — text unreadable, tap targets miniature
Fix: Add <meta name="viewport" content="width=device-width, initial-scale=1">
No Open Graph tags
+2% bounceLinks shared on LinkedIn / Slack / Facebook show bare URLs — referral clicks drop
Fix: Add og:title, og:description, og:image, og:url to the page head
No structured data
+2% bounceNo rich-result eligibility in Google — lower SERP CTR vs competitors with stars and prices
Fix: Add JSON-LD for your page type (Product, Article, FAQPage, LocalBusiness, …)
No skip-to-content link
+1% bounceKeyboard and screen-reader users must tab through the entire header on every page
Fix: Add a visible-on-focus <a href="#main">Skip to content</a> as the first focusable element
1 broken link(s) on the page
+2% bounceClicks land on 404s — trust drops and the session often ends
Fix: Fix or remove the broken destinations surfaced on the Content tab
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
¥48,000 investment → ¥335,984/month returns + JPY 100,000,000 risk avoided
¥48,000
6h · 5 findings
¥335,984 /mo
~¥4,031,807 / year
JPY 100,000,000
if kept compliant
¥8,000 — in quick wins — start here for the fastest payback
Figures combine localized regulatory fine ceilings, search/conversion value priced against local CPC, and bandwidth waste estimates. Results depend on implementation quality and audience composition. Not legal or financial advice.
6.0 developer hours at ¥8000/hr
Based on Japan rates (¥8000/hr)
Start here for the best return on investment
¥8,333,550 / month at risk
~¥100,002,603 / year if left unfixed
¥100,000,000
+2 more
¥217 /mo
18164.0 MB/mo × 11.940 JPY/GB
Compliance figures represent the statutory maximum fine for the most severe triggered category, capped per regulation — not the sum of per-finding penalties. Based on published regulatory fine ranges. This is not legal advice.
Unique monthly visitors from your analytics
Purchases, signups, or key actions
Optional — for revenue estimation
more engaged visitors from reduced bounce
Fix 5 critical issues to capture this value
Based on Google/Deloitte research ("Milliseconds Make Millions") showing a ~7% bounce rate increase per additional second of LCP above the 2.5s "Good" threshold.
Your site's LCP: → estimated after fixes.
These are estimates based on industry research — actual results vary
Your data stays in your browser — nothing is sent to our servers
Thanks for your feedback!
We'll use a cached audit if available, or offer to scan.
Industry-standard audits powered by Google Lighthouse.
Key metrics that affect user experience.
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
3.00 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
4.28 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
7.90 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
3.89 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
43.71 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
[いけす魚場 龍宮城]の写真 li > a.jsc-knile-recommend-href > div.jsc-knile-recommend-image > img | imgfp.hotp.jp/IMGH/73/51/P025157351/P025157351_238.jpg | 90.8 KiB | 84.3 KiB |
[忍家 つくば研究学園駅前店]の写真 li > a.jsc-knile-recommend-href > div.jsc-knile-recommend-image > img | imgfp.hotp.jp/IMGH/05/76/P047920576/P047920576_238.jpg | 84.9 KiB | 78.3 KiB |
[赤から 上野駅前店]の写真 li > a.jsc-knile-recommend-href > div.jsc-knile-recommend-image > img | imgfp.hotp.jp/IMGH/22/89/P049822289/P049822289_238.jpg | 79.6 KiB | 73.1 KiB |
[コート・ダジュール 海老名店]の写真 li > a.jsc-knile-recommend-href > div.jsc-knile-recommend-image > img | imgfp.hotp.jp/IMGH/44/60/P048464460/P048464460_238.jpg | 78.8 KiB | 72.3 KiB |
[居酒屋あさひ]の写真 li > a.jsc-knile-recommend-href > div.jsc-knile-recommend-image > img | imgfp.hotp.jp/IMGH/89/95/P041218995/P041218995_238.jpg | 69.8 KiB | 63.3 KiB |
[ぴこぴこ精肉店 春日]の写真 li > a.jsc-knile-recommend-href > div.jsc-knile-recommend-image > img | imgfp.hotp.jp/IMGH/62/42/P043726242/P043726242_238.jpg | 67.3 KiB | 60.8 KiB |
[燈 ともる]の写真 li > a.jsc-knile-recommend-href > div.jsc-knile-recommend-image > img | imgfp.hotp.jp/IMGH/02/52/P049290252/P049290252_238.jpg | 67.2 KiB | 60.7 KiB |
[青木商店]の写真 li > a.jsc-knile-recommend-href > div.jsc-knile-recommend-image > img | imgfp.hotp.jp/IMGH/39/71/P047553971/P047553971_238.jpg | 56.7 KiB | 50.2 KiB |
[焼肉わたなべ]の写真 li > a.jsc-knile-recommend-href > div.jsc-knile-recommend-image > img | imgfp.hotp.jp/IMGH/27/60/P046942760/P046942760_238.jpg | 35.4 KiB | 28.8 KiB |
目的別食べ放題ナビゲーター ul.topic-link-list > li > a > img.img | www.hotpepper.jp/doc/season/images/thumbnail_viking_100x100.png | 26.3 KiB | 25.0 KiB |
誕生日・記念日プロデュース ul.topic-link-list > li > a > img.img | www.hotpepper.jp/doc/season/images/thumbnail_birthday_100x100.png | 20.3 KiB | 19.1 KiB |
女子会完全ガイド ul.topic-link-list > li > a > img.img | www.hotpepper.jp/doc/season/images/thumbnail_girlsparty_100x100.png | 19.3 KiB | 18.0 KiB |
春初夏グルメ・宴会パーフェクトガイド ul.topic-link-list > li > a > img.img | www.hotpepper.jp/doc/season/images/spring/thumbnail_100x100.png | 18.8 KiB | 17.6 KiB |
プレミアムレストランガイド ul.topic-link-list > li > a > img.img | www.hotpepper.jp/doc/season/images/thumbnail_premium_100x100.png | 17.7 KiB | 16.4 KiB |
大阪 div.content > div.content-body > ul.main-service-area-wrap > li.SA23 | imgfp.hotp.jp/SYS/SP/images/img/SA23_350x250.webp | 30.2 KiB | 16.0 KiB |
福岡 div.content > div.content-body > ul.main-service-area-wrap > li.SA91 | imgfp.hotp.jp/SYS/SP/images/img/SA91_350x250.webp | 28.0 KiB | 13.8 KiB |
東京 div.content > div.content-body > ul.main-service-area-wrap > li.SA11 | imgfp.hotp.jp/SYS/SP/images/img/SA11_350x250.webp | 24.0 KiB | 9.7 KiB |
席押さえ初回利用でおトク! li > a > span.picture > img | www.hotpepper.jp/doc/sp/IMG/lastminute_cp_202604_20260401_80_80.jpg | 9.8 KiB | 9.0 KiB |
マイルがたまるお店特集! li > a > span.picture > img | www.hotpepper.jp/doc/sp/IMG/jal20170330_80_80.png | 9.6 KiB | 8.8 KiB |
ポイントプラスで最大8倍 ul.topic-link-list > li > a > img.img | www.hotpepper.jp/doc/season/images/thumbnail_point_plus_100x100.png | 8.7 KiB | 7.5 KiB |
北海道 div.content > div.content-body > ul.main-service-area-wrap > li.SA41 | imgfp.hotp.jp/SYS/SP/images/img/SA41_350x250.webp | 21.0 KiB | 6.7 KiB |
ホットペッパーグルメについて li > a > span.picture > img | www.hotpepper.jp/doc/sp/IMG/yoyakuno1_20250129_80_80.jpg | 6.3 KiB | 5.5 KiB |
アプリで予約、カンタン。アプリを入手 div.wrapper > div.main-contents > a.jsc-app-recommend-banner-kv > img.app-recommend-banner-kv-img | imgfp.hotp.jp/SYS/SP/images/img/app_recommend_banner_kv_780x362.webp | 37.6 KiB | 5.5 KiB |
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Duration |
|---|---|---|
| imgfp.hotp.jp/SYS/SP/css/pages/pst010/PST01000.css?1774476048105 | 6.6 KiB | 769 ms |
| www.hotpepper.jp/doc/include/head/common/abtest.config.js?_=1776901096164 | 1.0 KiB |
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
| URL | Est Savings |
|---|---|
| imgfp.hotp.jp/SYS/common/fonts/hpg-sp-webfont.ttf?20251031163645 | 5.0 ms |
HTTP/2 and HTTP/3 offer many benefits over HTTP/1.1, such as multiplexing. Learn more about using modern HTTP.
Performance issues directly impact user engagement and conversion rates.
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| hotpepper.jp/ | 957 ms |
| www.hotpepper.jp/ | 0.0 ms |
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 10.6 s |
| Style & Layout | 2.2 s |
| Script Parsing & Compilation | 2.2 s |
| Other | 1.9 s |
| Garbage Collection | 181 ms |
| Rendering | 102 ms |
| Parse HTML & CSS | 88 ms |
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.hotpepper.jp/DEV/DEV_OPEN/CSP/log/js/s_code.js?update=0227 | 46.1 KiB | 6.7 KiB |
| www.hotpepper.jp/DEV/DEV_OPEN/CSP/log/js/logTeam.js?update=0227 | 11.5 KiB | 4.3 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
[赤から 上野駅前店]の写真 li > a.jsc-knile-recommend-href > div.jsc-knile-recommend-image > img | imgfp.hotp.jp/IMGH/22/89/P049822289/P049822289_238.jpg |
[青木商店]の写真 li > a.jsc-knile-recommend-href > div.jsc-knile-recommend-image > img | imgfp.hotp.jp/IMGH/39/71/P047553971/P047553971_238.jpg |
[コート・ダジュール 海老名店]の写真 li > a.jsc-knile-recommend-href > div.jsc-knile-recommend-image > img | imgfp.hotp.jp/IMGH/44/60/P048464460/P048464460_238.jpg |
[焼肉わたなべ]の写真 li > a.jsc-knile-recommend-href > div.jsc-knile-recommend-image > img | imgfp.hotp.jp/IMGH/27/60/P046942760/P046942760_238.jpg |
[居酒屋あさひ]の写真 li > a.jsc-knile-recommend-href > div.jsc-knile-recommend-image > img | imgfp.hotp.jp/IMGH/89/95/P041218995/P041218995_238.jpg |
[忍家 つくば研究学園駅前店]の写真 li > a.jsc-knile-recommend-href > div.jsc-knile-recommend-image > img | imgfp.hotp.jp/IMGH/05/76/P047920576/P047920576_238.jpg |
[いけす魚場 龍宮城]の写真 li > a.jsc-knile-recommend-href > div.jsc-knile-recommend-image > img | imgfp.hotp.jp/IMGH/73/51/P025157351/P025157351_238.jpg |
[勝鬨]の写真 li > a.jsc-knile-recommend-href > div.jsc-knile-recommend-image > img | imgfp.hotp.jp/IMGH/94/78/P045009478/P045009478_238.jpg |
[燈 ともる]の写真 li > a.jsc-knile-recommend-href > div.jsc-knile-recommend-image > img | imgfp.hotp.jp/IMGH/02/52/P049290252/P049290252_238.jpg |
[ぴこぴこ精肉店 春日]の写真 li > a.jsc-knile-recommend-href > div.jsc-knile-recommend-image > img | imgfp.hotp.jp/IMGH/62/42/P043726242/P043726242_238.jpg |
More information about the performance of your application. These numbers don't directly affect the Performance score.
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.
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.
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.
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.
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| AttributionReporting | b99.yahoo.co.jp/pagead/conversion_async.js line 121, col 405 |
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
Refused to execute script from 'https://pp.d2-apps.net/v1/impressions/log?client_id=365&site_url=https%3A%2F%2Fwww.hotpepper.jp%2F&referer=&__version=1.0.0&__ord=7949481848942&callback=__pfunc&viewport=412x823&language=en-US&first_party_uid=i9InQvLfxdYnMO3GWVqRMYcLJg4S7F7u&local_storage_uid=8nMX1bhHVKE8FJZMhg3Pl3vAy0hJk68v&c_1=hotpepper&c_2=ClientSite' because its MIME type ('image/gif') is not executable. |
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
ログイン div.my-menu-drawer > div.drawer-head-area > div.login-btn-wrap > a.login-btn |
ポイント残高照会 div.my-menu-drawer > ul.personal-link-list > li > a |
会員情報変更 div.my-menu-drawer > ul.personal-link-list > li > a |
ゲスト
さん
ポイントを表示する div.wrapper > div.main-contents > div.member-point-header-wrap > a.member-wrap |
現在地から div.main-contents > div.search-method-btn-wrap > div.current-area-btn > a.jsc-current-area-btn |
ポイントつかえる div.main-contents > div.search-method-btn-wrap > div.point-use-btn > a.jsc-point-use-btn |
ログイン div.content > div.content-body > div.cap-member-wrap > a.login-btn |
会員登録する div.content > div.content-body > div.cap-member-wrap > a.sign-up-member-btn |
東京 form#command > ul.panel-link-list > li > a.jsc-service-area-btn |
神奈川 form#command > ul.panel-link-list > li > a.jsc-service-area-btn |
埼玉 form#command > ul.panel-link-list > li > a.jsc-service-area-btn |
千葉 form#command > ul.panel-link-list > li > a.jsc-service-area-btn |
茨城 form#command > ul.panel-link-list > li > a.jsc-service-area-btn |
栃木 form#command > ul.panel-link-list > li > a.jsc-service-area-btn |
群馬 form#command > ul.panel-link-list > li > a.jsc-service-area-btn |
滋賀 form#command > ul.panel-link-list > li > a.jsc-service-area-btn |
京都 form#command > ul.panel-link-list > li > a.jsc-service-area-btn |
大阪 form#command > ul.panel-link-list > li > a.jsc-service-area-btn |
兵庫 form#command > ul.panel-link-list > li > a.jsc-service-area-btn |
奈良 form#command > ul.panel-link-list > li > a.jsc-service-area-btn |
和歌山 form#command > ul.panel-link-list > li > a.jsc-service-area-btn |
岐阜 form#command > ul.panel-link-list > li > a.jsc-service-area-btn |
静岡 form#command > ul.panel-link-list > li > a.jsc-service-area-btn |
愛知 form#command > ul.panel-link-list > li > a.jsc-service-area-btn |
三重 form#command > ul.panel-link-list > li > a.jsc-service-area-btn |
北海道 form#command > ul.panel-link-list > li > a.jsc-service-area-btn |
青森 form#command > ul.panel-link-list > li > a.jsc-service-area-btn |
岩手 form#command > ul.panel-link-list > li > a.jsc-service-area-btn |
宮城 form#command > ul.panel-link-list > li > a.jsc-service-area-btn |
秋田 form#command > ul.panel-link-list > li > a.jsc-service-area-btn |
山形 form#command > ul.panel-link-list > li > a.jsc-service-area-btn |
福島 form#command > ul.panel-link-list > li > a.jsc-service-area-btn |
新潟 form#command > ul.panel-link-list > li > a.jsc-service-area-btn |
富山 form#command > ul.panel-link-list > li > a.jsc-service-area-btn |
石川 form#command > ul.panel-link-list > li > a.jsc-service-area-btn |
福井 form#command > ul.panel-link-list > li > a.jsc-service-area-btn |
山梨 form#command > ul.panel-link-list > li > a.jsc-service-area-btn |
長野 form#command > ul.panel-link-list > li > a.jsc-service-area-btn |
鳥取 form#command > ul.panel-link-list > li > a.jsc-service-area-btn |
島根 form#command > ul.panel-link-list > li > a.jsc-service-area-btn |
岡山 form#command > ul.panel-link-list > li > a.jsc-service-area-btn |
広島 form#command > ul.panel-link-list > li > a.jsc-service-area-btn |
山口 form#command > ul.panel-link-list > li > a.jsc-service-area-btn |
徳島 form#command > ul.panel-link-list > li > a.jsc-service-area-btn |
香川 form#command > ul.panel-link-list > li > a.jsc-service-area-btn |
愛媛 form#command > ul.panel-link-list > li > a.jsc-service-area-btn |
高知 form#command > ul.panel-link-list > li > a.jsc-service-area-btn |
福岡 form#command > ul.panel-link-list > li > a.jsc-service-area-btn |
佐賀 form#command > ul.panel-link-list > li > a.jsc-service-area-btn |
長崎 form#command > ul.panel-link-list > li > a.jsc-service-area-btn |
熊本 form#command > ul.panel-link-list > li > a.jsc-service-area-btn |
大分 form#command > ul.panel-link-list > li > a.jsc-service-area-btn |
宮崎 form#command > ul.panel-link-list > li > a.jsc-service-area-btn |
鹿児島 form#command > ul.panel-link-list > li > a.jsc-service-area-btn |
沖縄 form#command > ul.panel-link-list > li > a.jsc-service-area-btn |
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 |
このまま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 |
To appear in search results, crawlers need access to your app.
Industry-standard audits powered by Google Lighthouse. — Desktop
Key metrics that affect user experience. — Desktop
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
1.02 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.56 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
854 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
2.78 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
9.67 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
div.kvRight > ul.kvPictureList > li > img div.kvRight > ul.kvPictureList > li > img | imgfp.hotp.jp/SYS/PC/images/img/kv_globaltop_02@2x.jpg | 168.9 KiB | 126.7 KiB |
[忍家 つくば研究学園駅前店]の写真 div.articleInner > div.articleContent > div.jsc-knile-recommend-image > img | imgfp.hotp.jp/IMGH/05/76/P047920576/P047920576_238.jpg | 84.9 KiB | 84.1 KiB |
div.kvRight > ul.kvPictureList > li > img div.kvRight > ul.kvPictureList > li > img | imgfp.hotp.jp/SYS/PC/images/img/kv_globaltop_01@2x.jpg | 109.0 KiB | 81.8 KiB |
[赤から 上野駅前店]の写真 div.articleInner > div.articleContent > div.jsc-knile-recommend-image > img | imgfp.hotp.jp/IMGH/22/89/P049822289/P049822289_238.jpg | 79.6 KiB | 78.8 KiB |
[コート・ダジュール 海老名店]の写真 div.articleInner > div.articleContent > div.jsc-knile-recommend-image > img | imgfp.hotp.jp/IMGH/44/60/P048464460/P048464460_238.jpg | 78.8 KiB | 78.0 KiB |
[居酒屋あさひ]の写真 div.articleInner > div.articleContent > div.jsc-knile-recommend-image > img | imgfp.hotp.jp/IMGH/89/95/P041218995/P041218995_238.jpg | 69.8 KiB | 69.0 KiB |
[ぴこぴこ精肉店 春日]の写真 div.articleInner > div.articleContent > div.jsc-knile-recommend-image > img | imgfp.hotp.jp/IMGH/62/42/P043726242/P043726242_238.jpg | 67.3 KiB | 66.5 KiB |
[燈 ともる]の写真 div.articleInner > div.articleContent > div.jsc-knile-recommend-image > img | imgfp.hotp.jp/IMGH/02/52/P049290252/P049290252_238.jpg | 67.2 KiB | 66.4 KiB |
[青木商店]の写真 div.articleInner > div.articleContent > div.jsc-knile-recommend-image > img | imgfp.hotp.jp/IMGH/39/71/P047553971/P047553971_238.jpg | 56.7 KiB | 55.9 KiB |
div.kvRight > ul.kvPictureList > li > img div.kvRight > ul.kvPictureList > li > img | imgfp.hotp.jp/SYS/PC/images/img/kv_globaltop_03@2x.jpg | 71.0 KiB | 53.3 KiB |
春初夏グルメ・宴会パーフェクトガイド div.articleInner > div.articleContent > div.imageWrap > img | www.hotpepper.jp/doc/season/images/spring/bnr_season_90x90.png | 52.5 KiB | 51.2 KiB |
[焼肉わたなべ]の写真 div.articleInner > div.articleContent > div.jsc-knile-recommend-image > img | imgfp.hotp.jp/IMGH/27/60/P046942760/P046942760_238.jpg | 35.4 KiB | 34.6 KiB |
タウンワーク(TOWNWORK) ul.prBannerList > li > a > img | www.hotpepper.jp/doc/townwork/townwork.jpg | 48.6 KiB | 30.0 KiB |
目的別食べ放題ナビゲーター div.articleInner > div.articleContent > div.imageWrap > img | imgfp.hotp.jp/SYS/PC/images/img/bnr_buffet_90x90.png | 22.2 KiB | 20.9 KiB |
HOT PEPPER グルメ × じゃらん ご当地グルメ大集合! div.articleInner > div.articleContent > div.imageWrap > img | imgfp.hotp.jp/SYS/PC/images/img/bnr_local_90x90.png | 19.1 KiB | 17.8 KiB |
誕生日・記念日プロデュース div.articleInner > div.articleContent > div.imageWrap > img | imgfp.hotp.jp/SYS/PC/images/img/bnr_birthday_90x90.png | 17.2 KiB | 15.9 KiB |
結婚式二次会&貸切パーティー会場ナビ div.articleInner > div.articleContent > div.imageWrap > img | imgfp.hotp.jp/SYS/PC/images/img/bnr_afterwedding_90x90.png | 16.8 KiB | 15.5 KiB |
ポイントプラスで最大8倍 div.articleInner > div.articleContent > div.imageWrap > img | imgfp.hotp.jp/SYS/PC/images/img/bnr_point_plus_180x180@2x.png | 16.5 KiB | 15.2 KiB |
女子会完全ガイド div.articleInner > div.articleContent > div.imageWrap > img | imgfp.hotp.jp/SYS/PC/images/img/bnr_girlsparty_90x90.png | 16.5 KiB | 15.2 KiB |
プレミアムレストランガイド div.articleInner > div.articleContent > div.imageWrap > img | imgfp.hotp.jp/SYS/PC/images/img/bnr_premium_90x90.png | 12.2 KiB | 10.9 KiB |
ホットペッパーカラオケ検索 div.articleInner > div.articleContent > div.imageWrap > img | imgfp.hotp.jp/SYS/PC/images/img/bnr_karaoke_65x65.png | 5.6 KiB | 4.9 KiB |
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
HTTP/2 and HTTP/3 offer many benefits over HTTP/1.1, such as multiplexing. Learn more about using modern HTTP.
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Duration |
|---|---|---|
| www.hotpepper.jp/doc/include/head/common/abtest.config.js?_=1776901121647 | 1.0 KiB | |
| imgfp.hotp.jp/SYS/PC/css/pages/ptp010/PTP01000.css | 4.2 KiB | 242 ms |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| hotpepper.jp/ | 401 ms |
| www.hotpepper.jp/ | 0.0 ms |
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 2.7 s |
| Other | 715 ms |
| Style & Layout | 530 ms |
| Script Parsing & Compilation | 509 ms |
| Rendering | 236 ms |
| Garbage Collection | 87 ms |
| Parse HTML & CSS | 23 ms |
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.hotpepper.jp/DEV/DEV_OPEN/CSP/log/js/s_code.js?update=0227 | 46.1 KiB | 6.7 KiB |
| www.hotpepper.jp/DEV/DEV_OPEN/CSP/log/js/logTeam.js?update=0227 | 11.5 KiB | 4.3 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
More information about the performance of your application. These numbers don't directly affect the Performance score.
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.
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 |
|---|
検索 div.quickSearchWrap > div.quickSearchContent > div.quickSearchBtn > a.jscQuickSearchBtn |
These are opportunities to improve the legibility of your content.
When definition lists are not properly marked up, screen readers may produce confusing or inaccurate output. Learn how to structure definition lists correctly.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
軽井沢
松本
金沢
山中湖
甲府
越後湯沢
敦賀 div.articleBody > div.articleInner > div.articleContent > dl.articleDescriptionList |
尾道
呉
下関
倉敷
松江
米子
今治 div.articleBody > div.articleInner > div.articleContent > dl.articleDescriptionList |
博多
小倉
久留米
石垣島
阿蘇
佐世保
鳥栖
天文館
湯布院
延岡 div.articleBody > div.articleInner > div.articleContent > dl.articleDescriptionList |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
body > div.autoScrollBtn > img.jscHoverImg body > div.autoScrollBtn > img.jscHoverImg |
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.
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
浅草 dd > ul.subLinkList > li > a |
秋葉原 dd > ul.subLinkList > li > a |
錦糸町 dd > ul.subLinkList > li > a |
上野 dd > ul.subLinkList > li > a |
新宿 dd > ul.subLinkList > li > a |
北千住 dd > ul.subLinkList > li > a |
池袋 dd > ul.subLinkList > li > a |
蒲田 dd > ul.subLinkList > li > a |
築地 dd > ul.subLinkList > li > a |
五反田 dd > ul.subLinkList > li > a |
神楽坂 dd > ul.subLinkList > li > a |
人形町 dd > ul.subLinkList > li > a |
吉祥寺 dd > ul.subLinkList > li > a |
品川 dd > ul.subLinkList > li > a |
渋谷 dd > ul.subLinkList > li > a |
中野 dd > ul.subLinkList > li > a |
大井町 dd > ul.subLinkList > li > a |
下北沢 dd > ul.subLinkList > li > a |
日本橋 dd > ul.subLinkList > li > a |
新橋 dd > ul.subLinkList > li > a |
水道橋 dd > ul.subLinkList > li > a |
恵比寿 dd > ul.subLinkList > li > a |
銀座 dd > ul.subLinkList > li > a |
立川 dd > ul.subLinkList > li > a |
神保町 dd > ul.subLinkList > li > a |
門前仲町 dd > ul.subLinkList > li > a |
浜松町 dd > ul.subLinkList > li > a |
三軒茶屋 dd > ul.subLinkList > li > a |
鎌倉 dd > ul.subLinkList > li > a |
横浜 dd > ul.subLinkList > li > a |
小田原 dd > ul.subLinkList > li > a |
箱根 dd > ul.subLinkList > li > a |
横須賀 dd > ul.subLinkList > li > a |
木更津 dd > ul.subLinkList > li > a |
館山 dd > ul.subLinkList > li > a |
銚子 dd > ul.subLinkList > li > a |
鴨川 dd > ul.subLinkList > li > a |
川越 dd > ul.subLinkList > li > a |
秩父 dd > ul.subLinkList > li > a |
大宮 dd > ul.subLinkList > li > a |
所沢 dd > ul.subLinkList > li > a |
日光 dd > ul.subLinkList > li > a |
宇都宮 dd > ul.subLinkList > li > a |
高崎 dd > ul.subLinkList > li > a |
前橋 dd > ul.subLinkList > li > a |
新大阪 dd > ul.subLinkList > li > a |
京橋 dd > ul.subLinkList > li > a |
神戸 dd > ul.subLinkList > li > a |
姫路 dd > ul.subLinkList > li > a |
三宮 dd > ul.subLinkList > li > a |
明石 dd > ul.subLinkList > li > a |
天橋立 dd > ul.subLinkList > li > a |
舞鶴 dd > ul.subLinkList > li > a |
彦根 dd > ul.subLinkList > li > a |
白浜 dd > ul.subLinkList > li > a |
名古屋 dd > ul.subLinkList > li > a |
豊橋 dd > ul.subLinkList > li > a |
大須 dd > ul.subLinkList > li > a |
金山 dd > ul.subLinkList > li > a |
沼津 dd > ul.subLinkList > li > a |
熱海 dd > ul.subLinkList > li > a |
御殿場 dd > ul.subLinkList > li > a |
浜松 dd > ul.subLinkList > li > a |
四日市 dd > ul.subLinkList > li > a |
鳥羽 dd > ul.subLinkList > li > a |
高山 dd > ul.subLinkList > li > a |
函館 dd > ul.subLinkList > li > a |
小樽 dd > ul.subLinkList > li > a |
札幌 dd > ul.subLinkList > li > a |
富良野 dd > ul.subLinkList > li > a |
帯広 dd > ul.subLinkList > li > a |
仙台 dd > ul.subLinkList > li > a |
松島 dd > ul.subLinkList > li > a |
盛岡 dd > ul.subLinkList > li > a |
会津若松 dd > ul.subLinkList > li > a |
弘前 dd > ul.subLinkList > li > a |
尾道 dd > ul.subLinkList > li > a |
呉 dd > ul.subLinkList > li > a |
下関 dd > ul.subLinkList > li > a |
銀座駅 div.articleContent > ul.subLinkList > li > a |
池袋駅 div.articleContent > ul.subLinkList > li > a |
新宿駅 div.articleContent > ul.subLinkList > li > a |
浅草駅 div.articleContent > ul.subLinkList > li > a |
吉祥寺駅 div.articleContent > ul.subLinkList > li > a |
渋谷駅 div.articleContent > ul.subLinkList > li > a |
秋葉原駅 div.articleContent > ul.subLinkList > li > a |
上野駅 div.articleContent > ul.subLinkList > li > a |
恵比寿駅 div.articleContent > ul.subLinkList > li > a |
表参道駅 div.articleContent > ul.subLinkList > li > a |
新橋駅 div.articleContent > ul.subLinkList > li > a |
山田駅 div.articleContent > ul.subLinkList > li > a |
東京駅 div.articleContent > ul.subLinkList > li > a |
自由が丘駅 div.articleContent > ul.subLinkList > li > a |
亀戸駅 div.articleContent > ul.subLinkList > li > a |
人形町駅 div.articleContent > ul.subLinkList > li > a |
下北沢駅 div.articleContent > ul.subLinkList > li > a |
六本木駅 div.articleContent > ul.subLinkList > li > a |
品川駅 div.articleContent > ul.subLinkList > li > a |
八王子駅 div.articleContent > ul.subLinkList > li > a |
鎌倉駅 div.articleContent > ul.subLinkList > li > a |
小田原駅 div.articleContent > ul.subLinkList > li > a |
香川駅 div.articleContent > ul.subLinkList > li > a |
横浜駅 div.articleContent > ul.subLinkList > li > a |
千葉駅 div.articleContent > ul.subLinkList > li > a |
宇都宮駅 div.articleContent > ul.subLinkList > li > a |
バイキング div.articleContent > ul.subLinkList > li > a |
新宿 ランチ div.articleContent > ul.subLinkList > li > a |
池袋 ランチ div.articleContent > ul.subLinkList > li > a |
渋谷 ランチ div.articleContent > ul.subLinkList > li > a |
銀座 ランチ div.articleContent > ul.subLinkList > li > a |
ランチ div.articleContent > ul.subLinkList > li > a |
鎌倉 パスタ div.articleContent > ul.subLinkList > li > a |
梅田 ランチ div.articleContent > ul.subLinkList > li > a |
浅草 ランチ div.articleContent > ul.subLinkList > li > a |
表参道 ランチ div.articleContent > ul.subLinkList > li > a |
吉祥寺 ランチ div.articleContent > ul.subLinkList > li > a |
新宿 居酒屋 div.articleContent > ul.subLinkList > li > a |
三宮 ランチ div.articleContent > ul.subLinkList > li > a |
新橋 居酒屋 div.articleContent > ul.subLinkList > li > a |
宴会 div.articleContent > ul.subLinkList > li > a |
渋谷 居酒屋 div.articleContent > ul.subLinkList > li > a |
新宿 焼肉 div.articleContent > ul.subLinkList > li > a |
池袋 居酒屋 div.articleContent > ul.subLinkList > li > a |
梅田 居酒屋 div.articleContent > ul.subLinkList > li > a |
広島 お好み焼き div.articleContent > ul.subLinkList > li > a |
道頓堀 食べ放題 div.articleContent > ul.subLinkList > li > a |
女子会 div.articleContent > ul.subLinkList > li > a |
大阪 お好み焼き div.articleContent > ul.subLinkList > li > a |
新宿 ディナー div.articleContent > ul.subLinkList > li > a |
渋谷 焼肉 div.articleContent > ul.subLinkList > li > a |
池袋 焼肉 div.articleContent > ul.subLinkList > li > a |
横浜 居酒屋 div.articleContent > ul.subLinkList > li > a |
秋葉原 居酒屋 div.articleContent > ul.subLinkList > li > a |
上野 居酒屋 div.articleContent > ul.subLinkList > li > a |
三宮 居酒屋 div.articleContent > ul.subLinkList > li > a |
横浜中華街 食べ放題 div.articleContent > ul.subLinkList > li > a |
新宿 イタリアン div.articleContent > ul.subLinkList > li > a |
浅草 もんじゃ div.articleContent > ul.subLinkList > li > a |
居酒屋 div.articleContent > ul.articleLinkList > li > a |
ダイニングバー・バル div.articleContent > ul.articleLinkList > li > a |
創作料理 div.articleContent > ul.articleLinkList > li > a |
和食 div.articleContent > ul.articleLinkList > li > a |
日本料理・懐石・割烹 div.articleContent > ul.articleLinkList > li > a |
寿司 div.articleContent > ul.articleLinkList > li > a |
しゃぶしゃぶ・すき焼き div.articleContent > ul.articleLinkList > li > a |
うどん・そば div.articleContent > ul.articleLinkList > li > a |
洋食 div.articleContent > ul.articleLinkList > li > a |
ステーキ・ハンバーグ div.articleContent > ul.articleLinkList > li > a |
イタリアン div.articleContent > ul.articleLinkList > li > a |
フレンチ div.articleContent > ul.articleLinkList > li > a |
パスタ・ピザ div.articleContent > ul.articleLinkList > li > a |
ビストロ div.articleContent > ul.articleLinkList > li > a |
中華 div.articleContent > ul.articleLinkList > li > a |
広東料理 div.articleContent > ul.articleLinkList > li > a |
四川料理 div.articleContent > ul.articleLinkList > li > a |
上海料理 div.articleContent > ul.articleLinkList > li > a |
北京料理 div.articleContent > ul.articleLinkList > li > a |
焼肉・ホルモン div.articleContent > ul.articleLinkList > li > a |
韓国料理全般 div.articleContent > ul.articleLinkList > li > a |
アジア・エスニック料理 div.articleContent > ul.articleLinkList > li > a |
タイ・ベトナム料理 div.articleContent > ul.articleLinkList > li > a |
インド料理 div.articleContent > ul.articleLinkList > li > a |
スペイン・地中海料理 div.articleContent > ul.articleLinkList > li > a |
カラオケ div.articleContent > ul.articleLinkList > li > a |
バー・カクテル div.articleContent > ul.articleLinkList > li > a |
ラーメン div.articleContent > ul.articleLinkList > li > a |
カフェ div.articleContent > ul.articleLinkList > li > a |
スイーツ div.articleContent > ul.articleLinkList > li > a |
お好み焼き・もんじゃ div.articleContent > ul.articleLinkList > li > a |
チェーン店一覧 div.articleContent > ul.articleLinkList > li > a |
カフェ・スィーツ div.articleContent > ul.articleLinkList > li > a |
北海道 div.articleContent > ul.subLinkList > li > a |
青森 div.articleContent > ul.subLinkList > li > a |
秋田 div.articleContent > ul.subLinkList > li > a |
山形 div.articleContent > ul.subLinkList > li > a |
岩手 div.articleContent > ul.subLinkList > li > a |
宮城 div.articleContent > ul.subLinkList > li > a |
福島 div.articleContent > ul.subLinkList > li > a |
東京 div.articleContent > ul.subLinkList > li > a |
神奈川 div.articleContent > ul.subLinkList > li > a |
埼玉 div.articleContent > ul.subLinkList > li > a |
千葉 div.articleContent > ul.subLinkList > li > a |
栃木 div.articleContent > ul.subLinkList > li > a |
茨城 div.articleContent > ul.subLinkList > li > a |
群馬 div.articleContent > ul.subLinkList > li > a |
新潟 div.articleContent > ul.subLinkList > li > a |
山梨 div.articleContent > ul.subLinkList > li > a |
長野 div.articleContent > ul.subLinkList > li > a |
石川 div.articleContent > ul.subLinkList > li > a |
富山 div.articleContent > ul.subLinkList > li > a |
福井 div.articleContent > ul.subLinkList > li > a |
愛知 div.articleContent > ul.subLinkList > li > a |
岐阜 div.articleContent > ul.subLinkList > li > a |
静岡 div.articleContent > ul.subLinkList > li > a |
三重 div.articleContent > ul.subLinkList > li > a |
大阪 div.articleContent > ul.subLinkList > li > a |
兵庫 div.articleContent > ul.subLinkList > li > a |
京都 div.articleContent > ul.subLinkList > li > a |
滋賀 div.articleContent > ul.subLinkList > li > a |
奈良 div.articleContent > ul.subLinkList > li > a |
和歌山 div.articleContent > ul.subLinkList > li > a |
岡山 div.articleContent > ul.subLinkList > li > a |
広島 div.articleContent > ul.subLinkList > li > a |
鳥取 div.articleContent > ul.subLinkList > li > a |
島根 div.articleContent > ul.subLinkList > li > a |
山口 div.articleContent > ul.subLinkList > li > a |
香川 div.articleContent > ul.subLinkList > li > a |
徳島 div.articleContent > ul.subLinkList > li > a |
愛媛 div.articleContent > ul.subLinkList > li > a |
高知 div.articleContent > ul.subLinkList > li > a |
福岡 div.articleContent > ul.subLinkList > li > a |
佐賀 div.articleContent > ul.subLinkList > li > a |
長崎 div.articleContent > ul.subLinkList > li > a |
熊本 div.articleContent > ul.subLinkList > li > a |
大分 div.articleContent > ul.subLinkList > li > a |
宮崎 div.articleContent > ul.subLinkList > li > a |
鹿児島 div.articleContent > ul.subLinkList > li > a |
沖縄 div.articleContent > ul.subLinkList > li > a |
転職ならリクナビNEXT dd > ul.subLinkList > li > a |
転職支援ならリクルートエージェント dd > ul.subLinkList > li > a |
女性の転職情報とらばーゆ dd > ul.subLinkList > li > a |
就職活動はリクナビ dd > ul.subLinkList > li > a |
リクナビ派遣 dd > ul.subLinkList > li > a |
ハイクラス転職ならリクルートダイレクトスカウト dd > ul.subLinkList > li > a |
派遣会社のリクルートスタッフィング dd > ul.subLinkList > li > a |
バイト探しフロム・エーナビ dd > ul.subLinkList > li > a |
アルバイト情報タウンワーク dd > ul.subLinkList > li > a |
求人転職サイトはたらいく dd > ul.subLinkList > li > a |
医師求人ならリクルートドクターズキャリア dd > ul.subLinkList > li > a |
薬剤師求人ならリクナビ薬剤師 dd > ul.subLinkList > li > a |
転職・バイト探しはIndeed dd > ul.subLinkList > li > a |
不動産・住宅情報ならSUUMO dd > ul.subLinkList > li > a |
SUUMO賃貸 dd > ul.subLinkList > li > a |
住宅相談はスーモカウンター dd > ul.subLinkList > li > a |
SUUMO引越し見積もり dd > ul.subLinkList > li > a |
じゃらんnet dd > ul.subLinkList > li > a |
ゴルフ場予約じゃらんゴルフ dd > ul.subLinkList > li > a |
ホットペッパーグルメ dd > ul.subLinkList > li > a |
ホットペッパービューティー dd > ul.subLinkList > li > a |
ホットペッパービューティーワーク dd > ul.subLinkList > li > a |
結婚式ならゼクシィ dd > ul.subLinkList > li > a |
中古車ならカーセンサー dd > ul.subLinkList > li > a |
車買取・車査定はカーセンサー dd > ul.subLinkList > li > a |
大学・専門学校のスタディサプリ進路 dd > ul.subLinkList > li > a |
勉強・受験はスタディサプリ dd > ul.subLinkList > li > a |
POSレジアプリならAirレジ dd > ul.subLinkList > li > a |
保険チャンネル dd > ul.subLinkList > li > a |
家具インテリアのタブルーム dd > ul.subLinkList > li > a |
リクルートカード dd > ul.subLinkList > li > a |
ISIZE dd > ul.subLinkList > li > a |
関連サイト dd > ul.subLinkList > li > a |
グループ企業一覧 dd > ul.subLinkList > li > a |
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These items highlight common accessibility best practices.
Image display dimensions should match natural aspect ratio. Learn more about image aspect ratio.
Performance issues directly impact user engagement and conversion rates.
| URL | Aspect Ratio (Displayed) | Aspect Ratio (Actual) | |
|---|---|---|---|
[ぴこぴこ精肉店 春日]の写真 div.articleInner > div.articleContent > div.jsc-knile-recommend-image > img | imgfp.hotp.jp/IMGH/62/42/P043726242/P043726242_238.jpg | 70 x 70 (1.00) | 238 x 179 (1.33) |
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| AttributionReporting | b99.yahoo.co.jp/pagead/conversion_async.js line 121, col 405 |
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
Refused to execute script from 'https://pp.d2-apps.net/v1/impressions/log?client_id=365&site_url=https%3A%2F%2Fwww.hotpepper.jp%2F&referer=&__version=1.0.0&__ord=6456783131099&callback=__pfunc&viewport=1350x940&language=en-US&first_party_uid=DYXt0zEi2r7QYhuJNPzN49HPSOoByzGg&local_storage_uid=WzRTbDxpSGQNvufGNV44A5ImvWD1qEtJ&c_1=hotpepper&c_2=ClientSite' because its MIME type ('image/gif') is not executable. |
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
北海道・東北 li > dl.globalAreaList > dt > a.jscAppearArealistTrigger |
関東 li > dl.globalAreaList > dt > a.jscAppearArealistTrigger |
北陸・甲信越 li > dl.globalAreaList > dt > a.jscAppearArealistTrigger |
中部 li > dl.globalAreaList > dt > a.jscAppearArealistTrigger |
関西 li > dl.globalAreaList > dt > a.jscAppearArealistTrigger |
中国 li > dl.globalAreaList > dt > a.jscAppearArealistTrigger |
四国 li > dl.globalAreaList > dt > a.jscAppearArealistTrigger |
九州・沖縄 li > dl.globalAreaList > dt > a.jscAppearArealistTrigger |
選択してください(※必須) div.quickSearchContent > ul.quickSelectBoxList > li.jscSelectBoxPullDown > a.jscQuickSearchAreaSelect |
お店のジャンルすべて div.quickSearchContent > ul.quickSelectBoxList > li.jscSelectBoxPullDown > a.jscQuickSearchGenreSelect |
こだわらない div.quickSearchContent > ul.quickSelectBoxList > li.jscSelectBoxPullDown > a.jscQuickSearchBudgetSelect |
検索 div.quickSearchWrap > div.quickSearchContent > div.quickSearchBtn > a.jscQuickSearchBtn |
To appear in search results, crawlers need access to your app.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
body > div.autoScrollBtn > img.jscHoverImg body > div.autoScrollBtn > img.jscHoverImg |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback