Skip to content
https://banggood.com

Lighthouse Mobile

· 0 checks — Mobile Lighthouse audit -- Performance, Accessibility, Best Practices, and SEO category breakdown.
SCORE
0
GRADE
FIX
0
REVIEW
0
PASS
0
INFO
0

Detailed Report

Audit breakdown by category with detailed findings.

16

Performance

Insights

Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.

Why this matters

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

Why this matters

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.

Why this matters

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

headings: [map[key:node label:Element subItemsHeading:map[key:extra] valueType:node] map[granularity:0.001 key:score label:Layout shift score subItemsHeading:map[key:cause valueType:text] valueType:numeric]]
items: [map[node:map[type:text value:Total] score:0.47326] map[node:map[boundingRect:map[bottom:648 height:154 left:0 right:412 top:494 width:412] lhId:page-5-A nodeLabel:div > div.atmosphere-contain > div.atmosphere-item > a.children path:1,HTML,1,BODY,1,DIV,1,DIV,1,DIV,0,DIV,3,DIV,0,DIV,0,A selector:div > div.atmosphere-contain > div.atmosphere-item > a.children snippet:<a data-v-73a22509="" href="javascript:;" link="https://m.banggood.com/marketing-Outdoor-Travel-Season/tid-58058.html?utmi…" data-spm="0000000oT" data-spm-masonry="0" class="children" data-spm-data="%7B%22bid%22%3A%221646899937%22%7D" observe="1" style="width: auto; height: auto; inset: 0rem auto auto 0rem; border-radius: 0rem;"> type:node] score:0.190511] map[score:0.141514] map[node:map[boundingRect:map[bottom:648 height:154 left:0 right:412 top:494 width:412] lhId:page-5-A nodeLabel:div > div.atmosphere-contain > div.atmosphere-item > a.children path:1,HTML,1,BODY,1,DIV,1,DIV,1,DIV,0,DIV,3,DIV,0,DIV,0,A selector:div > div.atmosphere-contain > div.atmosphere-item > a.children snippet:<a data-v-73a22509="" href="javascript:;" link="https://m.banggood.com/marketing-Outdoor-Travel-Season/tid-58058.html?utmi…" data-spm="0000000oT" data-spm-masonry="0" class="children" data-spm-data="%7B%22bid%22%3A%221646899937%22%7D" observe="1" style="width: auto; height: auto; inset: 0rem auto auto 0rem; border-radius: 0rem;"> type:node] score:0.139725 subItems:map[items:[map[cause:Unsized image element extra:map[boundingRect:map[bottom:648 height:154 left:0 right:412 top:494 width:412] lhId:page-11-IMG nodeLabel:div.atmosphere-contain > div.atmosphere-item > a.children > img path:1,HTML,1,BODY,1,DIV,1,DIV,1,DIV,0,DIV,3,DIV,0,DIV,0,A,0,IMG selector:div.atmosphere-contain > div.atmosphere-item > a.children > img snippet:<img data-v-73a22509="" data-spm="0000000oU" data-spm-masonry="0" src="https://img.staticbg.com/myos/2026/0407/20260407215851_211.png" link="https://m.banggood.com/marketing-Outdoor-Travel-Season/tid-58058.html?utmi…" observe="1" style="width: 10rem; height: auto;"> type:node]]] type:subitems]] map[node:map[boundingRect:map[bottom:123 height:57 left:156 right:356 top:66 width:200] lhId:page-0-DIV nodeLabel:div#pageHome > div.header-new > div.header > div.logo-img path:1,HTML,1,BODY,1,DIV,1,DIV,0,DIV,1,DIV,2,DIV selector:div#pageHome > div.header-new > div.header > div.logo-img snippet:<div data-v-34f82290="" data-spm="00000000G" class="logo-img left" observe="1"> type:node] score:0.001254 subItems:map[items:[map[cause:Web font extra:map[type:url value:https://ms.staticbg.com/default/web/dist/fonts/iconfont.afc25d02.woff2]] map[cause:Web font extra:map[type:url value:https://ms.staticbg.com/default/web/dist/fonts/OpenSans-Bold.e0d270c0.woff2]]] type:subitems]] map[score:0.000256 subItems:map[items:[map[cause:Unsized image element] map[cause:Web font extra:map[type:url value:https://ms.staticbg.com/default/web/dist/fonts/OpenSans.6ef19b87.woff2]]] type:subitems]]]

Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.

Why this matters

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.

Why this matters

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

headings: [map[key:source label:Source valueType:source-location] map[granularity:1 key:reflowTime label:Total reflow time valueType:ms]]
items: [map[reflowTime:5.794 source:map[column:6033 line:33 type:source-location url:https://ms.staticbg.com/default/web/dist/js/chunk-vendors.d1539205.js urlProvider:network]] map[reflowTime:48.904 source:map[column:7998 line:33 type:source-location url:https://ms.staticbg.com/default/web/dist/js/chunk-vendors.d1539205.js urlProvider:network]]]

Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading

Why this matters

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

More than 4 preconnect connections were found. These should be used sparingly and only to the most important origins.
description: [preconnect](https://developer.chrome.com/docs/lighthouse/performance/uses-rel-preconnect/) hints help the browser establish a connection earlier in the page load, saving time when the first request for that origin is made. The following are the origins that the page preconnected to.
title: Preconnected origins
description: Add [preconnect](https://developer.chrome.com/docs/lighthouse/performance/uses-rel-preconnect/) hints to your most important origins, but try to use no more than 4.
title: Preconnect candidates
value: No additional origins are good candidates for preconnecting

A long cache lifetime can speed up repeat visits to your page. Learn more about caching.

Why this matters

Performance issues directly impact user engagement and conversion rates.

RequestCache TTLTransfer Size
secure-cdn.mplxtms.com/s/MasterTMS.min.js#1821900.0 s158.2 KiB
ar-m.banggood.com/QQbM7b/Z0k/Xmr/5GNJYQ/YfS1rGf24VkctG/NSMwXA/FhNnIQ/sbQQEC21600.0 s180.8 KiB
mc.yandex.ru/metrika/tag.js3600.0 s85.4 KiB
ar-m.banggood.com/ar/language.html?v=17764229342026030686394.0 s110.4 KiB
/signals/config/1391547797784431?v=2.9.303&r=stable&domai...1200.0 s45.8 KiB
analytics.webgains.io/clk.min.js0.0 ms22.2 KiB
/signals/config/344869019769368?v=2.9.303&r=stable&domain...1200.0 s16.8 KiB
www.dwin1.com/15389.js600.0 s13.8 KiB
mc.yandex.com/metrika-tags/_/tag_ec.js7193.0 s16.0 KiB
www.mczbf.com/tags/224524974937/tag.js1800.0 s13.5 KiB
ms.staticbg.com/default/web/dist/js/chunk-vendors.d1539205.js1101779.0 s91.9 KiB
ms.staticbg.com/default/web/public/global.min.js?v=2026022666662465822.0 s87.1 KiB
ms.staticbg.com/default/web/dist/js/app.a2943d57.js2350047.0 s77.2 KiB
/default/web/dist/js/vue-router.min.js,vue.runtime.min.js...406376.0 s41.5 KiB
ms.staticbg.com/default/web/dist/css/Home.53c3a27f.css1936459.0 s38.1 KiB
ms.staticbg.com/default/web/dist/js/chunk-3d7f52ef.761f5ac2.js2086966.0 s35.7 KiB
ct.pinterest.com/static/ct/token_create.js7200.0 s3.9 KiB
s.pinimg.com/ct/lib/main.10d2511a.js1209600.0 s27.3 KiB
ms.staticbg.com/default/web/dist/img/skeleton/lcp-empty.jpg2476547.0 s27.9 KiB
tags.creativecdn.com/1gbGFgUPZFQaJsurUWMX.js3600.0 s2.6 KiB
ms.staticbg.com/default/web/dist/img/no-data.3f32a882.png383588.0 s11.1 KiB
cdn.preciso.net/aud/clientjs/694.js?a=&t=128800.0 s2.8 KiB
ms.staticbg.com/default/web/dist/css/chunk-7789ed05.687b0ca9.css719090.0 s12.7 KiB
ms.staticbg.com/default/web/dist/js/Home.f9ac2a67.js1936459.0 s13.0 KiB
web-device-id.banggood.com/deviceId0.0 ms1.0 KiB
/rtb/p2/analytics/BANGGOOD_GLB/home?t=1&ref=https%3A%2F%2...0.0 ms975 B
ms.staticbg.com/default/web/dist/css/app.ea922af8.css718887.0 s9.5 KiB
m.banggood.com/cache/static_cache_read/currency_huilv.js1552.0 s1.1 KiB
/usersync/push?partner=criteo&partnerId=k-YWDqYSCgE9ITXqV...0.0 ms889 B
ms.staticbg.com/default/web/dist/img/top_bar_icon.e8e0a1f9.png792641.0 s7.7 KiB
ms.staticbg.com/default/web/dist/img/logo.6f5809ad.png596543.0 s6.6 KiB
ms.staticbg.com/default/web/dist/css/chunk-6aa66962.b9c46d18.css719090.0 s6.5 KiB
/cksync.php?cs=3&type=crt&ovsid=k-ro3dKSCgE9ITXqVV4rJLx37...0.0 ms598 B
/tapestry/1?ta_partner_id=2052&ta_partner_did=k-85zcyiCgE...0.0 ms520 B
ms.staticbg.com/default/web/dist/js/chunk-5db5ac12.60262572.js1935733.0 s4.9 KiB
/config/com/eae5a07a-459f-417b-8539-3bf8d2f22ce4.js?v=3.5...0.0 ms463 B
/ProductPage/Detail/version?&domain=banggood.com&test_ver...0.0 ms459 B
/uid/sync.htm?pid=13079&cuid=k-UR63wiCgE9ITXqVV4rJLx37Bp5...0.0 ms411 B
criteo-partners.tremorhub.com/sync?UICR=k-C8iiSCCgE9ITXqVV4rJLx37Bp5OrFXxlIc2v3A0.0 ms399 B
/sg/criteortb-network/1/rtb-h/?taboola_hm=k-bLM2kCCgE9ITX...0.0 ms386 B
mc.yandex.com/metrika/advert.gif?t=gdpr(14)ti(4)3600.0 s374 B
/sync_cookie_image_decide_secondary?cid=94895775&scid=f45...0.0 ms266 B
ms.staticbg.com/default/web/dist/js/chunk-7789ed05.a73b65a1.js1936460.0 s2.7 KiB
ms.staticbg.com/default/web/dist/js/chunk-7514e6a2.66fdc8a7.js1523265.0 s2.4 KiB
ms.staticbg.com/default/web/dist/js/chunk-09c84c17.ab59e1bf.js1936460.0 s2.1 KiB
/ul_cb/match?publisher_dsp_id=38&external_user_id=k-Z8p0Q...0.0 ms198 B
ms.staticbg.com/default/web/dist/css/chunk-5db5ac12.1351aafb.css718887.0 s1.8 KiB
/track.php?fingerprint=33dbc553-3a53-4848-91ba-9c30033466...0.0 ms171 B
ms.staticbg.com/default/web/dist/js/chunk-6aa66962.e7ab7d5a.js1936459.0 s1.7 KiB
ms.staticbg.com/default/web/dist/css/chunk-vendors.38022810.css2246193.0 s933 B
ms.staticbg.com/default/web/dist/js/chunk-4a240356.3c2fcc1f.js1936460.0 s892 B
ms.staticbg.com/default/web/dist/css/chunk-eec7d67c.f6445e14.css718752.0 s778 B
/sync_cookie_image_decide?cid=94895775&scid=c5a5fd30-088d...0.0 ms67 B
ms.staticbg.com/default/web/dist/css/chunk-7514e6a2.73d35b73.css1502940.0 s507 B
ms.staticbg.com/default/web/dist/css/chunk-09c84c17.5791253b.css686513.0 s453 B
ms.staticbg.com/default/web/dist/css/chunk-4a240356.b933e399.css1502978.0 s306 B
ms.staticbg.com/default/web/dist/img/drainage-pop3.1b3b2294.png1218182.0 s0 B
ms.staticbg.com/default/web/dist/css/chunk-ca872a30.bac680d6.css1936459.0 s0 B
ms.staticbg.com/default/web/dist/js/chunk-ca872a30.ff240d4e.js1936459.0 s0 B
ms.staticbg.com/default/web/dist/img/fd-bg-new.d7786c90.png264812.0 s0 B
ms.staticbg.com/default/web/dist/js/chunk-eec7d67c.0c0091b3.js1935733.0 s0 B
s.yimg.com/wi/ytc.js0.0 ms0 B
static.accesstrade.vn/js/trackingtag/tracking.min.js0.0 ms0 B
cdn.trackmytarget.com/tracking/s/entrypoint.min.js0.0 ms0 B
connect.facebook.net/en_US/fbevents.js1200.0 s0 B
www.mainadv.com/Visibility/Rtgdir2-min.js3600.0 s0 B
www.google-analytics.com/plugins/ua/ec.js3600.0 s0 B
www.google-analytics.com/analytics.js7200.0 s0 B
s.pinimg.com/ct/core.js7200.0 s0 B
static.criteo.net/js/ld/ld.js10800.0 s0 B
/thumb/view/oaupload/banggood/images/61/0A/f5135c98-7e27-...1506675.0 s0 B
/thumb/grid/oaupload/banggood/images/A0/BB/fd83d8f8-7c03-...1508987.0 s0 B
/thumb/grid/oaupload/banggood/images/09/6D/bc34d783-a20d-...2006116.0 s0 B

Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size

Why this matters

Performance issues directly impact user engagement and conversion rates.

URLResource SizeEst Savings
div.atmosphere-contain > div.atmosphere-item > a.children > img div.atmosphere-contain > div.atmosphere-item > a.children > img
img.staticbg.com/myos/2026/0408/20260408012544_102.png29.1 KiB22.5 KiB
div.atmosphere-contain > div.atmosphere-item > a.children > img div.atmosphere-contain > div.atmosphere-item > a.children > img
img.staticbg.com/myos/2026/0408/20260408012553_323.png21.2 KiB18.5 KiB
ms.staticbg.com/default/web/dist/img/skeleton/lcp-empty.jpg28.2 KiB13.4 KiB
div.atmosphere-contain > div.atmosphere-item > a.children > img div.atmosphere-contain > div.atmosphere-item > a.children > img
img.staticbg.com/myos/2026/0408/20260408012538_494.png14.3 KiB11.6 KiB
div#appTopBar > div.app-top-bar > a.main > div.app-icon div#appTopBar > div.app-top-bar > a.main > div.app-icon
ms.staticbg.com/default/web/dist/img/top_bar_icon.e8e0a1f9.png7.5 KiB6.1 KiB
div#pageHome > div.header-new > div.header > div.logo-img div#pageHome > div.header-new > div.header > div.logo-img
ms.staticbg.com/default/web/dist/img/logo.6f5809ad.png6.4 KiB4.8 KiB

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.

Why this matters

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

Why this matters

Performance issues directly impact user engagement and conversion rates.

ElementLayout shift score
div > div.atmosphere-contain > div.atmosphere-item > a.children div > div.atmosphere-contain > div.atmosphere-item > a.children
0.191
0.142
div > div.atmosphere-contain > div.atmosphere-item > a.children div > div.atmosphere-contain > div.atmosphere-item > a.children
0.140
div#pageHome > div.header-new > div.header > div.logo-img div#pageHome > div.header-new > div.header > div.logo-img
0.001
0.000

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

TTI

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Diagnostics

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

URLTotal CPU TimeScript EvaluationScript Parse
ar-m.banggood.com/ar/?akmClientCountry=America&a=1776897571.74352.3 s135 ms7.8 ms
Unattributable1.2 s197 ms0.0 ms
ms.staticbg.com/default/web/dist/js/chunk-vendors.d1539205.js1.1 s751 ms62 ms
ms.staticbg.com/default/web/dist/js/Home.f9ac2a67.js977 ms792 ms12 ms
www.googletagmanager.com/gtm.js?id=GTM-WXLCMT7804 ms694 ms77 ms
ar-m.banggood.com/QQbM7b/Z0k/Xmr/5GNJYQ/YfS1rGf24VkctG/NSMwXA/FhNnIQ/sbQQEC718 ms637 ms70 ms
www.googletagmanager.com/gtag/js?id=G-Z150VP5X0J&cx=c&gtm=4e64k1576 ms463 ms74 ms
ms.staticbg.com/default/web/dist/js/app.a2943d57.js540 ms476 ms41 ms
ms.staticbg.com/default/web/dist/js/chunk-09c84c17.ab59e1bf.js394 ms172 ms0.9 ms
www.googletagmanager.com/gtag/js?id=G-ZJQ5CZK353&cx=c&gtm=4e64k1358 ms296 ms60 ms
analytics.tiktok.com/i18n/pixel/static/main.MWE0ZWQ3ZWQwMQ.js259 ms197 ms60 ms
www.googletagmanager.com/gtag/js?id=UA-130998589-1&cx=c&gtm=4e64k1257 ms202 ms50 ms
secure-cdn.mplxtms.com/s/MasterTMS.min.js255 ms182 ms67 ms
/signals/config/344869019769368?v=2.9.303&r=stable&domain...227 ms210 ms12 ms
mc.yandex.ru/metrika/tag.js218 ms182 ms32 ms
static.criteo.net/js/ld/ld.js185 ms144 ms40 ms
www.googletagmanager.com/gtag/js?id=AW-992047525175 ms81 ms91 ms
connect.facebook.net/en_US/fbevents.js171 ms123 ms47 ms
/signals/config/1391547797784431?v=2.9.303&r=stable&domai...151 ms117 ms34 ms
ar-m.banggood.com/ar/language.html?v=177642293420260306110 ms2.5 ms107 ms
accounts.google.com/gsi/client100 ms65 ms34 ms
s.pinimg.com/ct/lib/main.10d2511a.js99 ms81 ms14 ms
ms.staticbg.com/default/web/public/global.min.js?v=20260226666694 ms58 ms37 ms
ms.staticbg.com/default/web/dist/js/chunk-ca872a30.ff240d4e.js83 ms53 ms2.6 ms
mc.yandex.com/metrika-tags/_/tag_ec.js76 ms67 ms5.8 ms
ms.staticbg.com/default/web/dist/js/chunk-7514e6a2.66fdc8a7.js68 ms59 ms1.1 ms
analytics.tiktok.com/i18n/pixel/static/identify_5cff1caf.js65 ms45 ms19 ms
sc-static.net/scevent.min.js58 ms47 ms8.4 ms
www.mczbf.com/tags/224524974937/tag.js56 ms47 ms6.6 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

Why this matters

Performance issues directly impact user engagement and conversion rates.

CategoryTime Spent
Script Evaluation7.0 s
Other2.4 s
Script Parsing & Compilation1.2 s
Style & Layout1.1 s
Rendering419 ms
Garbage Collection106 ms
Parse HTML & CSS96 ms

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

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failure reasonFailure type
Pages with cache-control:no-store header cannot enter back/forward cache.Actionable
Pages with WebSocket cannot enter back/forward cache.Pending browser support
Pages whose main resource has cache-control:no-store cannot enter back/forward cache.Not actionable
Back/forward cache is disabled because some JavaScript network request received resource with Cache-Control: no-store header.Not actionable
Back/forward cache is disabled because WebSocket has been used.Not actionable

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Estimated savings: 0.0 ms 35.8 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.

Why this matters

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

Why this matters

Performance issues directly impact user engagement and conversion rates.

URL
div.atmosphere-contain > div.atmosphere-item > a.children > img div.atmosphere-contain > div.atmosphere-item > a.children > img
img.staticbg.com/myos/2026/0407/20260407215851_211.png
div.atmosphere-contain > div.atmosphere-item > a.children > img div.atmosphere-contain > div.atmosphere-item > a.children > img
img.staticbg.com/myos/2026/0408/20260408012544_102.png
سيارة Hstar D43-01 RTR 1/43 2.4G 4WD Drift RC جيروسكوب مصغرة كاملة النسب هيكل ج… li > a.link > div.img-box > img.img
/thumb/grid/oaupload/banggood/images/A0/BB/fd83d8f8-7c03-...
Freewing 1026mm فتحات عرض EPO دلتا جناح FPV طائرة تحكم عن بُعد كيت li > a.link > div.img-box > img.img
/thumb/grid/oaupload/banggood/images/21/03/45c6be09-2cc5-...
مجموعة HONGDUI Hooked On Wood HD30 من كلاب العمل الخشبية 20مم لنظام العمل MFT ،… li > a.link > div.img-box > img.img
/thumb/grid/oaupload/banggood/images/09/6D/bc34d783-a20d-...
طائرة درون GEPRC Vapor D5 O4 Pro 238mm 5 إنش 6S GPS فري ستايل RC FPV سباق PNP B… li > a.link > div.img-box > img.img
/thumb/grid/oaupload/banggood/images/C6/75/9a841029-55ac-...
div.atmosphere-contain > div.atmosphere-item > a.children > img div.atmosphere-contain > div.atmosphere-item > a.children > img
img.staticbg.com/myos/2026/0408/20260408012538_494.png
div.atmosphere-contain > div.atmosphere-item > a.children > img div.atmosphere-contain > div.atmosphere-item > a.children > img
img.staticbg.com/myos/2026/0408/20260408012553_323.png
Eachine EV800D 5.8GHz 40CH 5 إنش 800*480 نظارات واقع افتراضي HD DVR تنوع مع بطا… li > a.link > div.img-box > img.img
data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7
وحدة GPS سلسلة Geprc GEP M10 3.3-5V M10 شريحة بارومتر BDS Galileo QZSS SBAS مع … li > a.link > div.img-box > img.img
data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7
طائرة هليكوبتر RC ERA C032 UH-1 2.4G 6CH 6-محور جيروسكوب 1:48 مقياس هيوي الحفاظ… li > a.link > div.img-box > img.img
data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7
مستقبل FlySky 2.4G 6CH FS-iA6B بمخرج PPM مع منفذ iBus li > a.link > div.img-box > img.img
data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7
قطعتان BAOFENG UV-5R Mini 5W ووكي توكي بلوتوث برمجة تطبيق متعدد النطاقات نسخ تر… li.product-item > a.link > div.img-box > img.img
data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7
li.product-item > a.link > p.name > img.activity-img li.product-item > a.link > p.name > img.activity-img
data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7
li.product-item > div.free-banner-card > a.link > img.img li.product-item > div.free-banner-card > a.link > img.img
data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7
نظارات القراءة ذات الزوم التلقائي الكامنة HD قريبة وبعيدة مضادة للضوء الأزرق لل… li.product-item > a.link > div.img-box > img.img
data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7
li.product-item > a.link > p.name > img.activity-img li.product-item > a.link > p.name > img.activity-img
data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7
مجموعة HONGDUI Hooked On Wood HD30 من كلاب العمل الخشبية 20مم لنظام العمل MFT ،… li.product-item > a.link > div.img-box > img.img
data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7
li.product-item > a.link > p.name > img.activity-img li.product-item > a.link > p.name > img.activity-img
data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7
[متوفر في المخزن] جهاز AOOSTAR WTR MAX NAS Mini PC ذو 11 فتحة مع شاشة ثانوية AM… li.product-item > a.link > div.img-box > img.img
data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7
li.product-item > a.link > p.name > img.activity-img li.product-item > a.link > p.name > img.activity-img
data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7
نظارات قراءة ضوئية متعددة البؤر تقدمية للرجال والنساء HD مضادة للضوء الأزرق نظا… li.product-item > a.link > div.img-box > img.img
data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7
li.product-item > a.link > p.name > img.activity-img li.product-item > a.link > p.name > img.activity-img
data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7
MJX HYPER GO 16208 16209 1/16 Brushless High Speed RC Car Vehicle Models 45km/h li.product-item > a.link > div.img-box > img.img
data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7
li.product-item > a.link > p.name > img.activity-img li.product-item > a.link > p.name > img.activity-img
data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7
Eachine E220S MD500 2.4G 9CH GPS تدفق ضوئي موضعي TOF LIDAR تثبيت الارتفاع محركي… li.product-item > a.link > div.img-box > img.img
data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7
li.product-item > a.link > p.name > img.activity-img li.product-item > a.link > p.name > img.activity-img
data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7
شاشة عرض TFT LCD بحجم 7 بوصات FNIRSI-1014D مخزن إدخال القناة المزدوجة 2 في 1 أو… li.product-item > a.link > div.img-box > img.img
data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7
li.product-item > a.link > p.name > img.activity-img li.product-item > a.link > p.name > img.activity-img
data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7
ساعة NAVIFORCE للرجال مقاومة للماء بقطر كبير ساعة كواتز متعددة الوظائف ساعة كرو… li.product-item > a.link > div.img-box > img.img
data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7
نظارات قراءة فوتوكرومية رجعية مضادة للضوء الأزرق خفيفة الوزن للأعمال والكاجوال … li.product-item > a.link > div.img-box > img.img
data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7
HONGDUI هوكد أون وود TrueGrid دليل حفر فتحة كلب بدقة شبكة 20 مم لا يتطلب CNC دل… li.product-item > a.link > div.img-box > img.img
data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7
ENJOYWOOD محسن ثقب جهاز توجيه زوايا متعدد للنجارة الدقة مع أسافين وكتل تحديد ال… li.product-item > a.link > div.img-box > img.img
data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7
li.product-item > a.link > p.name > img.activity-img li.product-item > a.link > p.name > img.activity-img
data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7
خيوط طابعة ثلاثية الأبعاد KINGROON PETG 1.75 مم 10 كجم متعددة الألوان عالية الق… li.product-item > a.link > div.img-box > img.img
data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7
رفع إنجويود جي دي 7 برو للموزع لخشب سمكه 65 ملم/69 ملم لوحة خشبية دقيقة لتركيب … li.product-item > a.link > div.img-box > img.img
data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7
li.product-item > a.link > p.name > img.activity-img li.product-item > a.link > p.name > img.activity-img
data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7
GMKtec K7 PLUS Mini PC الجيل الثالث عشر Intel i7-13620H 10 نواة 16 خيط 16GB 512… li.product-item > a.link > div.img-box > img.img
data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7
li.product-item > a.link > p.name > img.activity-img li.product-item > a.link > p.name > img.activity-img
data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7
ساعات LIGE للرجال ساعة ميكانيكية أوتوماتيكية جلد حقيقي مقاومة للماء ساعة فاخرة … li.product-item > a.link > div.img-box > img.img
data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7
Eachine E190S UH-1 Huey 2.4G 9CH GPS توطين تدفق بصري TOF LiDAR تثبيت الارتفاع م… li.product-item > a.link > div.img-box > img.img
data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7
li.product-item > a.link > p.name > img.activity-img li.product-item > a.link > p.name > img.activity-img
data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7
DHO804 مقياس الزمن الرقمي 70 ميجاهرتز 4 قنوات 12 بت 1.25GSa/ثانية عمق 25MPts سه… li.product-item > a.link > div.img-box > img.img
data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7
li.product-item > a.link > p.name > img.activity-img li.product-item > a.link > p.name > img.activity-img
data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7
Eachine EV800D 5.8GHz 40CH 5 إنش 800*480 نظارات واقع افتراضي HD DVR تنوع مع بطا… li.product-item > a.link > div.img-box > img.img
data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7
li.product-item > a.link > p.name > img.activity-img li.product-item > a.link > p.name > img.activity-img
data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7
محفظة BULLCAPTAIN الجلدية الحقيقية التي تمنع التشويش الإذاعي لرجال ، جهاز محمول… li.product-item > a.link > div.img-box > img.img
data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7
li.product-item > a.link > p.name > img.activity-img li.product-item > a.link > p.name > img.activity-img
data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7

More information about the performance of your application. These numbers don't directly affect the Performance score.

Optimize DOM size
LCP breakdown
Modern HTTP
Render blocking requests
Optimize viewport for mobile
Minify CSS
Minify JavaScript
Avoids enormous network payloads Total size was 1,926 KiB
User Timing marks and measures 20 user timings
Avoid long main-thread tasks 20 long tasks found
Avoid non-composited animations 1 animated element found
Network Requests
Network Round Trip Times 140 ms
Server Backend Latencies 770 ms
Tasks
Diagnostics
Metrics
Screenshot Thumbnails
Final Screenshot
Script Treemap Data
Resources Summary
Initial server response time was short Root document took 170 ms
INP breakdown
76

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.

Contrast

Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
المنزل ul.bottom-bar > li > a.bottom-bar-link > div.bottom-bar-text

These are opportunities to improve the legibility of your content.

Names and labels

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
div.atmosphere-contain > div.atmosphere-item > a.children > img div.atmosphere-contain > div.atmosphere-item > a.children > img
div.atmosphere-contain > div.atmosphere-item > a.children > img div.atmosphere-contain > div.atmosphere-item > a.children > img
div.atmosphere-contain > div.atmosphere-item > a.children > img div.atmosphere-contain > div.atmosphere-item > a.children > img
div.atmosphere-contain > div.atmosphere-item > a.children > img div.atmosphere-contain > div.atmosphere-item > a.children > img
li.product-item > a.link > p.name > img.activity-img li.product-item > a.link > p.name > img.activity-img
li.product-item > a.link > p.name > img.activity-img li.product-item > a.link > p.name > img.activity-img
li.product-item > a.link > p.name > img.activity-img li.product-item > a.link > p.name > img.activity-img
li.product-item > a.link > p.name > img.activity-img li.product-item > a.link > p.name > img.activity-img
li.product-item > a.link > p.name > img.activity-img li.product-item > a.link > p.name > img.activity-img
li.product-item > a.link > p.name > img.activity-img li.product-item > a.link > p.name > img.activity-img
li.product-item > a.link > p.name > img.activity-img li.product-item > a.link > p.name > img.activity-img
li.product-item > a.link > p.name > img.activity-img li.product-item > a.link > p.name > img.activity-img
li.product-item > a.link > p.name > img.activity-img li.product-item > a.link > p.name > img.activity-img
li.product-item > a.link > p.name > img.activity-img li.product-item > a.link > p.name > img.activity-img
li.product-item > a.link > p.name > img.activity-img li.product-item > a.link > p.name > img.activity-img
li.product-item > a.link > p.name > img.activity-img li.product-item > a.link > p.name > img.activity-img
li.product-item > a.link > p.name > img.activity-img li.product-item > a.link > p.name > img.activity-img
li.product-item > a.link > p.name > img.activity-img li.product-item > a.link > p.name > img.activity-img
li.product-item > a.link > p.name > img.activity-img li.product-item > a.link > p.name > img.activity-img

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
div.header-new > div#appTopBar > div.app-top-bar > a.iconfont div.header-new > div#appTopBar > div.app-top-bar > a.iconfont
div.swiper-container > div.swiper-wrapper > div.swiper-slide > a div.swiper-container > div.swiper-wrapper > div.swiper-slide > a
div.swiper-container > div.swiper-wrapper > div.swiper-slide > a div.swiper-container > div.swiper-wrapper > div.swiper-slide > a
div.swiper-container > div.swiper-wrapper > div.swiper-slide > a div.swiper-container > div.swiper-wrapper > div.swiper-slide > a
div.swiper-container > div.swiper-wrapper > div.swiper-slide > a div.swiper-container > div.swiper-wrapper > div.swiper-slide > a
div.swiper-container > div.swiper-wrapper > div.swiper-slide > a div.swiper-container > div.swiper-wrapper > div.swiper-slide > a
div.swiper-container > div.swiper-wrapper > div.swiper-slide > a div.swiper-container > div.swiper-wrapper > div.swiper-slide > a
div > div.atmosphere-contain > div.atmosphere-item > a.children div > div.atmosphere-contain > div.atmosphere-item > a.children
div > div.atmosphere-contain > div.atmosphere-item > a.children div > div.atmosphere-contain > div.atmosphere-item > a.children
div > div.atmosphere-contain > div.atmosphere-item > a.children div > div.atmosphere-contain > div.atmosphere-item > a.children
div > div.atmosphere-contain > div.atmosphere-item > a.children div > div.atmosphere-contain > div.atmosphere-item > a.children
ul.product-list-container > li.product-item > div.free-banner-card > a.link ul.product-list-container > li.product-item > div.free-banner-card > a.link

These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.

Best practices

Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more about the viewport meta tag.

Why this matters

Informational: a Permissions-Policy directive showing feature -> allowed origins.

Source: MDN Permissions-Policy

Failing Elements
head > meta head > meta

These items highlight common accessibility best practices.

Interactive controls are keyboard focusable
Interactive elements indicate their purpose and state
The page has a logical tab order
Visual order on the page follows DOM order
User focus is not accidentally trapped in a region
The user's focus is directed to new content added to the page
HTML5 landmark elements are used to improve navigation
Offscreen content is hidden from assistive technology
Custom controls have associated labels
Custom controls have ARIA roles
`[aria-*]` attributes match their roles
`[aria-hidden="true"]` is not present on the document `<body>`
`[aria-*]` attributes have valid values
`[aria-*]` attributes are valid and not misspelled
ARIA attributes are used as specified for the element's role
`[aria-hidden="true"]` elements do not contain focusable descendents
Elements use only permitted ARIA attributes
Document has a `<title>` element
`<html>` element has a `[lang]` attribute
`<html>` element has a valid value for its `[lang]` attribute
Lists contain only `<li>` elements and script supporting elements (`<script>` and `<template>`).
List items (`<li>`) are contained within `<ul>`, `<ol>` or `<menu>` parent elements
Touch targets have sufficient size and spacing.
Document has a main landmark.
The page contains a heading, skip link, or landmark region
`[accesskey]` values are unique
`button`, `link`, and `menuitem` elements have accessible names
Deprecated ARIA roles were not used
Elements with `role="dialog"` or `role="alertdialog"` have accessible names.
ARIA input fields have accessible names
ARIA `meter` elements have accessible names
ARIA `progressbar` elements have accessible names
`[role]`s have all required `[aria-*]` attributes
Elements with an ARIA `[role]` that require children to contain a specific `[role]` have all required children.
`[role]`s are contained by their required parent element
`[role]` values are valid
Elements with the `role=text` attribute do not have focusable descendents.
ARIA toggle fields have accessible names
ARIA `tooltip` elements have accessible names
ARIA `treeitem` elements have accessible names
Buttons have an accessible name
`<dl>`'s contain only properly-ordered `<dt>` and `<dd>` groups, `<script>`, `<template>` or `<div>` elements.
Definition list items are wrapped in `<dl>` elements
ARIA IDs are unique
No form fields have multiple labels
`<frame>` or `<iframe>` elements have a title
Heading elements appear in a sequentially-descending order
`<html>` element has an `[xml:lang]` attribute with the same base language as the `[lang]` attribute.
Input buttons have discernible text.
`<input type="image">` elements have `[alt]` text
Form elements have associated labels
Links are distinguishable without relying on color.
The document does not use `<meta http-equiv="refresh">`
`<object>` elements have alternate text
Select elements have associated label elements.
Skip links are focusable.
No element has a `[tabindex]` value greater than 0
Cells in a `<table>` element that use the `[headers]` attribute refer to table cells within the same table.
`<th>` elements and elements with `[role="columnheader"/"rowheader"]` have data cells they describe.
`[lang]` attributes have a valid value
`<video>` elements contain a `<track>` element with `[kind="captions"]`
Tables have different content in the summary attribute and `<caption>`.
All heading elements contain content.
Uses ARIA roles only on compatible elements
Image elements do not have `[alt]` attributes that are redundant text.
Identical links have the same purpose.
Elements with visible text labels have matching accessible names.
Tables use `<caption>` instead of cells with the `[colspan]` attribute to indicate a caption.
`<td>` elements in a large `<table>` have one or more table headers.
58

Best Practices

Trust and Safety

All sites should be protected with HTTPS, even ones that don't handle sensitive data. This includes avoiding mixed content, where some resources are loaded over HTTP despite the initial request being served over HTTPS. HTTPS prevents intruders from tampering with or passively listening in on the communications between your app and your users, and is a prerequisite for HTTP/2 and many new web platform APIs. Learn more about HTTPS.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Insecure URLRequest Resolution
www.banggood.com/Allowed

General

Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Deprecation / WarningSource
AttributionReporting

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

Why this matters

Performance issues directly impact user engagement and conversion rates.

SourceDescription
Not signed in with the identity provider.
Uncaught ReferenceError: safeLocalStorage2k25 is not defined

Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Avoids third-party cookies
Allows users to paste into input fields
Avoids requesting the geolocation permission on page load
Avoids requesting the notification permission on page load
Displays images with correct aspect ratio
Serves images with appropriate resolution
Page has the HTML doctype
Properly defines charset
No issues in the `Issues` panel in Chrome Devtools
Ensure CSP is effective against XSS attacks
Use a strong HSTS policy
Ensure proper origin isolation with COOP
Mitigate DOM-based XSS with Trusted Types
Detected JavaScript libraries
Redirects HTTP traffic to HTTPS
Mitigate clickjacking with XFO or CSP
85

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

Why this matters

Performance issues directly impact user engagement and conversion rates.

Uncrawlable Link
اكتشف جديد div > ul#navfive > li > a
شراء مجموعة div > ul#navfive > li > a
شارك واربح div > ul#navfive > li > a
توصيل سريع div > ul#navfive > li > a
كوبونات div > ul#navfive > li.noShow > a
تخفيض الاسعار div > ul#navfive > li > a
مكافأة المستخدم الجديد عرض المزيد ما يصل إلى US$25.00 مكافأة المستخدم الجديد U… div#pageHome > div#mainChanel > div > a.new-user-zone

To appear in search results, crawlers need access to your app.

Content Best Practices

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
div.atmosphere-contain > div.atmosphere-item > a.children > img div.atmosphere-contain > div.atmosphere-item > a.children > img
div.atmosphere-contain > div.atmosphere-item > a.children > img div.atmosphere-contain > div.atmosphere-item > a.children > img
div.atmosphere-contain > div.atmosphere-item > a.children > img div.atmosphere-contain > div.atmosphere-item > a.children > img
div.atmosphere-contain > div.atmosphere-item > a.children > img div.atmosphere-contain > div.atmosphere-item > a.children > img
li.product-item > a.link > p.name > img.activity-img li.product-item > a.link > p.name > img.activity-img
li.product-item > a.link > p.name > img.activity-img li.product-item > a.link > p.name > img.activity-img
li.product-item > a.link > p.name > img.activity-img li.product-item > a.link > p.name > img.activity-img
li.product-item > a.link > p.name > img.activity-img li.product-item > a.link > p.name > img.activity-img
li.product-item > a.link > p.name > img.activity-img li.product-item > a.link > p.name > img.activity-img
li.product-item > a.link > p.name > img.activity-img li.product-item > a.link > p.name > img.activity-img
li.product-item > a.link > p.name > img.activity-img li.product-item > a.link > p.name > img.activity-img
li.product-item > a.link > p.name > img.activity-img li.product-item > a.link > p.name > img.activity-img
li.product-item > a.link > p.name > img.activity-img li.product-item > a.link > p.name > img.activity-img
li.product-item > a.link > p.name > img.activity-img li.product-item > a.link > p.name > img.activity-img
li.product-item > a.link > p.name > img.activity-img li.product-item > a.link > p.name > img.activity-img
li.product-item > a.link > p.name > img.activity-img li.product-item > a.link > p.name > img.activity-img
li.product-item > a.link > p.name > img.activity-img li.product-item > a.link > p.name > img.activity-img
li.product-item > a.link > p.name > img.activity-img li.product-item > a.link > p.name > img.activity-img
li.product-item > a.link > p.name > img.activity-img li.product-item > a.link > p.name > img.activity-img

Format your HTML in a way that enables crawlers to better understand your app’s content.

Structured data is valid
Page isn’t blocked from indexing
Document has a `<title>` element
Document has a meta description
Page has successful HTTP status code
Links have descriptive text
robots.txt is valid
Document has a valid `hreflang`
Document has a valid `rel=canonical`

Send Feedback