Mobile 375 × 812

Desktop 1440 × 900

Score: 69 / 100
Based on 8 categories, 0 sections
Your load time meets Google's 'Good' threshold — fine-tuning can still help.
Several missing protections leave your users and data exposed.
Major barriers for users with disabilities — up to 15% of your audience.
Well-optimized for search — your content is discoverable.
Good server performance with room for optimization.
Several regulatory requirements are not yet met.
Good content signals with minor gaps.
Reasonable footprint with room for optimization.
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.
/.svn/entries is publicly accessible
Security gaps expose your site and users to attacks, eroding trust.
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.
2 image-in-link without alt text
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/c16875e8-28a6-43bb-aae4-4e82349f27b6)<a href="https://beavercheck.com/results/c16875e8-28a6-43bb-aae4-4e82349f27b6"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fdict.cc" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fdict.ccThis badge auto-updates with your latest scan result.
Your site has several issues that may be affecting user experience and business outcomes. Accessibility issues exclude users who rely on assistive technology — an estimated 15% of your potential audience. Addressing the critical issues below would have the most immediate impact on your user trust.
8 barrier(s) likely increasing bounce by ~20%.
High main-thread blocking time
+2% bouncePage is non-interactive for 586ms after first paint
Fix: Defer third-party scripts and split large bundles
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
4 form field(s) without a label
+6% bounceScreen readers skip unlabeled fields; autofill can't identify them; checkout abandonment spikes
Fix: Associate every input with a visible <label for="…">; add autocomplete attributes
No Open Graph tags
+2% bounceLinks shared on LinkedIn / Slack / Facebook show bare URLs — referral clicks drop
Fix: Add og:title, og:description, og:image, og:url to the page head
5 link(s) with generic text ("click here", "read more")
+1% bounceScreen-reader users navigating by link list see no context — and search engines can't infer relevance
Fix: Rewrite with descriptive phrases that identify the destination
No skip-to-content link
+1% bounceKeyboard and screen-reader users must tab through the entire header on every page
Fix: Add a visible-on-focus <a href="#main">Skip to content</a> as the first focusable element
1 broken link(s) on the page
+2% bounceClicks land on 404s — trust drops and the session often ends
Fix: Fix or remove the broken destinations surfaced on the Content tab
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
€315 investment → €0.26/month returns + EUR 120,500,000 risk avoided
€315
4h · 5 findings
€0.26 /mo
~€3.16 / year
EUR 120,500,000
if kept compliant
€180 — 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.
3.5 developer hours at €90/hr
Based on Germany rates (€90/hr)
Start here for the best return on investment
€10,041,667 / month at risk
~€120,500,003 / year if left unfixed
€120,500,000
+13 more
€0.26 /mo
3550.9 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.
1.69 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.69 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
586 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
1.69 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.
10.05 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
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.
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.
| Request | Cache TTL | Transfer Size |
|---|---|---|
| c.amazon-adsystem.com/aax2/apstag.js | 3600.0 s | 91.0 KiB |
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 |
|---|---|
| m.dict.cc/sprites.css?v=22 | 1.3 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 |
|---|---|
| dict.cc/ | 836 ms |
| m.dict.cc/deen/ | 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.
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 |
|---|---|---|---|
| Unattributable | 263 ms | 17 ms | 0.0 ms |
| cdn.snigelweb.com/prebid/9.43.0/prebid.js?v=18478-1776679187844 | 255 ms | 204 ms | 51 ms |
| m.dict.cc/deen/ | 234 ms | 13 ms | 3.9 ms |
| /pagead/managed/js/gpt/m202604160201/pubads_impl.js | 211 ms | 160 ms | 49 ms |
| www.googletagmanager.com/gtag/js?id=G-QGHHZZFXXG | 190 ms | 148 ms | 41 ms |
| adengine.snigelweb.com/dict.cc/18478-1776679187844/adngin.js | 166 ms | 146 ms | 17 ms |
| cdn.snigelweb.com/adconsent/91/adconsent__tcfapi.js | 139 ms | 117 ms | 3.8 ms |
| cdn.snigelweb.com/adengine/dict.cc/loader.js | 124 ms | 115 ms | 2.1 ms |
| fundingchoicesmessages.google.com/i/22152718?ers=3 | 81 ms | 76 ms | 1.8 ms |
| securepubads.g.doubleclick.net/tag/js/gpt.js?network-code=22152718 | 73 ms | 63 ms | 8.6 ms |
| cdn1.anonymised.io/light/bundle.js?v=1.8.54 | 52 ms | 40 ms | 9.2 ms |
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| m.dict.cc/main.js?version=38 | 24.1 KiB | 3.6 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.snigelweb.com/prebid/9.43.0/prebid.js?v=18478-1776679187844 | 198.0 KiB | 150.2 KiB |
| /pagead/managed/js/gpt/m202604160201/pubads_impl.js | 187.7 KiB | 137.1 KiB |
| c.amazon-adsystem.com/aax2/apstag.js | 90.5 KiB | 89.0 KiB |
| www.googletagmanager.com/gtag/js?id=G-QGHHZZFXXG | 162.0 KiB | 65.3 KiB |
| adengine.snigelweb.com/dict.cc/18478-1776679187844/adngin.js | 65.9 KiB | 37.0 KiB |
| cdn1.anonymised.io/light/auth.js?v=1.8.54 | 27.0 KiB | 23.3 KiB |
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 | |
|---|---|
Website CMP logo div.sn-logo > div.sn-inner-logo > div#sn-back > img | www.dict.cc/img/logo-dcc3.png |
More information about the performance of your application. These numbers don't directly affect the Performance score.
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
dict.cc div#h1-logo-and-search > div#h1-searchtools > div#h1-mobile-header-top > div#h1-mobile-logo |
DE/EN div#h1-searchtools > div#h1-mobile-header-top > div#h1-mobile-choose-lang > div#h1-mobile-langmenubut |
Suche starten div#maincontent > div#home_text > div > div |
BG div#home_text > div > div > a.button1 |
BS div#home_text > div > div > a.button1 |
CS div#home_text > div > div > a.button1 |
DA div#home_text > div > div > a.button1 |
EL div#home_text > div > div > a.button1 |
EN div#home_text > div > div > a.button1 |
EO div#home_text > div > div > a.button1 |
ES div#home_text > div > div > a.button1 |
FI div#home_text > div > div > a.button1 |
FR div#home_text > div > div > a.button1 |
HR div#home_text > div > div > a.button1 |
HU div#home_text > div > div > a.button1 |
IS div#home_text > div > div > a.button1 |
IT div#home_text > div > div > a.button1 |
LA div#home_text > div > div > a.button1 |
NL div#home_text > div > div > a.button1 |
NO div#home_text > div > div > a.button1 |
PL div#home_text > div > div > a.button1 |
PT div#home_text > div > div > a.button1 |
RO div#home_text > div > div > a.button1 |
RU div#home_text > div > div > a.button1 |
SK div#home_text > div > div > a.button1 |
SQ div#home_text > div > div > a.button1 |
SR div#home_text > div > div > a.button1 |
SV div#home_text > div > div > a.button1 |
TR div#home_text > div > div > a.button1 |
UK div#home_text > div > div > a.button1 |
Alle div#home_text > div > div > a.button1 |
These are opportunities to improve the legibility of your content.
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Learn more why you are seeing this div.sn-inner > div.sn-content > div.sn-tabs > h3 |
These are opportunities to improve keyboard navigation in your application.
If a page doesn't specify a `lang` attribute, a screen reader assumes that the page is in the default language that the user chose when setting up the screen reader. If the page isn't actually in the default language, then the screen reader might not announce the page's text correctly. Learn more about the `lang` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These are opportunities to improve the interpretation of your content by users in different locales.
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 |
|---|---|
c.amazon-adsystem.com/aax2/apstag.js line 1, col 6076 | Uncaught Error: Unauthorized |
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
Cookie-Einstellungen div#maincontent > div#home_text > div > a |
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.
915 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.16 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
13 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.001
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
988 ms
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
2.44 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
HTTP/2 and HTTP/3 offer many benefits over HTTP/1.1, such as multiplexing. Learn more about using modern HTTP.
Performance issues directly impact user engagement and conversion rates.
| URL | Protocol |
|---|---|
| www4.dict.cc/inc/dict.css?version=296 | http/1.1 |
| www4.dict.cc/inc/dict.js.utf8.php?version=773 | http/1.1 |
| www4.dict.cc/img/s3.gif | http/1.1 |
| www4.dict.cc/img/l2.gif | http/1.1 |
| www4.dict.cc/img/l1.gif | http/1.1 |
| www4.dict.cc/img/ic_speech1.gif | http/1.1 |
| www4.dict.cc/img/hr4.gif | http/1.1 |
| www4.dict.cc/img/flags/us.png | http/1.1 |
| www4.dict.cc/img/flags/de.png | http/1.1 |
| www4.dict.cc/img/flags/ba.png | http/1.1 |
| www4.dict.cc/img/flags/gb.png | http/1.1 |
| www4.dict.cc/img/plus.gif | http/1.1 |
| www4.dict.cc/img/flags/ru.png | http/1.1 |
| www4.dict.cc/img/flags/it.png | http/1.1 |
| www4.dict.cc/img/bg_langbar.jpg | http/1.1 |
| www4.dict.cc/img/bg_orangebar.gif | http/1.1 |
| www4.dict.cc/img/bg_subnav.gif | http/1.1 |
| www4.dict.cc/img/favicons/favicon4.png | http/1.1 |
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 |
|---|---|---|
| www4.dict.cc/inc/dict.js.utf8.php?version=773 | 38.0 KiB | 358 ms |
| www4.dict.cc/inc/dict.css?version=296 | 2.4 KiB | 289 ms |
| www.dict.cc/inc/gen/langpairs_1_1774632212.js.php | 2.7 KiB |
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
| Request | Cache TTL | Transfer Size |
|---|---|---|
| c.amazon-adsystem.com/aax2/apstag.js | 3600.0 s | 91.0 KiB |
| www.dict.cc/img/Flag_of_Ukraine.svg | 0.0 ms | 304 B |
| ad-delivery.net/px.gif?ch=2 | 86400.0 s | 615 B |
| ad-delivery.net/px.gif?ch=1 | 86400.0 s | 109 B |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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.snigelweb.com/prebid/9.43.0/prebid.js?v=18478-1776679187844 | 198.0 KiB | 150.2 KiB |
| /pagead/managed/js/gpt/m202604170101/pubads_impl.js?cb=31... | 187.4 KiB | 135.4 KiB |
| c.amazon-adsystem.com/aax2/apstag.js | 90.5 KiB | 89.0 KiB |
| www.googletagmanager.com/gtag/js?id=G-QGHHZZFXXG | 162.0 KiB | 66.9 KiB |
| adengine.snigelweb.com/dict.cc/18478-1776679187844/adngin.js | 66.3 KiB | 37.1 KiB |
| pagead2.googlesyndication.com/pagead/js/adsbygoogle.js | 54.1 KiB | 35.2 KiB |
| www4.dict.cc/inc/dict.js.utf8.php?version=773 | 37.7 KiB | 30.6 KiB |
| cdn1.anonymised.io/light/auth.js?v=1.8.54 | 27.0 KiB | 23.2 KiB |
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| www4.dict.cc/inc/dict.js.utf8.php?version=773 | 37.7 KiB | 7.2 KiB |
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 | |
|---|---|
Website CMP logo div.sn-logo > div.sn-inner-logo > div#sn-back > img | www.dict.cc/img/logo-dcc3.png |
BOSNIA AND HERZEGOVINA div > a.noline > b > img | www4.dict.cc/img/flags/ba.png |
UNITED STATES div > a.noline > b > img | www4.dict.cc/img/flags/us.png |
GREAT BRITAIN div > a.noline > b > img | www4.dict.cc/img/flags/gb.png |
GERMANY div > a.noline > b > img | www4.dict.cc/img/flags/de.png |
GERMANY div > a.noline > b > img | www4.dict.cc/img/flags/de.png |
GERMANY div > a.noline > b > img | www4.dict.cc/img/flags/de.png |
GERMANY div > a.noline > b > img | www4.dict.cc/img/flags/de.png |
GERMANY div > a.noline > b > img | www4.dict.cc/img/flags/de.png |
GERMANY div > a.noline > b > img | www4.dict.cc/img/flags/de.png |
GERMANY div > a.noline > b > img | www4.dict.cc/img/flags/de.png |
tbody > tr > td > img tbody > tr > td > img | www4.dict.cc/img/l2.gif |
tbody > tr > td > img tbody > tr > td > img | www4.dict.cc/img/l2.gif |
div > div > a.noline > img#icexplanation div > div > a.noline > img#icexplanation | www4.dict.cc/img/plus.gif |
More information about the performance of your application. These numbers don't directly affect the Performance score.
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 |
|---|---|
| dict.cc/ | 282 ms |
| www.dict.cc/ | 0.0 ms |
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
dict.cc div > b > i > a.notranslate |
English-German Dictionary tbody > tr > td > h1.mainheadline |
tr > td > div.noli666 > input.inp1 tr > td > div.noli666 > input.inp1 |
{adv} tr > td.td3nl > a > var |
econ. tbody > tr > td.td4nl > dfn |
jobs tbody > tr > td.td4nl > dfn |
dict.cc: English-German
and Multilingual Dictionary body > div#maincontent > div > h2 |
Multilingual div#maincontent > div > h2 > a |
2025-11-14: div#maincontent > div > div.news > em |
2025-11-06: div#maincontent > div > div.news > em |
2025-05-28: div#maincontent > div > div.news > em |
2025-03-15: div#maincontent > div > div.news > em |
English-German dictionary developed to help you share your knowledge with other… body > div#maincontent > div.aftertable |
More information body > div#maincontent > div.aftertable > a |
Questions and Answers body > div#maincontent > div.aftertable > a |
Advertisement div#maincontent > div#recthomebot > div > span.noline |
These are opportunities to improve the legibility of your content.
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Learn more why you are seeing this div.sn-inner > div.sn-content > div.sn-tabs > h3 |
These are opportunities to improve keyboard navigation in your application.
If a page doesn't specify a `lang` attribute, a screen reader assumes that the page is in the default language that the user chose when setting up the screen reader. If the page isn't actually in the default language, then the screen reader might not announce the page's text correctly. Learn more about the `lang` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These are opportunities to improve the interpretation of your content by users in different locales.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div > div > a > img div > div > a > img |
div > div > a > img div > div > a > img |
div#maincontent > div > div.news > img div#maincontent > div > div.news > img |
div#maincontent > div > div.news > img div#maincontent > div > div.news > img |
Labels ensure that form controls are announced properly by assistive technologies, like screen readers. Learn more about form element labels.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
tr > td > div.noli666 > input#sinp tr > td > div.noli666 > input#sinp |
Form elements without effective labels can create frustrating experiences for screen reader users. Learn more about the `select` element.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
DE <> EN
DE –> EN
EN –> DE
-----
DE <> EN
-----
DE <> BG
DE <> BS
DE <> CS
DE <… td > div.noli666 > div > select#lpddbsf |
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
tbody > tr > td.td2nl > a tbody > tr > td.td2nl > a |
tbody > tr > td.td2nl > a tbody > tr > td.td2nl > a |
div > div > div > a div > div > div > a |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
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 |
|---|
Home body > div#maincontent > div.orangebar > a |
New Website body > div#maincontent > div.orangebar > a |
About body > div#maincontent > div.orangebar > a |
Users body > div#maincontent > div.orangebar > a |
Contribute! body > div#maincontent > div.orangebar > a |
00:42 tr > td.td4nl > b > a |
sweet {adj} [cute] tbody > tr > td.td4nl > a |
gra tr > td.td4nl > b > a |
Vee tr > td.td4nl > b > a |
00:32 tr > td.td3nl > b > a |
jdn./etw. aus dem Weg räumen [ugs.] [Redewendung] tbody > tr > td.td3nl > a |
BHM tr > td.td3nl > b > a |
pol tr > td.td3nl > b > a |
04-22 tr > td.td3nl > b > a |
per fortnight {adv} [esp. Br.] tbody > tr > td.td3nl > a |
nit tr > td.td3nl > b > a |
pol tr > td.td3nl > b > a |
04-22 tr > td.td4nl > b > a |
jdn. abwerben [z. B. Kunden] tbody > tr > td.td4nl > a |
nit tr > td.td4nl > b > a |
pol tr > td.td4nl > b > a |
Voice: tr > td.td2nl > b > a |
These items highlight common accessibility best practices.
Screen readers have features to make navigating tables easier. Ensuring that tables use the actual caption element instead of cells with the `[colspan]` attribute may improve the experience for screen reader users. Learn more about captions.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
1
4870
polarjud
GreatFallsStatistics...
2
4214
Halmafelix
3
316… body > div#maincontent > div > table.nopad |
Screen readers have features to make navigating tables easier. Ensuring that `<td>` elements in a large table (3 or more cells in width and height) have an associated table header may improve the experience for screen reader users. Learn more about table headers.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Time English German Checked by
00:42 sweet {adj} [cute] mausig [ugs.] gra Vee p… body > div#maincontent > table |
Specifying a doctype prevents the browser from switching to quirks-mode. Learn more about the doctype declaration.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|
c.amazon-adsystem.com/aax2/apstag.js line 1, col 6076 | Uncaught Error: Unauthorized |
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.dict.cc/latest-verifications.php | More |
| www.dict.cc/?s=about%3A | More information |
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div > div > a > img div > div > a > img |
div > div > a > img div > div > a > img |
div#maincontent > div > div.news > img div#maincontent > div > div.news > img |
div#maincontent > div > div.news > img div#maincontent > div > div.news > img |
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 |
|---|
Cookie Settings tbody > tr > td.td1 > a |
To appear in search results, crawlers need access to your app.
Send Feedback