domeinflits.nl
Beter dan 68% (landelijk)
Beter dan 55% (landelijk)
Beter dan 18% (landelijk)
Beter dan 59% (landelijk)
Machineleesbare verificatie: /api/verify/domeinflits.nl
Gekeurd op 8 augustus 2026 · 17 pagina's gecontroleerd · 7 verbeterpunten gevonden
Score door de tijd
Elke keuring en herkeuring telt: dit is het verloop van de gemiddelde score per scandag.
Scan-tijdlijn
Scores per pijler over recente scans. Methodiekwijzigingen (andere engine-versie) staan bij het punt.
8 augustus 2026 · Full audit
Engine unknown
83Snelheid 98Veiligheid 76Mobiel 100Toegankelijkheid 598 juli 2026 · Full audit
90Snelheid 98Veiligheid 63Mobiel 100Toegankelijkheid 97
Volledig keurmerkrapport
Onderdeel van het WebYes-keurmerk: naast de vier pijlers keuren we ook SEO, structured data, content, links, privacy en AI-vindbaarheid. Deze extra categorieën tellen niet mee in de keurmerkscore.
Onderzochte pagina's
Steekproef van 15 pagina's (niet elke URL op de site).
- https://domeinflits.nl/
- https://domeinflits.nl/contact
- https://domeinflits.nl/tools
- https://domeinflits.nl/prijzen
- https://domeinflits.nl/kennisbank
- https://domeinflits.nl/account
- https://domeinflits.nl/vandaag-vrij
- https://domeinflits.nl/binnenkort-vrij
- https://domeinflits.nl/hoogste-dr
- https://domeinflits.nl/categorie
- https://domeinflits.nl/beste-drops
- https://domeinflits.nl/tools/dr-checker
- https://domeinflits.nl/tools/domein-geschiedenis
- https://domeinflits.nl/tools/wayback-preview
- https://domeinflits.nl/api-docs
Verschil met vorige audit
8 juli 2026 → 8 augustus 2026
Opgelost (2)
- Cookie `Next-Locale` is set on an HTTPS page without the Secure flag.https://domeinflits.nl/
- Likely LCP image is missing `fetchpriority="high"`.https://domeinflits.nl/kennisbank
Nieuw (2)
- 1 focusable element(s) have aria-hidden="true", making them invisible to screen readers but still reachable via keyboard.https://domeinflits.nl/
- robots.txt Disallow lines reveal sensitive paths: /admin/.https://domeinflits.nl/robots.txt
Bevindingen
- FoutToegankelijkheidAutomatisch gecontroleerd
1 <input> element(s) have no associated label, aria-label, or aria-labelledby.
Associate a <label for="inputId"> or add aria-label="..." to every visible form input.
Zo los je het op
Koppel elk formulierveld aan een label via for/id, of gebruik aria-label. Een placeholder alleen is niet genoeg: die verdwijnt zodra iemand typt.
- FoutToegankelijkheidAutomatisch gecontroleerd
1 focusable element(s) have aria-hidden="true", making them invisible to screen readers but still reachable via keyboard.
Remove aria-hidden from focusable elements, or add tabindex="-1" to also remove them from the tab order.
Zo los je het op
Elementen met aria-hidden="true" zijn nog steeds focusbaar met het toetsenbord. Haal ze ook uit de tabvolgorde (tabindex="-1") of verberg ze echt.
- WaarschuwingSnelheid
HTML document is 797 KB (budget: 488.28125 KB).
Large HTML payloads delay First Contentful Paint on slow connections. Server-render only above-the-fold content and lazy-load the rest, or paginate long listing pages. In Next.js, use streaming with `loading.tsx` to flush the shell early.
Zo los je het op
Je HTML-document is fors groter dan nodig. Grote boosdoeners zijn meestal inline CSS of JSON-data in de pagina; verplaats die naar aparte bestanden of laad ze pas als het nodig is.
- WaarschuwingVeiligheid
No Content-Security-Policy header — XSS / clickjacking surface is wide open.
Start with a strict-dynamic CSP using nonces: `Content-Security-Policy: script-src 'nonce-<...>' 'strict-dynamic'; object-src 'none'; base-uri 'self'; frame-ancestors 'self'`. Roll out in `Content-Security-Policy-Report-Only` first to catch violations.
Zo los je het op
Voeg een Content-Security-Policy header toe die vastlegt welke bronnen scripts en stijlen mogen laden. Begin desnoods met een rapporterende policy (Content-Security-Policy-Report-Only) en scherp die daarna aan.
- WaarschuwingSpam-signalen
Term "inzetten" appears unusually often (21×, 8% of words).
Rewrite for natural language — repeated exact-match phrases can trigger spam classifiers.
- InfoVeiligheid
No `/.well-known/security.txt` published.
Publish a `security.txt` (RFC 9116) at `/.well-known/security.txt`. Even a one-line `Contact: mailto:[email protected]` plus an `Expires:` date is enough; it gives white-hat researchers somewhere to send reports instead of giving up.
Zo los je het op
Plaats een security.txt op /.well-known/security.txt met een contactadres voor beveiligingsmeldingen. Zo weten onderzoekers waar ze een lek kunnen melden.
- InfoVeiligheid
Missing `Cross-Origin-Embedder-Policy`. Cross-origin isolation lets you use SharedArrayBuffer and high-resolution timers safely.
Send `Cross-Origin-Opener-Policy: same-origin` and `Cross-Origin-Embedder-Policy: require-corp`. Note this requires every embedded resource to send `Cross-Origin-Resource-Policy`.
Zo los je het op
Voeg Cross-Origin-Opener-Policy: same-origin toe (en waar mogelijk Cross-Origin-Embedder-Policy). Dit isoleert je site van vensters die door andere origins zijn geopend.
- InfoVeiligheid
robots.txt Disallow lines reveal sensitive paths: /admin/.
Listing a path under `Disallow:` doesn't hide it — it advertises it. Either move the resource behind auth and remove the Disallow line, or stop linking the path entirely so it never gets indexed.
- InfoSEO on-page
Meta description is slightly over the recommended length (165 chars, max 160).
- InfoSEO on-page
Page declares noindex; it will not be indexed.
Remove noindex if this page should appear in search results.
- InfoStructured data
Page has no JSON-LD structured data in the initial HTML.
Server-render JSON-LD in the HTML response. If this is currently injected after hydration (for example with next/script afterInteractive), static crawlers and AI bots may not see it.
- InfoContent
Text-to-HTML ratio is 1.6% (target ≥ 2%).
Very low ratios usually mean the hydration payload, inline RSC blob or a vendor script is bigger than the rendered prose. Inspect the largest scripts and externalise or split them.
- InfoTechniek
Crawl stopped at the max-pages limit (15); 289 sitemap URLs were not visited but might still be reachable.
Re-run with `--max-pages 2000` (or higher) before trusting orphan-from-sitemap counts.
- InfoKwaliteitsindruk
Homepage has no `<link rel="icon">` — browsers will request /favicon.ico which may 404.
Add a custom favicon that reflects your brand. A missing favicon causes extra 404 log noise and looks unprofessional in browser tabs and bookmarks.
- InfoPrivacy
1 phone-shaped string(s) appear in main content. Examples: 866341225.
If the phone numbers are intentional public contact info, ignore this finding. If they're personal numbers (employees, customer testimonials), redact or replace with a routing alias.
Meer uit het keurmerkregister
Andere websites met een actief WebYes-keurmerk. Elk rapport is openbaar en op dezelfde vier pijlers gekeurd.