Lighthouse Mobile
· 0 checks — Mobile Lighthouse audit -- Performance, Accessibility, Best Practices, and SEO category breakdown.Detailed Report
Audit breakdown by category with detailed findings.
Performance
Insights
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
Performance issues directly impact user engagement and conversion rates.
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.
Layout shifts occur when elements move absent any user interaction. Investigate the causes of layout shifts, such as elements being added, removed, or their fonts changing as the page loads.
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.
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 | |
|---|---|---|---|
漫画×VAUNDY 2023.03.09 RELEASE main#main-content > div.stop-kaizoku_sec > a > img | www.plala.or.jp/resources_v2/plala/all/images/top/bnr_stop-kaizoku.png | 356.6 KiB | 335.9 KiB |
「ぷらら」一部接続サービスのサービス統合およびオプションサービス提供終了に関するご案内 div.slide > div > a > img.sp-only | www.plala.or.jp/resources_v2/plala/all/images/top/kv_togo-portal_01_sp.png | 111.4 KiB | 86.4 KiB |
【OCN インターネット×ドコモ光】OCN インターネット公式サイトから「ドコモ光」お申込みで現金還元!10ギガプランなら55,000円 さらに月額料金最大6… div.slide > div > a > img.sp-only | /resources_v2/plala/all/images/top/kv_ocn-docomo-cashback... | 101.8 KiB | 76.8 KiB |
【OCN インターネット×ドコモ光】OCN インターネット公式サイトから「ドコモ光」お申込みで現金還元!10ギガプランなら55,000円 さらに月額料金最大6… section.inner > div.mt-20 > a > img.sp-only | /resources_v2/plala/all/images/shared/ocn/bnr_ocn-docomo-... | 101.8 KiB | 71.4 KiB |
マイページをご活用ください。契約した時のまま放置していませんか? div.slide > div > a > img.sp-only | www.plala.or.jp/resources_v2/plala/all/images/top/kv_to-mypage_sp.jpg | 87.4 KiB | 62.3 KiB |
ご案内が届かず、お困りになったことはありませんか?住所のご確認をお願いします div.slide > div > a > img.sp-only | www.plala.or.jp/resources_v2/plala/all/images/top/kv_add-update_sp.png | 80.7 KiB | 55.7 KiB |
dカードGOLD div.slick-track > div.carousel--campaign__block__child > a > img | www.plala.or.jp/resources_v2/plala/all/images/cp_banner/dcard_gold.png | 37.5 KiB | 31.8 KiB |
PC、スマホなどのトラブルをしっかりサポート。サポート定額料が最大2か月無料! div.slick-track > div.carousel--campaign__block__child > a > img | www.plala.or.jp/resources_v2/plala/all/images/cp_banner/support_plus.png | 28.2 KiB | 22.6 KiB |
【OCN インターネット×ドコモ光】10ギガプランなら55,000円現金還元 or 1ギガプランなら37,000円現金還元 div.slick-track > div.carousel--campaign__block__child > a > img | /resources_v2/plala/all/images/cp_banner/bnr_ocn-docomo-c... | 26.1 KiB | 20.5 KiB |
ドコモが提供する「光対応プロバイダ」OCNインターネット div.l-bg-white > div.ocn-pointArea > h3 > img | /resources_v2/plala/all/images/shared/ocn/midashi_ocn-cam... | 28.4 KiB | 16.4 KiB |
dカード div.slick-track > div.carousel--campaign__block__child > a > img | www.plala.or.jp/resources_v2/plala/all/images/cp_banner/dcard.png | 20.3 KiB | 14.7 KiB |
メールシステム切替えのご案内 div.slide > div > a > img.sp-only | /resources_v2/plala/all/images/top/img_top_kv_newmail_tem... | 35.7 KiB | 10.7 KiB |
セキュリティ対策、機器トラブルも、ぷららでまとめてサポート div.slick-track > div.carousel--campaign__block__child > a > img | www.plala.or.jp/resources_v2/plala/all/images/cp_banner/ts.png | 15.9 KiB | 10.2 KiB |
マカフィー for plala 最大24か月無料! div.slick-track > div.carousel--campaign__block__child > a > img | www.plala.or.jp/resources_v2/plala/all/images/cp_banner/mcafee.png | 13.4 KiB | 7.8 KiB |
Each subpart has specific improvement strategies. Ideally, most of the LCP time should be spent on loading the resources, not within delays.
Performance issues directly impact user engagement and conversion rates.
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.
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.
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.
These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to windowing. Learn how to improve CLS
Performance issues directly impact user engagement and conversion rates.
| Element | Layout shift score |
|---|---|
登録情報ご確認のお願い
ぷららからの大事なお知らせが届かないケースが増えております。
お手紙やお電話がつながらない場合、意図せずお客さまにご不便をおかけして… body > main#main-content > div.support_sec | 0.132 |
登録情報ご確認のお願い
ぷららからの大事なお知らせが届かないケースが増えております。
お手紙やお電話がつながらない場合、意図せずお客さまにご不便をおかけして… body > main#main-content > div.support_sec | 0.121 |
1
2
3
4
5
Information
お知らせ
2026年3月31日
【重要】「ぷらら」フレッツ光関連サービスの、「OCN」へのサービス統合に関… body > main#main-content | 0.074 |
登録情報ご確認のお願い
ぷららからの大事なお知らせが届かないケースが増えております。
お手紙やお電話がつながらない場合、意図せずお客さまにご不便をおかけして… body > main#main-content > div.support_sec | 0.034 |
登録情報ご確認のお願い
ぷららからの大事なお知らせが届かないケースが増えております。
お手紙やお電話がつながらない場合、意図せずお客さまにご不便をおかけして… body > main#main-content > div.support_sec | 0.008 |
マイページをご活用ください。契約した時のまま放置していませんか? div.slide-inner > div#js-slick > div.slick-list > div.slick-track | 0.006 |
マイページをご活用ください。契約した時のまま放置していませんか? div.slide-inner > div#js-slick > div.slick-list > div.slick-track | 0.002 |
マイページをご活用ください。契約した時のまま放置していませんか? div.slide-inner > div#js-slick > div.slick-list > div.slick-track | 0.002 |
マイページをご活用ください。契約した時のまま放置していませんか? div.slide-inner > div#js-slick > div.slick-list > div.slick-track | 0.002 |
マイページをご活用ください。契約した時のまま放置していませんか? div.slide-inner > div#js-slick > div.slick-list > div.slick-track | 0.002 |
マイページをご活用ください。契約した時のまま放置していませんか? div.slide-inner > div#js-slick > div.slick-list > div.slick-track | 0.002 |
マイページをご活用ください。契約した時のまま放置していませんか? div.slide-inner > div#js-slick > div.slick-list > div.slick-track | 0.002 |
マイページをご活用ください。契約した時のまま放置していませんか? div.slide-inner > div#js-slick > div.slick-list > div.slick-track | 0.002 |
マイページをご活用ください。契約した時のまま放置していませんか? div.slide-inner > div#js-slick > div.slick-list > div.slick-track | 0.002 |
マイページをご活用ください。契約した時のまま放置していませんか? div.slide-inner > div#js-slick > div.slick-list > div.slick-track | 0.002 |
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.
Diagnostics
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.plala.or.jp/resources_v2/plala/all/css/shared/common.css | 389.4 KiB | 75.1 KiB |
| www.plala.or.jp/resources_v2/plala/all/font/font.css | 12.3 KiB | 9.6 KiB |
| www.plala.or.jp/resources_v2/plala/all/css/top/style.css | 25.9 KiB | 5.8 KiB |
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.plala.or.jp/resources_v2/plala/all/js/shared/common.js | 151.0 KiB | 15.8 KiB |
| www.plala.or.jp/resources_v2/plala/all/js/shared/common_parts.js | 30.0 KiB | 8.8 KiB |
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.plala.or.jp/resources_v2/plala/all/css/shared/common.css | 389.2 KiB | 359.1 KiB |
| www.plala.or.jp/resources_v2/plala/all/font/font.css | 12.0 KiB | 12.0 KiB |
| www.plala.or.jp/resources_v2/plala/all/css/top/style.css | 25.7 KiB | 10.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.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.plala.or.jp/resources_v2/plala/all/js/shared/common.js | 149.6 KiB | 99.9 KiB |
| www.googletagmanager.com/gtag/destination?id=AW-11412435412&cx=c>m=4e64h1 | 137.5 KiB | 67.8 KiB |
| www.googletagmanager.com/gtag/js?id=G-EML759Z512&cx=c>m=4e64h1 | 158.2 KiB | 64.5 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-5ZLLBC | 152.0 KiB | 62.9 KiB |
| www.plala.or.jp/resources_v2/plala/all/js/shared/jquery-3.6.0.min.js | 87.4 KiB | 23.4 KiB |
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.
| URL | Total CPU Time | Script Evaluation | Script Parse |
|---|---|---|---|
| www.plala.or.jp/resources_v2/plala/all/js/shared/jquery-3.6.0.min.js | 2.0 s | 1.4 s | 11 ms |
| www.plala.or.jp/ | 799 ms | 4.8 ms | 1.1 ms |
| Unattributable | 646 ms | 11 ms | 0.0 ms |
| www.googletagmanager.com/gtm.js?id=GTM-5ZLLBC | 328 ms | 275 ms | 50 ms |
| scripts.clarity.ms/0.8.59/clarity.js | 263 ms | 232 ms | 6.7 ms |
| www.googletagmanager.com/gtag/js?id=G-EML759Z512&cx=c>m=4e64h1 | 206 ms | 168 ms | 36 ms |
| www.googletagmanager.com/gtag/destination?id=AW-11412435412&cx=c>m=4e64h1 | 139 ms | 110 ms | 28 ms |
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.2 s |
| Other | 1.1 s |
| Style & Layout | 671 ms |
| Rendering | 266 ms |
| Script Parsing & Compilation | 178 ms |
| Parse HTML & CSS | 61 ms |
| Garbage Collection | 19 ms |
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 | |
|---|---|
マイページをご活用ください。契約した時のまま放置していませんか? div.slide > div > a > img.sp-only | www.plala.or.jp/resources_v2/plala/all/images/top/kv_to-mypage_sp.jpg |
「ぷらら」一部接続サービスのサービス統合およびオプションサービス提供終了に関するご案内 div.slide > div > a > img.sp-only | www.plala.or.jp/resources_v2/plala/all/images/top/kv_togo-portal_01_sp.png |
【OCN インターネット×ドコモ光】OCN インターネット公式サイトから「ドコモ光」お申込みで現金還元!10ギガプランなら55,000円 さらに月額料金最大6… div.slide > div > a > img.sp-only | /resources_v2/plala/all/images/top/kv_ocn-docomo-cashback... |
メールシステム切替えのご案内 div.slide > div > a > img.sp-only | /resources_v2/plala/all/images/top/img_top_kv_newmail_tem... |
ご案内が届かず、お困りになったことはありませんか?住所のご確認をお願いします div.slide > div > a > img.sp-only | www.plala.or.jp/resources_v2/plala/all/images/top/kv_add-update_sp.png |
マイページをご活用ください。契約した時のまま放置していませんか? div.slide > div > a > img.sp-only | www.plala.or.jp/resources_v2/plala/all/images/top/kv_to-mypage_sp.jpg |
「ぷらら」一部接続サービスのサービス統合およびオプションサービス提供終了に関するご案内 div.slide > div > a > img.sp-only | www.plala.or.jp/resources_v2/plala/all/images/top/kv_togo-portal_01_sp.png |
【OCN インターネット×ドコモ光】OCN インターネット公式サイトから「ドコモ光」お申込みで現金還元!10ギガプランなら55,000円 さらに月額料金最大6… section.inner > div.mt-20 > a > img.sp-only | /resources_v2/plala/all/images/shared/ocn/bnr_ocn-docomo-... |
漫画×VAUNDY 2023.03.09 RELEASE main#main-content > div.stop-kaizoku_sec > a > img | www.plala.or.jp/resources_v2/plala/all/images/top/bnr_stop-kaizoku.png |
ドコモが提供する「光対応プロバイダ」OCNインターネット div.l-bg-white > div.ocn-pointArea > h3 > img | /resources_v2/plala/all/images/shared/ocn/midashi_ocn-cam... |
dカードGOLD div.slick-track > div.carousel--campaign__block__child > a > img | www.plala.or.jp/resources_v2/plala/all/images/cp_banner/dcard_gold.png |
dカード div.slick-track > div.carousel--campaign__block__child > a > img | www.plala.or.jp/resources_v2/plala/all/images/cp_banner/dcard.png |
【OCN インターネット×ドコモ光】10ギガプランなら55,000円現金還元 or 1ギガプランなら37,000円現金還元 div.slick-track > div.carousel--campaign__block__child > a > img | /resources_v2/plala/all/images/cp_banner/bnr_ocn-docomo-c... |
マカフィー for plala 最大24か月無料! div.slick-track > div.carousel--campaign__block__child > a > img | www.plala.or.jp/resources_v2/plala/all/images/cp_banner/mcafee.png |
PC、スマホなどのトラブルをしっかりサポート。サポート定額料が最大2か月無料! div.slick-track > div.carousel--campaign__block__child > a > img | www.plala.or.jp/resources_v2/plala/all/images/cp_banner/support_plus.png |
セキュリティ対策、機器トラブルも、ぷららでまとめてサポート div.slick-track > div.carousel--campaign__block__child > a > img | www.plala.or.jp/resources_v2/plala/all/images/cp_banner/ts.png |
dカードGOLD div.slick-track > div.carousel--campaign__block__child > a > img | www.plala.or.jp/resources_v2/plala/all/images/cp_banner/dcard_gold.png |
dカード div.slick-track > div.carousel--campaign__block__child > a > img | www.plala.or.jp/resources_v2/plala/all/images/cp_banner/dcard.png |
【OCN インターネット×ドコモ光】10ギガプランなら55,000円現金還元 or 1ギガプランなら37,000円現金還元 div.slick-track > div.carousel--campaign__block__child > a > img | /resources_v2/plala/all/images/cp_banner/bnr_ocn-docomo-c... |
マカフィー for plala 最大24か月無料! div.slick-track > div.carousel--campaign__block__child > a > img | www.plala.or.jp/resources_v2/plala/all/images/cp_banner/mcafee.png |
株式会社NTTドコモ div#plala-footer__copyright > div.inner > p.plala-footer__copyright__company > img | www.plala.or.jp/resources_v2/plala/all/images/shared/logo_ntt_docomo.png |
ul.ocn-point-block > li.ocn-point-list > div > img ul.ocn-point-block > li.ocn-point-list > div > img | www.plala.or.jp/resources_v2/plala/all/images/shared/ocn/img_ocn-point01.png |
ul.ocn-point-block > li.ocn-point-list > div > img ul.ocn-point-block > li.ocn-point-list > div > img | www.plala.or.jp/resources_v2/plala/all/images/shared/ocn/img_ocn-point02.png |
ul.ocn-point-block > li.ocn-point-list > div > img ul.ocn-point-block > li.ocn-point-list > div > img | www.plala.or.jp/resources_v2/plala/all/images/shared/ocn/img_ocn-point03.png |
ul.ocn-point-block > li.ocn-point-list > div > img ul.ocn-point-block > li.ocn-point-list > div > img | www.plala.or.jp/resources_v2/plala/all/images/shared/ocn/img_ocn-point04.png |
ぷらら div.plala-header__sp-nav > p.plala-header__logo > a > img | www.plala.or.jp/resources_v2/plala/all/images/shared/img_logo_plala.png |
a > div.support-panel-line > div.support-panel-menu-myLeft > img a > div.support-panel-line > div.support-panel-menu-myLeft > img | www.plala.or.jp/resources_v2/plala/all/images/top/icon_support_mypage_og.png |
li > a.js-target-box > div.support-panel-line > img li > a.js-target-box > div.support-panel-line > img | www.plala.or.jp/resources_v2/plala/all/images/top/icon_support_password.png |
li > a.js-target-box > div.support-panel-line > img li > a.js-target-box > div.support-panel-line > img | www.plala.or.jp/resources_v2/plala/all/images/top/icon_support_kikihosho.png |
li > a.js-target-box > div.support-panel-line > img li > a.js-target-box > div.support-panel-line > img | www.plala.or.jp/resources_v2/plala/all/images/top/icon_support_plus.png |
li > a.js-target-box > div.support-panel-line > img li > a.js-target-box > div.support-panel-line > img | www.plala.or.jp/resources_v2/plala/all/images/top/icon_support_manual.png |
li > a.js-target-box > div.support-panel-line > img li > a.js-target-box > div.support-panel-line > img | www.plala.or.jp/resources_v2/plala/all/images/top/icon_support_qa.png |
li > a.js-target-box > div.support-panel-line > img li > a.js-target-box > div.support-panel-line > img | www.plala.or.jp/resources_v2/plala/all/images/top/icon_support_contact.png |
メニュー nav.plala-header__nav-block > div.plala-header__menu-element > p.plala-header__menu-element__btn > img | www.plala.or.jp/resources_v2/plala/all/images/shared/btn_head_menu.png |
More information about the performance of your application. These numbers don't directly affect the Performance score.
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.
ARIA
Each ARIA `role` supports a specific subset of `aria-*` attributes. Mismatching these invalidates the `aria-*` attributes. Learn how to match ARIA attributes to their roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
1 div.slide-inner > div#js-slick > ul.slick-dots > li#slick-slide00 |
Some ARIA parent roles must contain specific child roles to perform their intended accessibility functions. Learn more about roles and required children elements.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
1
2
3
4
5 div.key-visual_sec > div.slide-inner > div#js-slick > ul.slick-dots |
Assistive technologies, like screen readers, can't interpret ARIA attributes with invalid values. Learn more about valid values for ARIA attributes.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
1 div.slide-inner > div#js-slick > ul.slick-dots > li#slick-slide00 |
Focusable descendents within an `[aria-hidden="true"]` element prevent those interactive elements from being available to users of assistive technologies like screen readers. Learn how `aria-hidden` affects focusable elements.
Informational: a Permissions-Policy directive showing feature -> allowed origins.
Source: MDN Permissions-Policy
| Failing Elements |
|---|
2 div.slide-inner > div#js-slick > ul.slick-dots > li#slick-slide01 |
3 div.slide-inner > div#js-slick > ul.slick-dots > li#slick-slide02 |
4 div.slide-inner > div#js-slick > ul.slick-dots > li#slick-slide03 |
5 div.slide-inner > div#js-slick > ul.slick-dots > li#slick-slide04 |
When an input field doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. Learn more about input field labels.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
マイページをご活用ください。契約した時のまま放置していませんか? div.slide-inner > div#js-slick > div.slick-list > div.slick-track |
dカードGOLD div.carousel--campaign__block > div.carousel--campaign__block__inner > div.slick-list > div.slick-track |
These are opportunities to improve the usage of ARIA in your application which 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 |
|---|
プライバシーポリシー div.inner > ul > li.link__blank_white > a |
企業情報 div.inner > ul > li.link__blank_white > a |
Low-contrast text is difficult or impossible for many users to read. Link text that is discernible improves the experience for users with low vision. Learn how to make links distinguishable.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
マイページ div.support_sec > div.notice_sec_mypage_check > p.mt-20 > a |
These are opportunities to improve the legibility of your content.
Best Practices
General
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 |
|---|---|
Access to fetch at 'https://apm.yahoo.co.jp/rt/?p=PFXCVI8JIN&label=&ref=https%3A%2F%2Fwww.plala.or.jp%2F&rref=&pt=&item=&cat=&price=&quantity=&et_optout=false&r=1776812972.554709&pvid=d8cyaot8bmfmo98kflp&__lt__cid_valid=false&_impl=ytag&brands=%22Chromium%22%3B%20v%3D%22147.0.7727.101%22%2C%20%22Not.A%2FBrand%22%3B%20v%3D%228.0.0.0%22&platform=%22Android%22&platform_version=%2211.0%22' from origin 'https://www.plala.or.jp' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: the server responded with a status of 404 (Not Found) |
SEO
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.
Crawling and Indexing
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.plala-header__nav-block__up > ul > li.link--support > a.js-balloon |
サイト内検索 div.plala-header__nav-block__up > ul > li.link--search > a.js-balloon |
オプション nav.plala-header__nav-block--bottom > ul > li.link--menugreen > a |
オプション ul.plala-header__list-menu > li.plala-header__accordion > p.plala-header__accordion__title > a |
サイト内検索 div.plala-header__sp-nav > nav.plala-header__nav-block > p.plala-header__search__btn > a.js-balloon |
To appear in search results, crawlers need access to your app.