Mobile 375 × 812

Desktop 1440 × 900

Score: 71 / 100
Based on 8 categories, 0 sections
Decent speed, but optimizing further could improve engagement.
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.
Mostly compliant — a few items need attention.
Good content signals with minor gaps.
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.
HSTS 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 10.9 MB (7.1 MB transferred)
Performance issues directly impact user engagement and conversion rates.
No <main> landmark found
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/104eadfa-7d42-46ff-a942-cb74779a44df)<a href="https://beavercheck.com/results/104eadfa-7d42-46ff-a942-cb74779a44df"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fkrone.at" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fkrone.atThis badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. Your LCP of 33.7s exceeds Google's 2.5s 'Good' threshold and the 1 performance issue below directly contributes to it. Addressing the critical issues below would have the most immediate impact on your user trust.
7 barrier(s) likely increasing bounce by ~30%.
Page takes 33.7s to load
+12% bounceUsers abandon at ~3s — you're 31.2s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 3.2s
+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
Content is hard to read
+2% bounceGraduate-level reading difficulty — limits the addressable audience for product or blog pages
Fix: Shorten sentences; replace jargon with plain language; target Flesch ease ≥60
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
4 broken link(s) on the page
+5% 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.
€425 investment → €1.66/month returns + EUR 120,500,000 risk avoided
€425
5h · 5 findings
€1.66 /mo
~€20 / year
EUR 120,500,000
if kept compliant
€128 — 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.
5.0 developer hours at €85/hr
Based on Austria rates (€85/hr)
Start here for the best return on investment
€10,041,668 / month at risk
~€120,500,020 / year if left unfixed
€120,500,000
+7 more
€1.66 /mo
22392.0 MB/mo × 0.074 EUR/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.
5.64 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
33.71 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
3.25 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.002
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
7.98 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.
34.06 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.
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.
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 |
|---|---|---|
| /be967a1c-5719-48ab-acfd-c5b99ced4bb7/loader.js?target=ww... | 35.4 KiB | 1.5 s |
| /js/mobile-parcel.js?decache=fa658fa10fc4ec87c3a9eb499d94... | 45.5 KiB | 602 ms |
| /js/global-sync-vendor.js?decache=f0b357048b689ab5135005a... | 47.2 KiB | 602 ms |
| fonts.krone.at/fonts/all?dc=1.0.34451 | 14.3 KiB | 912 ms |
| /js/global-sync.js?decache=9161552627f999136be35436cc8fde... | 6.3 KiB | |
| /css/mobile-parcel.css?decache=25860b404f8ca66a7e0d25f406... | 13.6 KiB | 301 ms |
| /css/global.css?decache=3dc60d5fc225d92844d672cc2b9b25ae6... | 2.1 KiB | |
| /assets/997cf7fa580e69916685870505d03fcd033cb6eb0cde4fc9b... | 14.1 KiB | 452 ms |
| /css/mobile.css?decache=01b91d8b6d85cc6b1ad71807fc6b0a6fc... | 31.9 KiB | 903 ms |
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 | |
|---|---|---|---|
head > link head > link | imgl.krone.at/2026/04/272cdffc8ed805846570d005baaa689f9eb4b6ab.jpg | 127.3 KiB | 116.7 KiB |
Meister! Graz kürte sich zur Eishockey-Hauptstadt Österreichs. a > div.a__img-box > div.img-lazy-responsive > img.img-responsive | imgl.krone.at/scaled/4115994/va4b89d/630x356.jpg | 53.5 KiB | 50.1 KiB |
Bürgermeister Reinhold Ebner fehlen die Worte nach der schrecklichen Bluttat im… a > div.imgteaser__img > div.img-lazy-responsive > img.img-responsive | imgl.krone.at/scaled/4115173/vd51750/630x356.jpg | 44.2 KiB | 28.6 KiB |
Die offensichtlich gut genährten Hamster bekommen bezugsfertige Bauten. a > div.a__img-box > div.img-lazy-responsive > img.img-responsive | imgl.krone.at/scaled/4115327/vcee3b4/630x356.jpg | 41.1 KiB | 27.7 KiB |
Lamine Yamal wird von Trainer Hansi Flick getröstet. a > div.a__img-box > div.img-lazy-responsive > img.img-responsive | imgl.krone.at/scaled/4116030/v6e8e07/630x356.jpg | 30.4 KiB | 27.6 KiB |
Charlie Sheens Tochter sorgt als „Pretty in Pink“ auf Instagram für Schnappatmu… a > div.a__img-box > div.img-lazy-responsive > img.img-responsive | imgl.krone.at/scaled/4115278/v87ff14/630x356 | 40.8 KiB | 27.4 KiB |
Generaldirektorin Ingrid Thurnher hat in der Causa rund um ihren Vorgänger einm… a > div.imgteaser__img > div.img-lazy-responsive > img.img-responsive | imgl.krone.at/scaled/4115782/v65e57d/630x356 | 41.8 KiB | 26.2 KiB |
Große Trauer um Florian Schneeberger: Der Manager starb 55-jährig bei dem Obus-… a > div.imgteaser__img > div.img-lazy-responsive > img.img-responsive | imgl.krone.at/scaled/4115080/v448ee4/630x356.jpg | 38.7 KiB | 23.0 KiB |
„Timmy“ liegt immer noch in der Nähe der Insel Poel. a > div.a__img-box > div.img-lazy-responsive > img.img-responsive | imgl.krone.at/scaled/4115783/v2d9c50/630x356.jpg | 35.8 KiB | 22.6 KiB |
Die Spieler der Graz99ers bejubeln den Gewinn des ICE-Meistertitels ... a > div.a__img-box > div.img-lazy-responsive > img.img-responsive | imgl.krone.at/scaled/4115940/v3fb88f/630x356.jpg | 34.9 KiB | 22.1 KiB |
LASK-Angreifer Sasa Kalajdzic a > div.a__img-box > div.img-lazy-responsive > img.img-responsive | imgl.krone.at/scaled/4116000/v7fba80/630x356.jpg | 24.1 KiB | 21.8 KiB |
„Kollerwirt“ Tom Soete nach dem Überfall im Sommer 2024. a > div.imgteaser__img > div.img-lazy-responsive > img.img-responsive | imgl.krone.at/scaled/4058316/v7f02ae/630x356.jpg | 31.8 KiB | 18.2 KiB |
Dem Kärntner Mediziner drohen bis zu drei Jahre Haft. a > div.imgteaser__img > div.img-lazy-responsive > img.img-responsive | imgl.krone.at/scaled/4115275/v228f34/630x356.jpg | 31.3 KiB | 17.9 KiB |
a > div.imgteaser__img > div.img-lazy-responsive > img.img-responsive a > div.imgteaser__img > div.img-lazy-responsive > img.img-responsive | imgl.krone.at/scaled/4115953/vc51e11/630x356.jpg | 30.5 KiB | 17.5 KiB |
Dietmar Riegler ging es „schon Jahre nicht mehr so schlecht.“ a > div.a__img-box > div.img-lazy-responsive > img.img-responsive | imgl.krone.at/scaled/4115633/vabdaf8/630x356.jpg | 15.7 KiB | 14.2 KiB |
Kerstin K. (re.) im Gespräch mit „Krone“-Journalistin Euke Frank a > div.a__img-box > div.img-lazy-responsive > img.img-responsive | imgl.krone.at/scaled/4113369/v6958f6/630x356.jpg | 22.2 KiB | 14.0 KiB |
Babler und Holzleitner haben „zusammengelegt“, um die NGO Zara zu retten. a > div.a__img-box > div.img-lazy-responsive > img.img-responsive | imgl.krone.at/scaled/4115704/ve31564/630x356.jpg | 22.0 KiB | 13.9 KiB |
Question of the Day Logo div.wp__wrapper > div.wp__top > div.wp__image-holder > img.wp__image | imgl.krone.at/2025/11/fff227743f5b9928cc6a3a506881d348641e9e8d.png | 5.4 KiB | 4.7 KiB |
div.fa__inner > div.fa__img-box > div.img-lazy-responsive > img.img-responsive div.fa__inner > div.fa__img-box > div.img-lazy-responsive > img.img-responsive | /scaled/4115436/vaff42e/full.jpg?imop=FeatureCrop,width=1... | 7.5 KiB | 4.6 KiB |
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.
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.
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 |
|---|---|
| krone.at/ | 756 ms |
| www.krone.at/ | 809 ms |
| www.krone.at/ | 0.0 ms |
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 |
|---|---|---|
| /css/mobile.css?decache=01b91d8b6d85cc6b1ad71807fc6b0a6fc... | 31.6 KiB | 28.4 KiB |
| 18.4 KiB | 15.2 KiB | |
| /css/mobile-parcel.css?decache=25860b404f8ca66a7e0d25f406... | 13.3 KiB | 12.5 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
| URL | Transfer Size | Est Savings |
|---|---|---|
| cdn-eu.piano.io/api/tinypass.min.js | 132.1 KiB | 69.2 KiB |
| /sdk/22ecd6bfac93de604efec0b75b2c796ee1675f92/modern/sdk.... | 60.7 KiB | 26.0 KiB |
| cdn.cxense.com/cx.js | 37.5 KiB | 23.9 KiB |
| /js/global.js?decache=3ef12dd4879d081b0b34c7aa177bb43e112... | 30.7 KiB | 22.1 KiB |
| www.krone.at/vendor/swiper/swiper.min.js?v1.0.34451 | 38.8 KiB | 21.3 KiB |
| /js/mobile-parcel.js?decache=fa658fa10fc4ec87c3a9eb499d94... | 45.2 KiB | 20.6 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.krone.at/ | 3.9 s | 1.6 s | 89 ms |
| Unattributable | 2.1 s | 276 ms | 0.0 ms |
| www.krone.at/vendor/swiper/swiper.min.js?v1.0.34451 | 1.7 s | 377 ms | 28 ms |
| /js/global-sync-vendor.js?decache=f0b357048b689ab5135005a... | 1.2 s | 203 ms | 20 ms |
| /sdk/22ecd6bfac93de604efec0b75b2c796ee1675f92/modern/ui-w... | 616 ms | 190 ms | 39 ms |
| cdn-eu.piano.io/api/tinypass.min.js | 613 ms | 318 ms | 72 ms |
| /sdk/22ecd6bfac93de604efec0b75b2c796ee1675f92/modern/sdk.... | 432 ms | 345 ms | 60 ms |
| /id/api/v1/identity/token/verify?browser_id=moapm2gzwacva... | 357 ms | 330 ms | 0.6 ms |
| /js/mobile-parcel.js?decache=fa658fa10fc4ec87c3a9eb499d94... | 264 ms | 96 ms | 40 ms |
| cdn.cxense.com/cx.js | 137 ms | 111 ms | 21 ms |
| /js/global-vendor.js?decache=c500efa7d8a363876623408c6e63... | 111 ms | 78 ms | 24 ms |
| data-1ce9bdc9f1.krone.at/iomm/latest/manager/base/es6/bundle.js | 65 ms | 52 ms | 11 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 | 4.1 s |
| Style & Layout | 3.6 s |
| Other | 2.6 s |
| Rendering | 522 ms |
| Script Parsing & Compilation | 509 ms |
| Parse HTML & CSS | 363 ms |
| Garbage Collection | 166 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
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| The page has an unload handler in a sub frame. | Actionable |
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 |
|---|---|---|
| script-at.iocnt.net/iam.js | 11.5 KiB | 4.0 KiB |
| inline: if(!isBot()) { win… | 4.7 KiB | 2.8 KiB |
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 | |
|---|---|
KMM div.box > div.b__imageBox > a.b__link > img.img-responsive | imgl.krone.at/scaled/4068085/v4ac919/full.jpg |
Logo div.didomi-popup-notice-text-container > div.didomi-popup-notice-text > p > img.krn-logo | /images/d9f9354.svg?decache=825be6e9d7ac6bfda1e7c1e1321e8... |
Jetzt bei Google Play div.nd__row > div.nd__app-links > a.nd__app-link > img.img-responsive | imgl.krone.at/2023/04/852cafd22f5e870be2a2b264342c2cff25fe8750.png |
div.a__outer > a > div.a__img-box > img.img-responsive div.a__outer > a > div.a__img-box > img.img-responsive | imgl.krone.at/scaled/4114838/va58d4e/240x139.jpg |
div.a__outer > a > div.a__img-box > img.img-responsive div.a__outer > a > div.a__img-box > img.img-responsive | imgl.krone.at/scaled/4115633/vabdaf8/240x139.jpg |
div.a__outer > a > div.a__img-box > img.img-responsive div.a__outer > a > div.a__img-box > img.img-responsive | imgl.krone.at/scaled/4115084/v5d2d66/240x139 |
kuechenmaschine div.vgl-item-wrapper > a.vgl-link-wrapper > div.vgl-item > img.vgl-img | /v2/comparison-tables/kenwood-cooking-chef-gourmet-kcc906... |
Staubsauger div.vgl-item-wrapper > a.vgl-link-wrapper > div.vgl-item > img.vgl-img | /v2/comparison-tables/aeg-vx9-2-oeko-237.jpg?d=132x150&q=... |
gefrierschrank div.vgl-item-wrapper > a.vgl-link-wrapper > div.vgl-item > img.vgl-img | /v2/comparison-tables/siemens-sn436s00le-iq300-396.jpg?d=... |
akku-staubsauger div.vgl-item-wrapper > a.vgl-link-wrapper > div.vgl-item > img.vgl-img | /v2/comparison-tables/dyson-v10-cyclone-459.jpg?d=113x150... |
stars-&-society-news-newsletter div#swiper-wrapper-30b689ea5cdb80dd > div.box > div.krn_nl_list > img.lazyload | imgl.krone.at/scaled/3506082/vece57d/full.jpg?imop=Resize,height=110 |
digital-news-newsletter div#swiper-wrapper-30b689ea5cdb80dd > div.box > div.krn_nl_list > img.lazyload | imgl.krone.at/scaled/3507397/vb3cf42/full.jpg?imop=Resize,height=110 |
motor-news-newsletter div#swiper-wrapper-30b689ea5cdb80dd > div.box > div.krn_nl_list > img.lazyload | imgl.krone.at/scaled/3506080/v2a5070/full.jpg?imop=Resize,height=110 |
„krone“-kocht-newsletter div#swiper-wrapper-1d7c887e97d1c4a3 > div.box > div.krn_nl_list > img.lazyload | imgl.krone.at/scaled/3505780/vf092e6/full.jpg?imop=Resize,height=110 |
gewinnspiele-newsletter div#swiper-wrapper-1d7c887e97d1c4a3 > div.box > div.krn_nl_list > img.lazyload | imgl.krone.at/scaled/3504974/v04ff7e/full.jpg?imop=Resize,height=110 |
reisezeit-newsletter div#swiper-wrapper-1d7c887e97d1c4a3 > div.box > div.krn_nl_list > img.lazyload | imgl.krone.at/scaled/3506081/v82f935/full.jpg?imop=Resize,height=110 |
einbaukuehlschrank div.vgl-item-wrapper > a.vgl-link-wrapper > div.vgl-item > img.vgl-img | /v2/comparison-tables/siemens-ki42laf40-37.jpg?d=94x150&q... |
kaffeemaschine div.vgl-item-wrapper > a.vgl-link-wrapper > div.vgl-item > img.vgl-img | /v2/comparison-tables/melitta-1021-01-aroma-fresh-229.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.
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 |
|---|
Merkliste div.nd__block > div.nd__row > a.nd__bookmarks-link > span.nd__bookmarks-text |
Benachrichtigungen div.nd__block > div.nd__row > a.nd__push-settings-link > span.nd__push-settings-text |
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.
Screen reader users rely on frame titles to describe the contents of frames. Learn more about frame titles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.box > div#krn_startseite_banner_ueber_fdt > div.tp-container-inner > iframe#offer_de88c7f81fe7c83dfd3f-0 div.box > div#krn_startseite_banner_ueber_fdt > div.tp-container-inner > iframe#offer_de88c7f81fe7c83dfd3f-0 |
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.
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.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
head > meta head > meta |
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 |
|---|
Go to slide 1 div.box > div.ss__outer > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 2 div.box > div.ss__outer > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 3 div.box > div.ss__outer > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 4 div.box > div.ss__outer > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 5 div.box > div.ss__outer > div.swiper-pagination > span.swiper-pagination-bullet |
These items highlight common accessibility best practices.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Krone PUR bestellen div.didomi-popup-container > div.didomi-popup-view > div#buttons > button#didomi-notice-disagree-button |
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.
Performance issues directly impact user engagement and conversion rates.
| Insecure URL | Request Resolution |
|---|---|
| www.krone.at/ | Allowed |
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) | |
|---|---|---|---|
P.Max div.fxl_card-container > div#swiper-wrapper-9810b9c21db11c1110 > div.fxl_card > img.fxl_card-image | imgl.krone.at/scaled/4007249/vfd7f80/full.jpg?imop=Resize,width=310 | 250 x 141 (1.77) | 310 x 180 (1.72) |
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 |
|---|---|
/sdk/22ecd6bfac93de604efec0b75b2c796ee1675f92/modern/sdk.... line 1, col 168858 | Didomi - Only restriction type 'disallow' is valid for special features |
/sdk/22ecd6bfac93de604efec0b75b2c796ee1675f92/modern/sdk.... line 1, col 78195 | Didomi - Only restriction type 'disallow' is valid for special features |
/sdk/22ecd6bfac93de604efec0b75b2c796ee1675f92/modern/sdk.... line 1, col 168739 | Didomi - Only vendor restriction type 'all' is valid for special features |
/sdk/22ecd6bfac93de604efec0b75b2c796ee1675f92/modern/sdk.... line 1, col 78076 | Didomi - Only vendor restriction type 'all' is valid for special features |
Undefined method setLogLevel |
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.
Descriptive link text helps search engines understand your content. Learn how to make links more accessible.
Performance issues directly impact user engagement and conversion rates.
| Link destination | Link Text |
|---|---|
| www.krone.at/3350979 | hier |
Format your HTML in a way that enables crawlers to better understand your app’s content.
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 |
|---|
Abmelden div.dropdown > ul.nv__auth-dropdown > li > a.nv__auth-option |
Abmelden div.dropdown > ul.nd__auth-dropdown > li > a.nd__auth-option |
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.18 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
5.64 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
318 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.003
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
1.83 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.
5.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.
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.
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.
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 | |
|---|---|---|---|
Krone Grafik div.box > div.b__imageBox > a.b__link > img.img-responsive | imgl.krone.at/scaled/2935291/va8cff4/full.jpg | 32.9 KiB | 26.9 KiB |
Als Teenager ermordete Christa Pike brutal eine vermeintliche Nebenbuhlerin. Ur… a > div.a__img-box > div.img-lazy-responsive > img.img-responsive | imgl.krone.at/scaled/4115637/v64eb58/310x175 | 17.0 KiB | 8.2 KiB |
a > div.a__img-box > div.img-lazy-responsive > img.img-responsive a > div.a__img-box > div.img-lazy-responsive > img.img-responsive | imgl.krone.at/scaled/4114021/va14a55/470x270.jpg | 13.0 KiB | 7.4 KiB |
Hinter der KI-Influencerin Emily Hart steckt ein 22-jähriger Medizinstudent aus… a > div.a__img-box > div.img-lazy-responsive > img.img-responsive | imgl.krone.at/scaled/4115590/va025cb/310x175 | 15.3 KiB | 6.5 KiB |
Generaldirektorin Ingrid Thurnher hat in der Causa rund um ihren Vorgänger einm… a > div.imgteaser__img > div.img-lazy-responsive > img.img-responsive | imgl.krone.at/scaled/4115782/v65e57d/470x270 | 26.9 KiB | 6.3 KiB |
KMM div.box > div.b__imageBox > a.b__link > img.img-responsive | imgl.krone.at/scaled/3499074/v515246/full.jpg | 21.1 KiB | 5.0 KiB |
Charlie Sheens Tochter sorgt als „Pretty in Pink“ auf Instagram für Schnappatmu… a > div.a__img-box > div.img-lazy-responsive > img.img-responsive | imgl.krone.at/scaled/4115278/v87ff14/310x175 | 13.0 KiB | 4.1 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.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| krone.at/ | 205 ms |
| www.krone.at/ | 233 ms |
| www.krone.at/ | 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.
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 |
|---|---|---|
| script-at.iocnt.net/iam.js | 11.5 KiB | 4.0 KiB |
| inline: if(!isBot()) { win… | 4.6 KiB | 2.7 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 |
|---|---|---|
| /css/kroneat.css?decache=90ada6c9f9eb5905c96833c8ab27daf0... | 30.4 KiB | 27.8 KiB |
| 18.4 KiB | 15.5 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
| URL | Transfer Size | Est Savings |
|---|---|---|
| cdn-eu.piano.io/api/tinypass.min.js | 132.1 KiB | 69.2 KiB |
| cdn.cxense.com/cx.js | 37.5 KiB | 23.9 KiB |
| /js/kroneat-parcel.js?decache=2acc7ca15dfacd5bec5bd2d4b29... | 45.2 KiB | 22.9 KiB |
| /js/global.js?decache=3ef12dd4879d081b0b34c7aa177bb43e112... | 30.7 KiB | 22.4 KiB |
| www.krone.at/vendor/swiper/swiper.min.js?v1.0.34451 | 38.8 KiB | 21.3 KiB |
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 | 877 ms |
| Style & Layout | 719 ms |
| Other | 573 ms |
| Rendering | 153 ms |
| Script Parsing & Compilation | 123 ms |
| Parse HTML & CSS | 81 ms |
| Garbage Collection | 27 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
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| The page has an unload handler in a sub frame. | Actionable |
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 | |
|---|---|
Logo div.didomi-popup-notice-text-container > div.didomi-popup-notice-text > p > img.krn-logo | /images/d9f9354.svg?decache=825be6e9d7ac6bfda1e7c1e1321e8... |
Jetzt bei Google Play div.nd__row > div.nd__app-links > a.nd__app-link > img.img-responsive | imgl.krone.at/2023/04/852cafd22f5e870be2a2b264342c2cff25fe8750.png |
Krone Grafik div.box > div.b__imageBox > a.b__link > img.img-responsive | imgl.krone.at/scaled/2935291/va8cff4/full.jpg |
KMM div.box > div.b__imageBox > a.b__link > img.img-responsive | imgl.krone.at/scaled/3499074/v515246/full.jpg |
KMM div.box > div.b__imageBox > a.b__link > img.img-responsive | imgl.krone.at/scaled/3499074/v515246/full.jpg |
KMM div.box > div.b__imageBox > a.b__link > img.img-responsive | imgl.krone.at/scaled/3499074/v515246/full.jpg |
KMM div.row > div.box > div.b__imageBox > img.img-responsive | imgl.krone.at/scaled/3491937/vd4b200/full.jpg |
div.a__outer > a > div.a__img-box > img.img-responsive div.a__outer > a > div.a__img-box > img.img-responsive | imgl.krone.at/scaled/4114838/va58d4e/240x139.jpg |
div.a__outer > a > div.a__img-box > img.img-responsive div.a__outer > a > div.a__img-box > img.img-responsive | imgl.krone.at/scaled/4115084/v5d2d66/240x139 |
div.a__outer > a > div.a__img-box > img.img-responsive div.a__outer > a > div.a__img-box > img.img-responsive | imgl.krone.at/scaled/4115768/vccedcd/240x139.jpg |
Symbol Wolkenlos div.nib__weather-field > a.nib__weather-link > span.nib__weather-icon > img.nib__weather-icon--1 | www.krone.at/bundles/krnfrontendcore/images/weather/icons/01_wolkenlos.svg |
Laden im App Store div.nd__row > div.nd__app-links > a.nd__app-link > img.img-responsive | imgl.krone.at/2023/04/532c656042997c75ea064770420a629699bff93d.svg |
Logo KroneTV div.fp__knobs > div.fp__tv > div.fp__btn-holder-tv > img.fp__icon | /images/7e9f8c2.png?decache=ae021bae3c1cf03d00e780030a3db... |
Logo KroneTV div.fp__knobs > div.fp__radio > div.fp__btn-holder-radio > img.fp__icon | /images/a25b5e1.png?decache=9f39f035e56429b69b9f1d8dcd503... |
Krone Plus Logo div.fa__inner > div.fa__img-box > div.pw__label > img.pw__kroneplus | /images/b59eff3.svg?decache=6f017fb1179e6f79ea9de772a7fe3... |
Krone Plus Logo div.fa__inner > div.fa__img-box > div.pw__label > img.pw__kroneplus | /images/b59eff3.svg?decache=6f017fb1179e6f79ea9de772a7fe3... |
Krone Plus Logo div.fa__content > div.fa__pretitle > div.pw__label > img.pw__kroneplus | /images/b59eff3.svg?decache=6f017fb1179e6f79ea9de772a7fe3... |
Krone Plus Logo div.fa__content > div.fa__pretitle > div.pw__label > img.pw__kroneplus | /images/b59eff3.svg?decache=6f017fb1179e6f79ea9de772a7fe3... |
Krone Plus Logo div.fa__content > div.fa__pretitle > div.pw__label > img.pw__kroneplus | /images/b59eff3.svg?decache=6f017fb1179e6f79ea9de772a7fe3... |
Krone Plus Logo div.fa__inner > div.fa__img-box > div.pw__label > img.pw__kroneplus | /images/b59eff3.svg?decache=6f017fb1179e6f79ea9de772a7fe3... |
Krone Plus Logo div.fa__inner > div.fa__img-box > div.pw__label > img.pw__kroneplus | /images/b59eff3.svg?decache=6f017fb1179e6f79ea9de772a7fe3... |
Krone Plus Logo div.fa__inner > div.fa__img-box > div.pw__label > img.pw__kroneplus | /images/b59eff3.svg?decache=6f017fb1179e6f79ea9de772a7fe3... |
Krone Plus Logo div.fa__inner > div.fa__img-box > div.pw__label > img.pw__kroneplus | /images/b59eff3.svg?decache=6f017fb1179e6f79ea9de772a7fe3... |
Krone Plus Logo div.fa__inner > div.fa__img-box > div.pw__label > img.pw__kroneplus | /images/b59eff3.svg?decache=6f017fb1179e6f79ea9de772a7fe3... |
Krone Plus Logo div.fa__inner > div.fa__img-box > div.pw__label > img.pw__kroneplus | /images/b59eff3.svg?decache=6f017fb1179e6f79ea9de772a7fe3... |
Symbol Live div.col-xs-12 > div.fp__outer > div.fp__live-info > img.fp__stream-icon | /images/3b6db5d.svg?decache=979462b38d1d85ca6c70dd8673c13... |
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.
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 |
|---|
Merkliste div.nd__block > div.nd__row > a.nd__bookmarks-link > span.nd__bookmarks-text |
Benachrichtigungen div.nd__block > div.nd__row > a.nd__push-settings-link > span.nd__push-settings-text |
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.
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 |
|---|
WAC-BOSS IM INTERVIEW a > div.imgteaser__content > div.imgteaser__pretitle > span |
LA LIGA a > div.imgteaser__content > div.imgteaser__pretitle > span |
WATCHLIST CLIPS div.fa__inner > div.fa__content > div.fa__pretitle > span.fa__text |
WATCHLIST CLIPS div.fa__inner > div.fa__content > div.fa__pretitle > span.fa__text |
ANSCHLAG AUF ALTMAN div.fa__inner > div.fa__content > div.fa__pretitle > span.fa__text |
APPLE-CHEF TRITT AB div.fa__inner > div.fa__content > div.fa__pretitle > span.fa__text |
„VOLKSHANDY“ IM TEST div.fa__inner > div.fa__content > div.fa__pretitle > span.fa__text |
Gesund News div.box > div.krn_nl_list > div.nls__content > div.nls__content--title |
Alles rund um die Themen Ernährung, mentale Gesundheit, Schlaf, Ernährung und m… div.box > div.krn_nl_list > div.nls__content > p.nls__content--desc |
These are opportunities to improve the legibility of your content.
Screen reader users rely on frame titles to describe the contents of frames. Learn more about frame titles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.box > div#krn_startseite_banner_ueber_fdt > div.tp-container-inner > iframe#offer_de88c7f81fe7c83dfd3f-0 div.box > div#krn_startseite_banner_ueber_fdt > div.tp-container-inner > iframe#offer_de88c7f81fe7c83dfd3f-0 |
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 |
|---|
Next slide div.nnb__outer > div.nnb__inner > div.simple-swiper > div.slider__button |
krone.tv div.nnb__fixed > div.c_navi-link > div.nl__outer > a.nl__link |
Next slide div.box > div.nt__outer > div.simple-swiper > div.slider__button |
Go to slide 1 div.box > div.ss__outer > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 2 div.box > div.ss__outer > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 3 div.box > div.ss__outer > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 4 div.box > div.ss__outer > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 5 div.box > div.ss__outer > div.swiper-pagination > span.swiper-pagination-bullet |
forum
zum Forum div.wp__wrapper > div.wp__buttons > button.btn > a.wp__btn-link |
These items highlight common accessibility best practices.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Krone PUR bestellen div.didomi-popup-container > div.didomi-popup-view > div#buttons > button#didomi-notice-disagree-button |
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.
Performance issues directly impact user engagement and conversion rates.
| Insecure URL | Request Resolution |
|---|---|
| www.krone.at/ | Allowed |
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) | |
|---|---|---|---|
a > div.a__img-box > div.img-lazy-responsive > img.img-responsive a > div.a__img-box > div.img-lazy-responsive > img.img-responsive | imgl.krone.at/scaled/4114021/va14a55/470x270.jpg | 310 x 175 (1.77) | 470 x 270 (1.74) |
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 |
|---|---|
/sdk/22ecd6bfac93de604efec0b75b2c796ee1675f92/modern/sdk.... line 1, col 168858 | Didomi - Only restriction type 'disallow' is valid for special features |
/sdk/22ecd6bfac93de604efec0b75b2c796ee1675f92/modern/sdk.... line 1, col 78195 | Didomi - Only restriction type 'disallow' is valid for special features |
/sdk/22ecd6bfac93de604efec0b75b2c796ee1675f92/modern/sdk.... line 1, col 168739 | Didomi - Only vendor restriction type 'all' is valid for special features |
/sdk/22ecd6bfac93de604efec0b75b2c796ee1675f92/modern/sdk.... line 1, col 78076 | Didomi - Only vendor restriction type 'all' is valid for special features |
Undefined method setLogLevel |
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.
Descriptive link text helps search engines understand your content. Learn how to make links more accessible.
Performance issues directly impact user engagement and conversion rates.
| Link destination | Link Text |
|---|---|
| www.krone.at/3350979 | hier |
Format your HTML in a way that enables crawlers to better understand your app’s content.
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 |
|---|
Abmelden div.dropdown > ul.nd__auth-dropdown > li > a.nd__auth-option |
Abmelden div.dropdown > ul.nib__auth-dropdown > li > a.nib__auth-option |
To appear in search results, crawlers need access to your app.
Send Feedback