prefers-color-scheme: darkFocus your efforts on these pages to make the biggest impact (combined scanner unique failures):
| Page | axe Unique | ALFA Unique | Equal Access Unique | AccessLint Unique | QualWeb | Total Unique | Page Title |
|---|---|---|---|---|---|---|---|
| View Page | 0 | 3 | 7 | 0 | 229 | 239 | Topics | Government.nl |
| View Page | 0 | 8 | 18 | 0 | 51 | 77 | Situation Middle East: updates from the Ministry of Foreign Affairs | Weblogs | Government.nl |
| View Page | 0 | 4 | 7 | 0 | 45 | 56 | Family, health and care | Government.nl |
| View Page | 0 | 10 | 19 | 0 | 20 | 49 | Documents | Government.nl |
| View Page | 0 | 4 | 7 | 0 | 37 | 48 | Justice, security and defence | Government.nl |
| View Page | 0 | 7 | 17 | 0 | 20 | 44 | Latest | Government.nl |
| View Page | 0 | 11 | 11 | 0 | 22 | 44 | Ministry of Foreign Affairs | Government.nl |
| View Page | 0 | 5 | 8 | 0 | 30 | 43 | Requirements for ID photos | Identification documents | Government.nl |
| View Page | 0 | 3 | 6 | 0 | 33 | 42 | Sitemap | Government.nl |
| View Page | 0 | 4 | 9 | 0 | 23 | 36 | Government and democracy | Government.nl |
These ALFA accessibility issues appear most frequently across your pages:
| Rule | Pages Affected | Documentation |
|---|---|---|
| SIA-R111: Interactive elements have a sufficient target size | 58 of 58 | View Rule |
| SIA-R66: Text has enhanced contrast with its background | 58 of 58 | View Rule |
| SIA-R73: Text spacing can be adjusted without loss of content | 58 of 58 | View Rule |
| SIA-R78: Headings of same level have text content between them | 6 of 58 | View Rule |
| SIA-R53: Headings follow a logical hierarchy | 4 of 58 | View Rule |
| SIA-R17 | 3 of 58 | View Rule |
| SIA-R61 | 2 of 58 | View Rule |
| SIA-R113 | 2 of 58 | View Rule |
| SIA-R85 | 2 of 58 | View Rule |
| SIA-R56: Landmarks with the same role are distinguishable | 1 of 58 | View Rule |
💡 Tip: Click on the rule documentation links to learn how to fix each issue.
These axe accessibility issues appear most frequently across your pages:
| Rule | Pages Affected | Documentation |
|---|---|---|
| heading-order | 4 of 58 | View Rule |
| link-name | 3 of 58 | View Rule |
| aria-hidden-focus | 3 of 58 | View Rule |
| landmark-unique | 1 of 58 | View Rule |
| page-has-heading-one | 1 of 58 | View Rule |
💡 Tip: Click on the rule documentation links to learn how to fix each issue. Consider fixing the most common issues first for maximum impact.
🤖 Future Enhancement: This report will soon include AI-powered fix suggestions for authenticated GitHub users (opt-in only, no auto-run AI).
These HTML patterns cause the same accessibility errors across multiple pages. Fix the pattern once in your codebase to fix it everywhere!
Scanner: ALFA Rule: SIA-R111: Interactive elements have a sufficient target size Issue: Target has insufficient size
HTML Pattern:
<a href="/contact">Contact</a>
XPath (use in browser DevTools):
/a
How to Replicate:
$x('/a')Affected Pages:
Scanner: ALFA Rule: SIA-R111: Interactive elements have a sufficient target size Issue: Target has insufficient size
HTML Pattern:
<a href="/rss">RSS</a>
XPath (use in browser DevTools):
/a
How to Replicate:
$x('/a')Affected Pages:
Scanner: ALFA Rule: SIA-R111: Interactive elements have a sufficient target size Issue: Target has insufficient size
HTML Pattern:
<a href="/sitemap">Sitemap</a>
XPath (use in browser DevTools):
/a
How to Replicate:
$x('/a')Affected Pages:
Scanner: ALFA Rule: SIA-R111: Interactive elements have a sufficient target size Issue: Target has insufficient size
HTML Pattern:
<a href="/help">Help</a>
XPath (use in browser DevTools):
/a
How to Replicate:
$x('/a')Affected Pages:
Scanner: ALFA Rule: SIA-R111: Interactive elements have a sufficient target size Issue: Target has insufficient size
HTML Pattern:
<a href="/archive">Archive</a>
XPath (use in browser DevTools):
/a
How to Replicate:
$x('/a')Affected Pages:
Scanner: ALFA Rule: SIA-R111: Interactive elements have a sufficient target size Issue: Target has insufficient size
HTML Pattern:
<a href="/copyright">Copyright</a>
XPath (use in browser DevTools):
/a
How to Replicate:
$x('/a')Affected Pages:
Scanner: ALFA Rule: SIA-R111: Interactive elements have a sufficient target size Issue: Target has insufficient size
HTML Pattern:
<a href="/privacy">Privacy</a>
XPath (use in browser DevTools):
/a
How to Replicate:
$x('/a')Affected Pages:
Scanner: ALFA Rule: SIA-R111: Interactive elements have a sufficient target size Issue: Target has insufficient size
HTML Pattern:
<a href="/cookies">Cookies</a>
XPath (use in browser DevTools):
/a
How to Replicate:
$x('/a')Affected Pages:
Scanner: ALFA Rule: SIA-R111: Interactive elements have a sufficient target size Issue: Target has insufficient size
HTML Pattern:
<a href="/accessibility">Accessibility</a>
XPath (use in browser DevTools):
/a
How to Replicate:
$x('/a')Affected Pages:
Scanner: ALFA Rule: SIA-R111: Interactive elements have a sufficient target size Issue: Target has insufficient size
HTML Pattern:
<a href="/reporting-a-vulnerability">Report vulnerability</a>
XPath (use in browser DevTools):
/a
How to Replicate:
$x('/a')Affected Pages:
Scanner: ALFA Rule: SIA-R73: Text spacing can be adjusted without loss of content Issue: The line height of the paragraph is less than 1.5
HTML Pattern:
<p id="languageMenuLabel" class="languages__label">This website in other languages:</p>
XPath (use in browser DevTools):
/p[@id="languageMenuLabel"]
How to Replicate:
$x('/p[@id="languageMenuLabel"]')Affected Pages:
Scanner: ALFA Rule: SIA-R111: Interactive elements have a sufficient target size Issue: Target has insufficient size
HTML Pattern:
<a href="/">Home</a>
XPath (use in browser DevTools):
/a
How to Replicate:
$x('/a')Affected Pages:
Scanner: ALFA Rule: SIA-R73: Text spacing can be adjusted without loss of content Issue: The line height of the paragraph is less than 1.5
HTML Pattern:
<p>...</p>
XPath (use in browser DevTools):
/p
How to Replicate:
$x('/p')Affected Pages:
Scanner: ALFA Rule: SIA-R111: Interactive elements have a sufficient target size Issue: Target has insufficient size
HTML Pattern:
<a href="/topics">Topics</a>
XPath (use in browser DevTools):
/a
How to Replicate:
$x('/a')Affected Pages:
Scanner: ALFA Rule: SIA-R111: Interactive elements have a sufficient target size Issue: Target has insufficient size
HTML Pattern:
<a href="/ministries/ministry-of-general-affairs">Ministry of General Affairs</a>
XPath (use in browser DevTools):
/a
How to Replicate:
$x('/a')Affected Pages:
💡 Pro Tip: These patterns likely come from shared components or templates in your codebase. Fix them in the component/template source, and the fix will propagate to all affected pages.
Complete scan results for all tested pages:
| Submitted URL | Final URL | Status | HTTP | Redirected | Time (ms) | axe Unique | ALFA Unique | Equal Access Unique | AccessLint Unique | Duplicates | Notes |
|---|---|---|---|---|---|---|---|---|---|---|---|
| https://government.nl/ | https://www.government.nl/ | OK | 200 | yes | 23516 | 2 | 6 | 18 | 0 | 61 | page.addScriptTag: Executing inline script violates the following Content Security Policy directive ‘script-src ‘self’ ‘nonce-OWVjMDU3YmRkM2VjNGYwYjg2ZmM5YWIzNzlkODU3YTc=’ https://.platformrijksoverheid.nl https://.rijksoverheid.nl https://*.contenttoolsrijksoverheid.nl’. Either the ‘unsafe-inline’ keyword, a hash (‘sha256-iLB/qGn2fKTfTYFKNKTMDW4mWOq+TwpFIWKi5guSmvk=’), or a nonce (‘nonce-…’) is required to enable inline execution. The action has been blocked. |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content) | |||||||||||
| axe failed rules: landmark-unique, link-name | |||||||||||
| Equal Access failed rules: aria_complementary_labelled, aria_navigation_label_unique, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, figure_label_exists, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, text_block_heading, text_contrast_sufficient | |||||||||||
| https://government.nl/accessibility | https://www.government.nl/accessibility | OK | 200 | yes | 13426 | 0 | 6 | 9 | 0 | 35 | page.addScriptTag: Executing inline script violates the following Content Security Policy directive ‘script-src ‘self’ ‘nonce-N2Q4YzUxMWIyMjMxNGI4OGFmMGY5MzAxMDZjNTNkNzU=’ https://.platformrijksoverheid.nl https://.rijksoverheid.nl https://*.contenttoolsrijksoverheid.nl’. Either the ‘unsafe-inline’ keyword, a hash (‘sha256-iLB/qGn2fKTfTYFKNKTMDW4mWOq+TwpFIWKi5guSmvk=’), or a nonce (‘nonce-…’) is required to enable inline execution. The action has been blocked. |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R78 (Headings of same level have text content between them) | |||||||||||
| Equal Access failed rules: aria_complementary_labelled, aria_form_label_unique, element_tabbable_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable | |||||||||||
| https://government.nl/contact/public-information-service | https://www.government.nl/contact/public-information-service | OK | 200 | yes | 13040 | 0 | 5 | 9 | 0 | 39 | page.addScriptTag: Executing inline script violates the following Content Security Policy directive ‘script-src ‘self’ ‘nonce-YzlkNGFmMzZkNWM3NDhjNjlhMjNmZjE2NzMwODU5YWY=’ https://.platformrijksoverheid.nl https://.rijksoverheid.nl https://*.contenttoolsrijksoverheid.nl’. Either the ‘unsafe-inline’ keyword, a hash (‘sha256-iLB/qGn2fKTfTYFKNKTMDW4mWOq+TwpFIWKi5guSmvk=’), or a nonce (‘nonce-…’) is required to enable inline execution. The action has been blocked. |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content) | |||||||||||
| Equal Access failed rules: aria_complementary_labelled, aria_form_label_unique, element_tabbable_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable | |||||||||||
| https://government.nl/reporting-a-vulnerability | https://www.government.nl/reporting-a-vulnerability | OK | 200 | yes | 12726 | 0 | 4 | 9 | 0 | 17 | page.addScriptTag: Executing inline script violates the following Content Security Policy directive ‘script-src ‘self’ ‘nonce-MGEyNmZkZjYxNmQ1NDQ4ZTg0MmZjZGM4NjhjZjZlNGY=’ https://.platformrijksoverheid.nl https://.rijksoverheid.nl https://*.contenttoolsrijksoverheid.nl’. Either the ‘unsafe-inline’ keyword, a hash (‘sha256-iLB/qGn2fKTfTYFKNKTMDW4mWOq+TwpFIWKi5guSmvk=’), or a nonce (‘nonce-…’) is required to enable inline execution. The action has been blocked. |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content) | |||||||||||
| Equal Access failed rules: aria_complementary_labelled, aria_form_label_unique, element_tabbable_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable | |||||||||||
| https://government.nl/contact | https://www.government.nl/contact | OK | 200 | yes | 12849 | 0 | 6 | 9 | 0 | 31 | page.addScriptTag: Executing inline script violates the following Content Security Policy directive ‘script-src ‘self’ ‘nonce-ODU0MGE2YjJmMDliNGNmZDgxZjQ2NDg5ZDg2ODExMjI=’ https://.platformrijksoverheid.nl https://.rijksoverheid.nl https://*.contenttoolsrijksoverheid.nl’. Either the ‘unsafe-inline’ keyword, a hash (‘sha256-iLB/qGn2fKTfTYFKNKTMDW4mWOq+TwpFIWKi5guSmvk=’), or a nonce (‘nonce-…’) is required to enable inline execution. The action has been blocked. |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R78 (Headings of same level have text content between them) | |||||||||||
| Equal Access failed rules: aria_complementary_labelled, aria_form_label_unique, element_tabbable_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable | |||||||||||
| https://government.nl/latest/weblogs/the-work-of-the-ministry-of-foreign-affairs/2026/situation-middle-east-news | https://www.government.nl/latest/weblogs/the-work-of-the-ministry-of-foreign-affairs/2026/situation-middle-east-news | OK | 200 | yes | 24564 | 0 | 8 | 18 | 0 | 177 | page.addScriptTag: Executing inline script violates the following Content Security Policy directive ‘script-src ‘self’ ‘nonce-YjIzYzk5OGY5YWQ2NGVhOTk3Y2UwNjY2YTZmMzBjNDk=’ https://.platformrijksoverheid.nl https://.rijksoverheid.nl https://*.contenttoolsrijksoverheid.nl’. Either the ‘unsafe-inline’ keyword, a hash (‘sha256-iLB/qGn2fKTfTYFKNKTMDW4mWOq+TwpFIWKi5guSmvk=’), or a nonce (‘nonce-…’) is required to enable inline execution. The action has been blocked. |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content) | |||||||||||
| Equal Access failed rules: aria_complementary_labelled, aria_form_label_unique, element_tabbable_unobscured, element_tabbable_visible, figure_label_exists, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, text_block_heading, text_quoted_correctly, text_sensory_misuse | |||||||||||
| https://government.nl/help | https://www.government.nl/help | OK | 200 | yes | 13114 | 0 | 5 | 9 | 0 | 27 | page.addScriptTag: Executing inline script violates the following Content Security Policy directive ‘script-src ‘self’ ‘nonce-MTlkZjJkMGUxYzg5NDk2YWIwZDIwMDg5MDEwODliOWY=’ https://.platformrijksoverheid.nl https://.rijksoverheid.nl https://*.contenttoolsrijksoverheid.nl’. Either the ‘unsafe-inline’ keyword, a hash (‘sha256-iLB/qGn2fKTfTYFKNKTMDW4mWOq+TwpFIWKi5guSmvk=’), or a nonce (‘nonce-…’) is required to enable inline execution. The action has been blocked. |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R78 (Headings of same level have text content between them) | |||||||||||
| Equal Access failed rules: aria_complementary_labelled, aria_form_label_unique, element_tabbable_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable | |||||||||||
| https://government.nl/topics/housing/rented-housing/applying-for-housing-benefit | https://www.government.nl/topics/housing/rented-housing/applying-for-housing-benefit | OK | 200 | yes | 13707 | 0 | 5 | 10 | 0 | 40 | page.addScriptTag: Executing inline script violates the following Content Security Policy directive ‘script-src ‘self’ ‘nonce-ZDBmM2NmZThiMDkwNDIzMzhmMDczZmEwMTZlNWEyMmI=’ https://.platformrijksoverheid.nl https://.rijksoverheid.nl https://*.contenttoolsrijksoverheid.nl’. Either the ‘unsafe-inline’ keyword, a hash (‘sha256-iLB/qGn2fKTfTYFKNKTMDW4mWOq+TwpFIWKi5guSmvk=’), or a nonce (‘nonce-…’) is required to enable inline execution. The action has been blocked. |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content) | |||||||||||
| Equal Access failed rules: aria_complementary_labelled, aria_form_label_unique, element_tabbable_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, text_sensory_misuse | |||||||||||
| https://government.nl/contact/making-a-complaint | https://www.government.nl/contact/making-a-complaint | OK | 200 | yes | 13056 | 0 | 4 | 9 | 0 | 44 | page.addScriptTag: Executing inline script violates the following Content Security Policy directive ‘script-src ‘self’ ‘nonce-MGIwNjBhMzlmNzUyNDA4YTg4ZDJkMWVhZDEyNjY3MGM=’ https://.platformrijksoverheid.nl https://.rijksoverheid.nl https://*.contenttoolsrijksoverheid.nl’. Either the ‘unsafe-inline’ keyword, a hash (‘sha256-iLB/qGn2fKTfTYFKNKTMDW4mWOq+TwpFIWKi5guSmvk=’), or a nonce (‘nonce-…’) is required to enable inline execution. The action has been blocked. |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content) | |||||||||||
| Equal Access failed rules: aria_complementary_labelled, aria_form_label_unique, element_tabbable_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable | |||||||||||
| https://government.nl/contact/press-information | https://www.government.nl/contact/press-information | OK | 200 | yes | 15330 | 0 | 4 | 9 | 0 | 59 | page.addScriptTag: Executing inline script violates the following Content Security Policy directive ‘script-src ‘self’ ‘nonce-M2Y3Nzg4ZDc2MDczNDVjMjhjZDQ3NjZiYWViMmE3YmM=’ https://.platformrijksoverheid.nl https://.rijksoverheid.nl https://*.contenttoolsrijksoverheid.nl’. Either the ‘unsafe-inline’ keyword, a hash (‘sha256-iLB/qGn2fKTfTYFKNKTMDW4mWOq+TwpFIWKi5guSmvk=’), or a nonce (‘nonce-…’) is required to enable inline execution. The action has been blocked. |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content) | |||||||||||
| Equal Access failed rules: aria_complementary_labelled, aria_form_label_unique, element_tabbable_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable | |||||||||||
| https://government.nl/contact/whatsapp | https://www.government.nl/contact/whatsapp | OK | 200 | yes | 12635 | 0 | 4 | 9 | 0 | 26 | page.addScriptTag: Executing inline script violates the following Content Security Policy directive ‘script-src ‘self’ ‘nonce-ZDc3ZmYzNjQyODg2NGY1YzhkNWVhZGQyZDIzYjRjMWU=’ https://.platformrijksoverheid.nl https://.rijksoverheid.nl https://*.contenttoolsrijksoverheid.nl’. Either the ‘unsafe-inline’ keyword, a hash (‘sha256-iLB/qGn2fKTfTYFKNKTMDW4mWOq+TwpFIWKi5guSmvk=’), or a nonce (‘nonce-…’) is required to enable inline execution. The action has been blocked. |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content) | |||||||||||
| Equal Access failed rules: aria_complementary_labelled, aria_form_label_unique, element_tabbable_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable | |||||||||||
| https://government.nl/archive | https://www.government.nl/archive | OK | 200 | yes | 12787 | 0 | 4 | 9 | 0 | 19 | page.addScriptTag: Executing inline script violates the following Content Security Policy directive ‘script-src ‘self’ ‘nonce-M2Q1YjZlNDAyZjI5NDZjYmE2NWNmNDY1OWVkNDYyNTQ=’ https://.platformrijksoverheid.nl https://.rijksoverheid.nl https://*.contenttoolsrijksoverheid.nl’. Either the ‘unsafe-inline’ keyword, a hash (‘sha256-iLB/qGn2fKTfTYFKNKTMDW4mWOq+TwpFIWKi5guSmvk=’), or a nonce (‘nonce-…’) is required to enable inline execution. The action has been blocked. |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content) | |||||||||||
| Equal Access failed rules: aria_complementary_labelled, aria_form_label_unique, element_tabbable_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable | |||||||||||
| https://government.nl/cookies | https://www.government.nl/cookies | OK | 200 | yes | 13294 | 0 | 5 | 10 | 0 | 29 | page.addScriptTag: Executing inline script violates the following Content Security Policy directive ‘script-src ‘self’ ‘nonce-NTIyNWFmZDQyNjEyNGIwODkyNmQ0MGEzNWE5ZDNmYWI=’ https://.platformrijksoverheid.nl https://.rijksoverheid.nl https://*.contenttoolsrijksoverheid.nl’. Either the ‘unsafe-inline’ keyword, a hash (‘sha256-iLB/qGn2fKTfTYFKNKTMDW4mWOq+TwpFIWKi5guSmvk=’), or a nonce (‘nonce-…’) is required to enable inline execution. The action has been blocked. |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R78 (Headings of same level have text content between them) | |||||||||||
| Equal Access failed rules: aria_complementary_labelled, aria_form_label_unique, element_tabbable_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, text_sensory_misuse | |||||||||||
| https://government.nl/copyright | https://www.government.nl/copyright | OK | 200 | yes | 12609 | 0 | 6 | 9 | 0 | 23 | page.addScriptTag: Executing inline script violates the following Content Security Policy directive ‘script-src ‘self’ ‘nonce-MTJlODNkMjY2NDJmNDJmZmI4M2QxOWRhOWI2NmQ5N2U=’ https://.platformrijksoverheid.nl https://.rijksoverheid.nl https://*.contenttoolsrijksoverheid.nl’. Either the ‘unsafe-inline’ keyword, a hash (‘sha256-iLB/qGn2fKTfTYFKNKTMDW4mWOq+TwpFIWKi5guSmvk=’), or a nonce (‘nonce-…’) is required to enable inline execution. The action has been blocked. |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R78 (Headings of same level have text content between them) | |||||||||||
| Equal Access failed rules: aria_complementary_labelled, aria_form_label_unique, element_tabbable_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable | |||||||||||
| https://government.nl/documents | https://www.government.nl/documents | OK | 200 | yes | 17783 | 0 | 10 | 19 | 0 | 60 | page.addScriptTag: Executing inline script violates the following Content Security Policy directive ‘script-src ‘self’ ‘nonce-Yjg2MGYxM2M1N2UxNDhkODg5Yjk1NDE4NThjOGQ2YmI=’ https://.platformrijksoverheid.nl https://.rijksoverheid.nl https://*.contenttoolsrijksoverheid.nl’. Either the ‘unsafe-inline’ keyword, a hash (‘sha256-iLB/qGn2fKTfTYFKNKTMDW4mWOq+TwpFIWKi5guSmvk=’), or a nonce (‘nonce-…’) is required to enable inline execution. The action has been blocked. |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content) | |||||||||||
| Equal Access failed rules: aria_complementary_labelled, aria_form_label_unique, aria_keyboard_handler_exists, element_tabbable_unobscured, element_tabbable_visible, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, text_block_heading | |||||||||||
| https://government.nl/government | https://www.government.nl/government | OK | 200 | yes | 14219 | 0 | 4 | 9 | 0 | 45 | page.addScriptTag: Executing inline script violates the following Content Security Policy directive ‘script-src ‘self’ ‘nonce-ZTYzZGZjN2RiNjkyNGVhZGFjMTc3MmZkZjI2OWRlMGY=’ https://.platformrijksoverheid.nl https://.rijksoverheid.nl https://*.contenttoolsrijksoverheid.nl’. Either the ‘unsafe-inline’ keyword, a hash (‘sha256-iLB/qGn2fKTfTYFKNKTMDW4mWOq+TwpFIWKi5guSmvk=’), or a nonce (‘nonce-…’) is required to enable inline execution. The action has been blocked. |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content) | |||||||||||
| Equal Access failed rules: aria_complementary_labelled, element_tabbable_visible, figure_label_exists, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, text_block_heading | |||||||||||
| https://government.nl/latest | https://www.government.nl/latest | OK | 200 | yes | 13969 | 0 | 4 | 9 | 0 | 72 | page.addScriptTag: Executing inline script violates the following Content Security Policy directive ‘script-src ‘self’ ‘nonce-NWJjNjcwZDRmZGM4NGQ2NmI3MzA3YjZiNWE2N2RiOGY=’ https://.platformrijksoverheid.nl https://.rijksoverheid.nl https://*.contenttoolsrijksoverheid.nl’. Either the ‘unsafe-inline’ keyword, a hash (‘sha256-iLB/qGn2fKTfTYFKNKTMDW4mWOq+TwpFIWKi5guSmvk=’), or a nonce (‘nonce-…’) is required to enable inline execution. The action has been blocked. |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content) | |||||||||||
| Equal Access failed rules: aria_complementary_labelled, element_tabbable_visible, heading_markup_misuse, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, text_block_heading | |||||||||||
| https://government.nl/latest/news/2025/12/01/long-term-policy-on-asylum-support-for-refugees-from-ukraine | https://www.government.nl/latest/news/2025/12/01/long-term-policy-on-asylum-support-for-refugees-from-ukraine | OK | 200 | yes | 12664 | 0 | 5 | 9 | 0 | 32 | page.addScriptTag: Executing inline script violates the following Content Security Policy directive ‘script-src ‘self’ ‘nonce-ZjU1MjVmOTFiZDAwNDcwNjk1MjMxNWY5OTA0Y2Y2ODU=’ https://.platformrijksoverheid.nl https://.rijksoverheid.nl https://*.contenttoolsrijksoverheid.nl’. Either the ‘unsafe-inline’ keyword, a hash (‘sha256-iLB/qGn2fKTfTYFKNKTMDW4mWOq+TwpFIWKi5guSmvk=’), or a nonce (‘nonce-…’) is required to enable inline execution. The action has been blocked. |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content) | |||||||||||
| Equal Access failed rules: aria_complementary_labelled, aria_form_label_unique, element_tabbable_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable | |||||||||||
| https://government.nl/latest/news/2026/02/19/the-netherlands-continues-to-support-ukraine | https://www.government.nl/latest/news/2026/02/19/the-netherlands-continues-to-support-ukraine | OK | 200 | yes | 13899 | 0 | 7 | 11 | 0 | 45 | page.addScriptTag: Executing inline script violates the following Content Security Policy directive ‘script-src ‘self’ ‘nonce-ODlmZjA1MjA2MWQ4NDM2NjkyMWE1YTU2NjFjNjlkYTc=’ https://.platformrijksoverheid.nl https://.rijksoverheid.nl https://*.contenttoolsrijksoverheid.nl’. Either the ‘unsafe-inline’ keyword, a hash (‘sha256-iLB/qGn2fKTfTYFKNKTMDW4mWOq+TwpFIWKi5guSmvk=’), or a nonce (‘nonce-…’) is required to enable inline execution. The action has been blocked. |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R85 | |||||||||||
| Equal Access failed rules: aria_complementary_labelled, aria_form_label_unique, element_tabbable_visible, figure_label_exists, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, text_sensory_misuse | |||||||||||
| https://government.nl/ministries | https://www.government.nl/ministries | OK | 200 | yes | 22283 | 0 | 3 | 11 | 0 | 47 | page.addScriptTag: Executing inline script violates the following Content Security Policy directive ‘script-src ‘self’ ‘nonce-MTkxN2I1YTFjNDA3NDA5ZWI0NWYzZWNjNDNiYTg5ZmQ=’ https://.platformrijksoverheid.nl https://.rijksoverheid.nl https://*.contenttoolsrijksoverheid.nl’. Either the ‘unsafe-inline’ keyword, a hash (‘sha256-iLB/qGn2fKTfTYFKNKTMDW4mWOq+TwpFIWKi5guSmvk=’), or a nonce (‘nonce-…’) is required to enable inline execution. The action has been blocked. |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content) | |||||||||||
| Equal Access failed rules: aria_complementary_labelled, element_tabbable_visible, figure_label_exists, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, text_block_heading, text_contrast_sufficient | |||||||||||
| https://government.nl/privacy | https://www.government.nl/privacy | OK | 200 | yes | 12685 | 0 | 5 | 10 | 0 | 31 | page.addScriptTag: Executing inline script violates the following Content Security Policy directive ‘script-src ‘self’ ‘nonce-OTE3ZTNkOGE1YTJiNGQ5ZmJhZmNmM2E4NWI5YWZkNGQ=’ https://.platformrijksoverheid.nl https://.rijksoverheid.nl https://*.contenttoolsrijksoverheid.nl’. Either the ‘unsafe-inline’ keyword, a hash (‘sha256-iLB/qGn2fKTfTYFKNKTMDW4mWOq+TwpFIWKi5guSmvk=’), or a nonce (‘nonce-…’) is required to enable inline execution. The action has been blocked. |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R78 (Headings of same level have text content between them) | |||||||||||
| Equal Access failed rules: aria_complementary_labelled, aria_form_label_unique, element_tabbable_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, text_sensory_misuse | |||||||||||
| https://government.nl/sitemap | https://www.government.nl/sitemap | OK | 200 | yes | 13635 | 0 | 3 | 6 | 0 | 106 | page.addScriptTag: Executing inline script violates the following Content Security Policy directive ‘script-src ‘self’ ‘nonce-YWU0MjE5YmI1YWY4NDE3MmEzYWQyZTI5ZDRiMDBjNWY=’ https://.platformrijksoverheid.nl https://.rijksoverheid.nl https://*.contenttoolsrijksoverheid.nl’. Either the ‘unsafe-inline’ keyword, a hash (‘sha256-iLB/qGn2fKTfTYFKNKTMDW4mWOq+TwpFIWKi5guSmvk=’), or a nonce (‘nonce-…’) is required to enable inline execution. The action has been blocked. |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content) | |||||||||||
| Equal Access failed rules: element_tabbable_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable | |||||||||||
| https://government.nl/topics | https://www.government.nl/topics | OK | 200 | yes | 24374 | 0 | 3 | 7 | 0 | 659 | page.addScriptTag: Executing inline script violates the following Content Security Policy directive ‘script-src ‘self’ ‘nonce-MzgzMzA1ZTdiMjlkNGRiMjljNjBjNTE0YTZmYWRhZTk=’ https://.platformrijksoverheid.nl https://.rijksoverheid.nl https://*.contenttoolsrijksoverheid.nl’. Either the ‘unsafe-inline’ keyword, a hash (‘sha256-iLB/qGn2fKTfTYFKNKTMDW4mWOq+TwpFIWKi5guSmvk=’), or a nonce (‘nonce-…’) is required to enable inline execution. The action has been blocked. |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content) | |||||||||||
| Equal Access failed rules: element_tabbable_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, text_sensory_misuse | |||||||||||
| https://government.nl/government/governments-plans-in-plain-language | https://www.government.nl/government/governments-plans-in-plain-language | OK | 200 | yes | 13231 | 0 | 4 | 8 | 0 | 30 | page.addScriptTag: Executing inline script violates the following Content Security Policy directive ‘script-src ‘self’ ‘nonce-YWVlNmNiNGY0ZDQ4NDY2ZDliYzY5OWU3ZjVjZWM1MzI=’ https://.platformrijksoverheid.nl https://.rijksoverheid.nl https://*.contenttoolsrijksoverheid.nl’. Either the ‘unsafe-inline’ keyword, a hash (‘sha256-iLB/qGn2fKTfTYFKNKTMDW4mWOq+TwpFIWKi5guSmvk=’), or a nonce (‘nonce-…’) is required to enable inline execution. The action has been blocked. |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content) | |||||||||||
| Equal Access failed rules: aria_complementary_labelled, element_tabbable_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, text_sensory_misuse | |||||||||||
| https://government.nl/government/members-of-cabinet | https://www.government.nl/government/members-of-cabinet | OK | 200 | yes | 31531 | 1 | 5 | 7 | 0 | 42 | page.addScriptTag: Executing inline script violates the following Content Security Policy directive ‘script-src ‘self’ ‘nonce-NGIyZTUzZjIyOWRiNDJiZGJlYjY1ZDlkODY3ZTcxYTI=’ https://.platformrijksoverheid.nl https://.rijksoverheid.nl https://*.contenttoolsrijksoverheid.nl’. Either the ‘unsafe-inline’ keyword, a hash (‘sha256-iLB/qGn2fKTfTYFKNKTMDW4mWOq+TwpFIWKi5guSmvk=’), or a nonce (‘nonce-…’) is required to enable inline execution. The action has been blocked. |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R53 (Headings follow a logical hierarchy), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content) | |||||||||||
| axe failed rules: heading-order | |||||||||||
| Equal Access failed rules: aria_complementary_labelled, element_tabbable_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable | |||||||||||
| https://government.nl/latest/news | https://www.government.nl/latest/news | OK | 200 | yes | 15444 | 0 | 7 | 17 | 0 | 60 | page.addScriptTag: Executing inline script violates the following Content Security Policy directive ‘script-src ‘self’ ‘nonce-NGJkZTg1NDA3N2FhNDBjYTg5ZmVmMzM2NmMxNGEyMGE=’ https://.platformrijksoverheid.nl https://.rijksoverheid.nl https://*.contenttoolsrijksoverheid.nl’. Either the ‘unsafe-inline’ keyword, a hash (‘sha256-iLB/qGn2fKTfTYFKNKTMDW4mWOq+TwpFIWKi5guSmvk=’), or a nonce (‘nonce-…’) is required to enable inline execution. The action has been blocked. |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content) | |||||||||||
| Equal Access failed rules: aria_complementary_labelled, aria_form_label_unique, aria_keyboard_handler_exists, element_tabbable_visible, heading_markup_misuse, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, text_block_heading | |||||||||||
| https://government.nl/topics/identification-documents/requirements-for-photos | https://www.government.nl/topics/identification-documents/requirements-for-photos | OK | 200 | yes | 21648 | 0 | 5 | 8 | 0 | 94 | page.addScriptTag: Executing inline script violates the following Content Security Policy directive ‘script-src ‘self’ ‘nonce-MDFkN2ExNTg5ZjZmNGVlN2JjNzVjOGI3NmM3ZWM2OWI=’ https://.platformrijksoverheid.nl https://.rijksoverheid.nl https://*.contenttoolsrijksoverheid.nl’. Either the ‘unsafe-inline’ keyword, a hash (‘sha256-iLB/qGn2fKTfTYFKNKTMDW4mWOq+TwpFIWKi5guSmvk=’), or a nonce (‘nonce-…’) is required to enable inline execution. The action has been blocked. |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content) | |||||||||||
| Equal Access failed rules: aria_complementary_labelled, element_tabbable_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, text_sensory_misuse | |||||||||||
| https://government.nl/topics/themes/building-and-housing | https://www.government.nl/topics/themes/building-and-housing | OK | 200 | yes | 13119 | 0 | 4 | 7 | 0 | 37 | page.addScriptTag: Executing inline script violates the following Content Security Policy directive ‘script-src ‘self’ ‘nonce-NGY3OGFkNmE0NjgwNGY5ZDk5NDdmOWY3MjQ1OTAzZjU=’ https://.platformrijksoverheid.nl https://.rijksoverheid.nl https://*.contenttoolsrijksoverheid.nl’. Either the ‘unsafe-inline’ keyword, a hash (‘sha256-iLB/qGn2fKTfTYFKNKTMDW4mWOq+TwpFIWKi5guSmvk=’), or a nonce (‘nonce-…’) is required to enable inline execution. The action has been blocked. |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content) | |||||||||||
| Equal Access failed rules: aria_complementary_labelled, element_tabbable_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable | |||||||||||
| https://government.nl/topics/themes/economy | https://www.government.nl/topics/themes/economy | OK | 200 | yes | 13380 | 0 | 4 | 7 | 0 | 68 | page.addScriptTag: Executing inline script violates the following Content Security Policy directive ‘script-src ‘self’ ‘nonce-Y2EwNGVhYzllNTNmNGQ4YWI1ZDk3MWZmZmM2OTcwMGM=’ https://.platformrijksoverheid.nl https://.rijksoverheid.nl https://*.contenttoolsrijksoverheid.nl’. Either the ‘unsafe-inline’ keyword, a hash (‘sha256-iLB/qGn2fKTfTYFKNKTMDW4mWOq+TwpFIWKi5guSmvk=’), or a nonce (‘nonce-…’) is required to enable inline execution. The action has been blocked. |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content) | |||||||||||
| Equal Access failed rules: aria_complementary_labelled, element_tabbable_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable | |||||||||||
| https://government.nl/topics/themes/education | https://www.government.nl/topics/themes/education | OK | 200 | yes | 13045 | 0 | 4 | 7 | 0 | 50 | page.addScriptTag: Executing inline script violates the following Content Security Policy directive ‘script-src ‘self’ ‘nonce-NGM5NzZhYzg3YjAyNGZlZThlNWM0MjFjMzY1NWY1Nzk=’ https://.platformrijksoverheid.nl https://.rijksoverheid.nl https://*.contenttoolsrijksoverheid.nl’. Either the ‘unsafe-inline’ keyword, a hash (‘sha256-iLB/qGn2fKTfTYFKNKTMDW4mWOq+TwpFIWKi5guSmvk=’), or a nonce (‘nonce-…’) is required to enable inline execution. The action has been blocked. |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content) | |||||||||||
| Equal Access failed rules: aria_complementary_labelled, element_tabbable_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable | |||||||||||
| https://government.nl/topics/themes/family-health-and-care | https://www.government.nl/topics/themes/family-health-and-care | OK | 200 | yes | 14818 | 0 | 4 | 7 | 0 | 135 | page.addScriptTag: Executing inline script violates the following Content Security Policy directive ‘script-src ‘self’ ‘nonce-MTBiYmI2YWU0YzEyNDIwNWJjNDE3OTYyYTNjNDk4OWQ=’ https://.platformrijksoverheid.nl https://.rijksoverheid.nl https://*.contenttoolsrijksoverheid.nl’. Either the ‘unsafe-inline’ keyword, a hash (‘sha256-iLB/qGn2fKTfTYFKNKTMDW4mWOq+TwpFIWKi5guSmvk=’), or a nonce (‘nonce-…’) is required to enable inline execution. The action has been blocked. |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content) | |||||||||||
| Equal Access failed rules: aria_complementary_labelled, element_tabbable_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable | |||||||||||
| https://government.nl/topics/themes/government-and-democracy | https://www.government.nl/topics/themes/government-and-democracy | OK | 200 | yes | 13756 | 0 | 4 | 9 | 0 | 72 | page.addScriptTag: Executing inline script violates the following Content Security Policy directive ‘script-src ‘self’ ‘nonce-OGFhYzc5NjM3ZjNiNDE1Yjg1MzI2MDVkMGMwZWNkMGM=’ https://.platformrijksoverheid.nl https://.rijksoverheid.nl https://*.contenttoolsrijksoverheid.nl’. Either the ‘unsafe-inline’ keyword, a hash (‘sha256-iLB/qGn2fKTfTYFKNKTMDW4mWOq+TwpFIWKi5guSmvk=’), or a nonce (‘nonce-…’) is required to enable inline execution. The action has been blocked. |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content) | |||||||||||
| Equal Access failed rules: aria_complementary_labelled, aria_form_label_unique, element_tabbable_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable | |||||||||||
| https://government.nl/topics/themes/international-cooperation | https://www.government.nl/topics/themes/international-cooperation | OK | 200 | yes | 13291 | 0 | 4 | 7 | 0 | 58 | page.addScriptTag: Executing inline script violates the following Content Security Policy directive ‘script-src ‘self’ ‘nonce-NmI2ZDJmOGNiZDE3NDA5OGJlM2EyOTlkOTEzMTFiMzI=’ https://.platformrijksoverheid.nl https://.rijksoverheid.nl https://*.contenttoolsrijksoverheid.nl’. Either the ‘unsafe-inline’ keyword, a hash (‘sha256-iLB/qGn2fKTfTYFKNKTMDW4mWOq+TwpFIWKi5guSmvk=’), or a nonce (‘nonce-…’) is required to enable inline execution. The action has been blocked. |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content) | |||||||||||
| Equal Access failed rules: aria_complementary_labelled, element_tabbable_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable | |||||||||||
| https://government.nl/topics/themes/justice-security-and-defence | https://www.government.nl/topics/themes/justice-security-and-defence | OK | 200 | yes | 14280 | 0 | 4 | 7 | 0 | 106 | page.addScriptTag: Executing inline script violates the following Content Security Policy directive ‘script-src ‘self’ ‘nonce-MWRlYTU1ZGUyOThjNDVmMWEzMDRkY2JlNGYyYzFhOWQ=’ https://.platformrijksoverheid.nl https://.rijksoverheid.nl https://*.contenttoolsrijksoverheid.nl’. Either the ‘unsafe-inline’ keyword, a hash (‘sha256-iLB/qGn2fKTfTYFKNKTMDW4mWOq+TwpFIWKi5guSmvk=’), or a nonce (‘nonce-…’) is required to enable inline execution. The action has been blocked. |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content) | |||||||||||
| Equal Access failed rules: aria_complementary_labelled, element_tabbable_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable | |||||||||||
| https://government.nl/latest/weblogs | https://www.government.nl/latest/weblogs | OK | 200 | yes | 24073 | 1 | 7 | 14 | 0 | 49 | page.addScriptTag: Executing inline script violates the following Content Security Policy directive ‘script-src ‘self’ ‘nonce-ZWZiZDQ4MmJmYzc4NDk2Mzk4ZjgzZmYwZWM3ZGJhZTc=’ https://.platformrijksoverheid.nl https://.rijksoverheid.nl https://*.contenttoolsrijksoverheid.nl’. Either the ‘unsafe-inline’ keyword, a hash (‘sha256-iLB/qGn2fKTfTYFKNKTMDW4mWOq+TwpFIWKi5guSmvk=’), or a nonce (‘nonce-…’) is required to enable inline execution. The action has been blocked. |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content) | |||||||||||
| axe failed rules: page-has-heading-one | |||||||||||
| Equal Access failed rules: aria_complementary_labelled, aria_form_label_unique, aria_keyboard_handler_exists, element_tabbable_visible, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, text_block_heading | |||||||||||
| https://government.nl/ministries/ministry-of-agriculture-fisheries-food-security-and-nature | https://www.government.nl/ministries/ministry-of-agriculture-fisheries-food-security-and-nature | OK | 200 | yes | 17439 | 1 | 5 | 12 | 0 | 46 | page.addScriptTag: Executing inline script violates the following Content Security Policy directive ‘script-src ‘self’ ‘nonce-NDFmYzdiMTMzYzFkNDUyYWI3NjYyYjJjZGU2ODMwNzM=’ https://.platformrijksoverheid.nl https://.rijksoverheid.nl https://*.contenttoolsrijksoverheid.nl’. Either the ‘unsafe-inline’ keyword, a hash (‘sha256-iLB/qGn2fKTfTYFKNKTMDW4mWOq+TwpFIWKi5guSmvk=’), or a nonce (‘nonce-…’) is required to enable inline execution. The action has been blocked. |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R17, SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content) | |||||||||||
| axe failed rules: aria-hidden-focus | |||||||||||
| Equal Access failed rules: aria_complementary_labelled, aria_hidden_nontabbable, element_tabbable_visible, figure_label_exists, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, text_block_heading, text_contrast_sufficient, text_sensory_misuse | |||||||||||
| https://government.nl/ministries/ministry-of-defence | https://www.government.nl/ministries/ministry-of-defence | OK | 200 | yes | 16692 | 0 | 4 | 11 | 0 | 58 | page.addScriptTag: Executing inline script violates the following Content Security Policy directive ‘script-src ‘self’ ‘nonce-MTlhZjdkNTBlZjgyNDI2ZjhhN2M2NTBhOTZiNTA1N2Q=’ https://.platformrijksoverheid.nl https://.rijksoverheid.nl https://*.contenttoolsrijksoverheid.nl’. Either the ‘unsafe-inline’ keyword, a hash (‘sha256-iLB/qGn2fKTfTYFKNKTMDW4mWOq+TwpFIWKi5guSmvk=’), or a nonce (‘nonce-…’) is required to enable inline execution. The action has been blocked. |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content) | |||||||||||
| Equal Access failed rules: aria_complementary_labelled, element_tabbable_visible, figure_label_exists, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, text_block_heading, text_contrast_sufficient, text_sensory_misuse | |||||||||||
| https://government.nl/ministries/ministry-of-economic-affairs-and-climate-policy | https://www.government.nl/ministries/ministry-of-economic-affairs-and-climate-policy | OK | 200 | yes | 19002 | 1 | 5 | 12 | 0 | 87 | page.addScriptTag: Executing inline script violates the following Content Security Policy directive ‘script-src ‘self’ ‘nonce-MTQ0NGQ5ZTQ5MTM1NGRmM2I3MjIyY2VjZjM2YWMxNDM=’ https://.platformrijksoverheid.nl https://.rijksoverheid.nl https://*.contenttoolsrijksoverheid.nl’. Either the ‘unsafe-inline’ keyword, a hash (‘sha256-iLB/qGn2fKTfTYFKNKTMDW4mWOq+TwpFIWKi5guSmvk=’), or a nonce (‘nonce-…’) is required to enable inline execution. The action has been blocked. |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R53 (Headings follow a logical hierarchy), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content) | |||||||||||
| axe failed rules: heading-order | |||||||||||
| Equal Access failed rules: aria_complementary_labelled, element_tabbable_unobscured, element_tabbable_visible, figure_label_exists, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, text_block_heading, text_contrast_sufficient, text_sensory_misuse | |||||||||||
| https://government.nl/ministries/ministry-of-education-culture-and-science | https://www.government.nl/ministries/ministry-of-education-culture-and-science | OK | 200 | yes | 18012 | 2 | 6 | 12 | 0 | 66 | page.addScriptTag: Executing inline script violates the following Content Security Policy directive ‘script-src ‘self’ ‘nonce-ZGMyNmU4MTFiZDE5NGI2ZjhjZDcwYjYxYTkxMjBiNjg=’ https://.platformrijksoverheid.nl https://.rijksoverheid.nl https://*.contenttoolsrijksoverheid.nl’. Either the ‘unsafe-inline’ keyword, a hash (‘sha256-iLB/qGn2fKTfTYFKNKTMDW4mWOq+TwpFIWKi5guSmvk=’), or a nonce (‘nonce-…’) is required to enable inline execution. The action has been blocked. |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R17, SIA-R53 (Headings follow a logical hierarchy), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content) | |||||||||||
| axe failed rules: aria-hidden-focus, heading-order | |||||||||||
| Equal Access failed rules: aria_complementary_labelled, aria_hidden_nontabbable, element_tabbable_visible, figure_label_exists, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, text_block_heading, text_contrast_sufficient, text_sensory_misuse | |||||||||||
| https://government.nl/ministries/ministry-of-finance | https://www.government.nl/ministries/ministry-of-finance | OK | 200 | yes | 18667 | 1 | 5 | 10 | 0 | 66 | page.addScriptTag: Executing inline script violates the following Content Security Policy directive ‘script-src ‘self’ ‘nonce-NWU1ZGIyNzEwZTU1NDQ0YzllZmZjMTZjYWZkNzk0YmI=’ https://.platformrijksoverheid.nl https://.rijksoverheid.nl https://*.contenttoolsrijksoverheid.nl’. Either the ‘unsafe-inline’ keyword, a hash (‘sha256-iLB/qGn2fKTfTYFKNKTMDW4mWOq+TwpFIWKi5guSmvk=’), or a nonce (‘nonce-…’) is required to enable inline execution. The action has been blocked. |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R53 (Headings follow a logical hierarchy), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content) | |||||||||||
| axe failed rules: heading-order | |||||||||||
| Equal Access failed rules: aria_complementary_labelled, element_tabbable_visible, figure_label_exists, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, text_block_heading, text_contrast_sufficient | |||||||||||
| https://government.nl/ministries/ministry-of-foreign-affairs | https://www.government.nl/ministries/ministry-of-foreign-affairs | OK | 200 | yes | 19611 | 0 | 11 | 11 | 0 | 98 | page.addScriptTag: Executing inline script violates the following Content Security Policy directive ‘script-src ‘self’ ‘nonce-ZmFmNDA5ZjIwM2IzNGY3ZThkZTI0MjgxMzUwNTYxOWM=’ https://.platformrijksoverheid.nl https://.rijksoverheid.nl https://*.contenttoolsrijksoverheid.nl’. Either the ‘unsafe-inline’ keyword, a hash (‘sha256-iLB/qGn2fKTfTYFKNKTMDW4mWOq+TwpFIWKi5guSmvk=’), or a nonce (‘nonce-…’) is required to enable inline execution. The action has been blocked. |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content) | |||||||||||
| Equal Access failed rules: aria_complementary_labelled, element_tabbable_visible, figure_label_exists, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, text_block_heading, text_contrast_sufficient | |||||||||||
| https://government.nl/ministries/ministry-of-general-affairs | https://www.government.nl/ministries/ministry-of-general-affairs | OK | 200 | yes | 16954 | 0 | 4 | 10 | 0 | 55 | page.addScriptTag: Executing inline script violates the following Content Security Policy directive ‘script-src ‘self’ ‘nonce-MjY2Nzc1NzlkNzZiNDBkZGEwNWVmY2ZhZWU0OWVlNDA=’ https://.platformrijksoverheid.nl https://.rijksoverheid.nl https://*.contenttoolsrijksoverheid.nl’. Either the ‘unsafe-inline’ keyword, a hash (‘sha256-iLB/qGn2fKTfTYFKNKTMDW4mWOq+TwpFIWKi5guSmvk=’), or a nonce (‘nonce-…’) is required to enable inline execution. The action has been blocked. |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content) | |||||||||||
| Equal Access failed rules: aria_complementary_labelled, element_tabbable_visible, figure_label_exists, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, text_block_heading, text_contrast_sufficient | |||||||||||
| https://government.nl/ministries/ministry-of-health-welfare-and-sport | https://www.government.nl/ministries/ministry-of-health-welfare-and-sport | OK | 200 | yes | 17638 | 1 | 5 | 13 | 0 | 68 | page.addScriptTag: Executing inline script violates the following Content Security Policy directive ‘script-src ‘self’ ‘nonce-ZjY2ZDY3NDFkMDljNGViYzg0MjRkZmU0ZjRhMDNjNWQ=’ https://.platformrijksoverheid.nl https://.rijksoverheid.nl https://*.contenttoolsrijksoverheid.nl’. Either the ‘unsafe-inline’ keyword, a hash (‘sha256-iLB/qGn2fKTfTYFKNKTMDW4mWOq+TwpFIWKi5guSmvk=’), or a nonce (‘nonce-…’) is required to enable inline execution. The action has been blocked. |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R17, SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content) | |||||||||||
| axe failed rules: aria-hidden-focus | |||||||||||
| Equal Access failed rules: aria_complementary_labelled, aria_hidden_nontabbable, element_tabbable_visible, figure_label_exists, heading_markup_misuse, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, text_block_heading, text_contrast_sufficient, text_sensory_misuse | |||||||||||
| https://government.nl/ministries/ministry-of-infrastructure-and-water-management | https://www.government.nl/ministries/ministry-of-infrastructure-and-water-management | OK | 200 | yes | 16608 | 0 | 4 | 11 | 0 | 63 | page.addScriptTag: Executing inline script violates the following Content Security Policy directive ‘script-src ‘self’ ‘nonce-ZWNjOTA2OTQzZmRlNGQ2ZGJmZGUwMjY5NDZjMDcyZWY=’ https://.platformrijksoverheid.nl https://.rijksoverheid.nl https://*.contenttoolsrijksoverheid.nl’. Either the ‘unsafe-inline’ keyword, a hash (‘sha256-iLB/qGn2fKTfTYFKNKTMDW4mWOq+TwpFIWKi5guSmvk=’), or a nonce (‘nonce-…’) is required to enable inline execution. The action has been blocked. |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content) | |||||||||||
| Equal Access failed rules: aria_complementary_labelled, element_tabbable_visible, figure_label_exists, heading_markup_misuse, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, text_block_heading, text_contrast_sufficient | |||||||||||
| https://government.nl/documents/forms/2016/06/17/consent-letter-for-minors-travelling-abroad | https://www.government.nl/documents/forms/2016/06/17/consent-letter-for-minors-travelling-abroad | OK | 200 | yes | 12581 | 0 | 6 | 7 | 0 | 32 | page.addScriptTag: Executing inline script violates the following Content Security Policy directive ‘script-src ‘self’ ‘nonce-YzYyMWUxNjA0NWUyNDk4MDlmZDBmMDczNDFmNDA3MTQ=’ https://.platformrijksoverheid.nl https://.rijksoverheid.nl https://*.contenttoolsrijksoverheid.nl’. Either the ‘unsafe-inline’ keyword, a hash (‘sha256-iLB/qGn2fKTfTYFKNKTMDW4mWOq+TwpFIWKi5guSmvk=’), or a nonce (‘nonce-…’) is required to enable inline execution. The action has been blocked. |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content) | |||||||||||
| Equal Access failed rules: aria_complementary_labelled, element_tabbable_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable | |||||||||||
| https://government.nl/latest/news/2025/12/02/agreement-between-the-netherlands-and-indonesia-on-the-return-of-two-dutch-prisoners | https://www.government.nl/latest/news/2025/12/02/agreement-between-the-netherlands-and-indonesia-on-the-return-of-two-dutch-prisoners | OK | 200 | yes | 12758 | 0 | 5 | 9 | 0 | 24 | page.addScriptTag: Executing inline script violates the following Content Security Policy directive ‘script-src ‘self’ ‘nonce-ZjNmMzNhNzVlZTY2NGFlZDkwOTY4OGRhMzg4NTNjOTU=’ https://.platformrijksoverheid.nl https://.rijksoverheid.nl https://*.contenttoolsrijksoverheid.nl’. Either the ‘unsafe-inline’ keyword, a hash (‘sha256-iLB/qGn2fKTfTYFKNKTMDW4mWOq+TwpFIWKi5guSmvk=’), or a nonce (‘nonce-…’) is required to enable inline execution. The action has been blocked. |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content) | |||||||||||
| Equal Access failed rules: aria_complementary_labelled, aria_form_label_unique, element_tabbable_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable | |||||||||||
| https://government.nl/latest/news/2025/12/17/netherlands-to-host-international-claims-commission-for-ukraine | https://www.government.nl/latest/news/2025/12/17/netherlands-to-host-international-claims-commission-for-ukraine | OK | 200 | yes | 13345 | 0 | 5 | 9 | 0 | 29 | page.addScriptTag: Executing inline script violates the following Content Security Policy directive ‘script-src ‘self’ ‘nonce-YjliNzc1ZWQ4MzQwNDJjYzhhMDZlMjliZjU1Yzc5MTg=’ https://.platformrijksoverheid.nl https://.rijksoverheid.nl https://*.contenttoolsrijksoverheid.nl’. Either the ‘unsafe-inline’ keyword, a hash (‘sha256-iLB/qGn2fKTfTYFKNKTMDW4mWOq+TwpFIWKi5guSmvk=’), or a nonce (‘nonce-…’) is required to enable inline execution. The action has been blocked. |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content) | |||||||||||
| Equal Access failed rules: aria_complementary_labelled, aria_form_label_unique, element_tabbable_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable | |||||||||||
| https://government.nl/latest/news/2026/02/03/the-dutch-state-sells-part-of-tennet-germany-to-the-german-state | https://www.government.nl/latest/news/2026/02/03/the-dutch-state-sells-part-of-tennet-germany-to-the-german-state | OK | 200 | yes | 13563 | 0 | 6 | 11 | 0 | 29 | page.addScriptTag: Executing inline script violates the following Content Security Policy directive ‘script-src ‘self’ ‘nonce-MjE1ZGEyZTdlM2EzNGFjOGJhNGE4MzA2ZjkzZjI5MmY=’ https://.platformrijksoverheid.nl https://.rijksoverheid.nl https://*.contenttoolsrijksoverheid.nl’. Either the ‘unsafe-inline’ keyword, a hash (‘sha256-iLB/qGn2fKTfTYFKNKTMDW4mWOq+TwpFIWKi5guSmvk=’), or a nonce (‘nonce-…’) is required to enable inline execution. The action has been blocked. |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R85 | |||||||||||
| Equal Access failed rules: aria_complementary_labelled, aria_form_label_unique, blockquote_cite_exists, element_tabbable_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, text_sensory_misuse | |||||||||||
| https://government.nl/latest/news/2026/02/23/jetten-government-sworn-in | https://www.government.nl/latest/news/2026/02/23/jetten-government-sworn-in | OK | 200 | yes | 17227 | 0 | 6 | 11 | 0 | 54 | page.addScriptTag: Executing inline script violates the following Content Security Policy directive ‘script-src ‘self’ ‘nonce-Mzg4ZTEwY2IyOTg3NGM3Y2I2ZDUxNDE5MDJhMGYwNjQ=’ https://.platformrijksoverheid.nl https://.rijksoverheid.nl https://*.contenttoolsrijksoverheid.nl’. Either the ‘unsafe-inline’ keyword, a hash (‘sha256-iLB/qGn2fKTfTYFKNKTMDW4mWOq+TwpFIWKi5guSmvk=’), or a nonce (‘nonce-…’) is required to enable inline execution. The action has been blocked. |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content) | |||||||||||
| Equal Access failed rules: aria_complementary_labelled, aria_form_label_unique, element_tabbable_visible, figure_label_exists, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, text_contrast_sufficient | |||||||||||
| https://government.nl/topics/themes/nature-and-the-environment | https://www.government.nl/topics/themes/nature-and-the-environment | OK | 200 | yes | 13657 | 0 | 4 | 7 | 0 | 52 | page.addScriptTag: Executing inline script violates the following Content Security Policy directive ‘script-src ‘self’ ‘nonce-ZDYzZTJhYWE1N2I0NDZjYjhlZTg4MjZlMDZiZjIzNzA=’ https://.platformrijksoverheid.nl https://.rijksoverheid.nl https://*.contenttoolsrijksoverheid.nl’. Either the ‘unsafe-inline’ keyword, a hash (‘sha256-iLB/qGn2fKTfTYFKNKTMDW4mWOq+TwpFIWKi5guSmvk=’), or a nonce (‘nonce-…’) is required to enable inline execution. The action has been blocked. |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content) | |||||||||||
| Equal Access failed rules: aria_complementary_labelled, element_tabbable_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable | |||||||||||
| https://government.nl/topics/themes/work | https://www.government.nl/topics/themes/work | OK | 200 | yes | 13290 | 0 | 4 | 7 | 0 | 49 | page.addScriptTag: Executing inline script violates the following Content Security Policy directive ‘script-src ‘self’ ‘nonce-NzNhNTk5MjQwZmZkNGQyMWIwMzU5NTA2ZGY3MGQ2NDM=’ https://.platformrijksoverheid.nl https://.rijksoverheid.nl https://*.contenttoolsrijksoverheid.nl’. Either the ‘unsafe-inline’ keyword, a hash (‘sha256-iLB/qGn2fKTfTYFKNKTMDW4mWOq+TwpFIWKi5guSmvk=’), or a nonce (‘nonce-…’) is required to enable inline execution. The action has been blocked. |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content) | |||||||||||
| Equal Access failed rules: aria_complementary_labelled, element_tabbable_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable | |||||||||||
| https://government.nl/ministries/ministry-of-the-interior-and-kingdom-relations | https://www.government.nl/ministries/ministry-of-the-interior-and-kingdom-relations | OK | 200 | yes | 18017 | 0 | 4 | 10 | 0 | 70 | page.addScriptTag: Executing inline script violates the following Content Security Policy directive ‘script-src ‘self’ ‘nonce-ZjY0OGQ5ODY2NWQwNGE2YWJlZTBhZDEyM2MxMmUzNGI=’ https://.platformrijksoverheid.nl https://.rijksoverheid.nl https://*.contenttoolsrijksoverheid.nl’. Either the ‘unsafe-inline’ keyword, a hash (‘sha256-iLB/qGn2fKTfTYFKNKTMDW4mWOq+TwpFIWKi5guSmvk=’), or a nonce (‘nonce-…’) is required to enable inline execution. The action has been blocked. |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content) | |||||||||||
| Equal Access failed rules: aria_complementary_labelled, element_tabbable_visible, figure_label_exists, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, text_block_heading, text_contrast_sufficient | |||||||||||
| https://government.nl/topics/themes/taxes-benefits-and-allowances | https://www.government.nl/topics/themes/taxes-benefits-and-allowances | OK | 200 | yes | 14196 | 0 | 4 | 7 | 0 | 72 | page.addScriptTag: Executing inline script violates the following Content Security Policy directive ‘script-src ‘self’ ‘nonce-MjlmNzY1NTE0NTczNDBmYjk3YTliOWVhZTkyOTBhODM=’ https://.platformrijksoverheid.nl https://.rijksoverheid.nl https://*.contenttoolsrijksoverheid.nl’. Either the ‘unsafe-inline’ keyword, a hash (‘sha256-iLB/qGn2fKTfTYFKNKTMDW4mWOq+TwpFIWKi5guSmvk=’), or a nonce (‘nonce-…’) is required to enable inline execution. The action has been blocked. |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content) | |||||||||||
| Equal Access failed rules: aria_complementary_labelled, element_tabbable_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable | |||||||||||
| https://government.nl/topics/themes/transport | https://www.government.nl/topics/themes/transport | OK | 200 | yes | 13537 | 0 | 4 | 7 | 0 | 40 | page.addScriptTag: Executing inline script violates the following Content Security Policy directive ‘script-src ‘self’ ‘nonce-MmViYjhiNGUxM2Y4NGVhM2IzYzVhMGM4ODIxN2EwMjQ=’ https://.platformrijksoverheid.nl https://.rijksoverheid.nl https://*.contenttoolsrijksoverheid.nl’. Either the ‘unsafe-inline’ keyword, a hash (‘sha256-iLB/qGn2fKTfTYFKNKTMDW4mWOq+TwpFIWKi5guSmvk=’), or a nonce (‘nonce-…’) is required to enable inline execution. The action has been blocked. |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content) | |||||||||||
| Equal Access failed rules: aria_complementary_labelled, element_tabbable_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable | |||||||||||
| https://government.nl/topics/themes/migration-and-travel | https://www.government.nl/topics/themes/migration-and-travel | OK | 200 | yes | 14134 | 0 | 4 | 7 | 0 | 46 | page.addScriptTag: Executing inline script violates the following Content Security Policy directive ‘script-src ‘self’ ‘nonce-YTVlYTc4YmIxYmIyNDQ4OWI0MjA1MDBkYmE4NTIwMTM=’ https://.platformrijksoverheid.nl https://.rijksoverheid.nl https://*.contenttoolsrijksoverheid.nl’. Either the ‘unsafe-inline’ keyword, a hash (‘sha256-iLB/qGn2fKTfTYFKNKTMDW4mWOq+TwpFIWKi5guSmvk=’), or a nonce (‘nonce-…’) is required to enable inline execution. The action has been blocked. |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content) | |||||||||||
| Equal Access failed rules: aria_complementary_labelled, element_tabbable_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable | |||||||||||
| https://government.nl/topics/immigration-to-the-netherlands/options-for-entrepreneurs-and-employees-from-abroad/highly-skilled-migrants | https://www.government.nl/topics/immigration-to-the-netherlands/options-for-entrepreneurs-and-employees-from-abroad/highly-skilled-migrants | OK | 200 | yes | 12689 | 1 | 4 | 11 | 0 | 20 | page.addScriptTag: Executing inline script violates the following Content Security Policy directive ‘script-src ‘self’ ‘nonce-YTk5NzQ3MzhmNDY4NGRhY2FjYTVhYzhkMjYxYTRiODQ=’ https://.platformrijksoverheid.nl https://.rijksoverheid.nl https://*.contenttoolsrijksoverheid.nl’. Either the ‘unsafe-inline’ keyword, a hash (‘sha256-iLB/qGn2fKTfTYFKNKTMDW4mWOq+TwpFIWKi5guSmvk=’), or a nonce (‘nonce-…’) is required to enable inline execution. The action has been blocked. |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content) | |||||||||||
| axe failed rules: link-name | |||||||||||
| Equal Access failed rules: aria_complementary_labelled, aria_form_label_unique, element_attribute_deprecated, element_tabbable_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, text_sensory_misuse | |||||||||||
| https://government.nl/topics/valuation-of-immovable-property/how-can-i-check-the-woz-value-is-correct | https://www.government.nl/topics/valuation-of-immovable-property/how-can-i-check-the-woz-value-is-correct | OK | 200 | yes | 13445 | 1 | 4 | 10 | 0 | 29 | page.addScriptTag: Executing inline script violates the following Content Security Policy directive ‘script-src ‘self’ ‘nonce-ZDIyMTcwMWEwMDhmNGQ4NjkxODhkMGE5ZmQ2OWQ0Nzk=’ https://.platformrijksoverheid.nl https://.rijksoverheid.nl https://*.contenttoolsrijksoverheid.nl’. Either the ‘unsafe-inline’ keyword, a hash (‘sha256-iLB/qGn2fKTfTYFKNKTMDW4mWOq+TwpFIWKi5guSmvk=’), or a nonce (‘nonce-…’) is required to enable inline execution. The action has been blocked. |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content) | |||||||||||
| axe failed rules: link-name | |||||||||||
| Equal Access failed rules: aria_complementary_labelled, aria_form_label_unique, element_attribute_deprecated, element_tabbable_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable | |||||||||||
| https://government.nl/topics/working-hours/question-and-answer/public-holidays-in-the-netherlands | https://www.government.nl/topics/working-hours/question-and-answer/public-holidays-in-the-netherlands | OK | 200 | yes | 13811 | 0 | 5 | 11 | 0 | 33 | page.addScriptTag: Executing inline script violates the following Content Security Policy directive ‘script-src ‘self’ ‘nonce-MjdmNjkzZjZiOGEwNDdkYmE3MjZmOTc3ZjAzNTUyZjk=’ https://.platformrijksoverheid.nl https://.rijksoverheid.nl https://*.contenttoolsrijksoverheid.nl’. Either the ‘unsafe-inline’ keyword, a hash (‘sha256-iLB/qGn2fKTfTYFKNKTMDW4mWOq+TwpFIWKi5guSmvk=’), or a nonce (‘nonce-…’) is required to enable inline execution. The action has been blocked. |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content) | |||||||||||
| Equal Access failed rules: aria_complementary_labelled, aria_form_label_unique, element_tabbable_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, text_sensory_misuse |
Failure 1:
<a href="/" aria-current="page">Home</a>/aFailure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
<p>Housing, Infrastructure, Population decline ...</p>/pFailure 2:
<p id="languageMenuLabel" class="languages__label">This website in other languages:</p>/p[@id="languageMenuLabel"]Failure 1:
<a href="/">Home</a>/aFailure 2:
<a class="wayfinder__item" href="/accessibility/applying-the-web-guidelines">Applying the Web Guidelines</a>/a[@class="wayfinder__item"]Failure 1:
Failure 1:
<p>Central government is committed to providing onlin...</p>/pFailure 2:
<p id="languageMenuLabel" class="languages__label">This website in other languages:</p>/p[@id="languageMenuLabel"]Failure 1:
<h1 class="assistive"> Accessibility</h1>/h1[@class="assistive"]Failure 1:
<a href="/">Home</a>/aFailure 2:
<a class="wayfinder__item" href="/contact/public-information-service/1400">Call 1400</a>/a[@class="wayfinder__item"]Failure 1:
Failure 1:
<p>...</p>/pFailure 2:
<p id="languageMenuLabel" class="languages__label">This website in other languages:</p>/p[@id="languageMenuLabel"]Failure 1:
<a href="/">Home</a>/aFailure 1:
Failure 1:
<p>If you discover any weaknesses or vulnerabilities ...</p>/pFailure 2:
<p id="languageMenuLabel" class="languages__label">This website in other languages:</p>/p[@id="languageMenuLabel"]Failure 1:
<a href="/">Home</a>/aFailure 2:
<a class="wayfinder__item" href="/contact/public-information-service">Contact Central Government</a>/a[@class="wayfinder__item"]Failure 1:
Failure 1:
<p>...</p>/pFailure 2:
<p id="languageMenuLabel" class="languages__label">This website in other languages:</p>/p[@id="languageMenuLabel"]Failure 1:
<h1 class="assistive"> Contact</h1>/h1[@class="assistive"]Failure 1:
<a href="/">Home</a>/aFailure 2:
<a class="openLightbox" href="https://www.government.nl/binaries/large/content/gallery/government/content-afbeeldingen/ministries/bz/nieuws/2026/02/28/information-service-bz.jpeg">Enlarge image Information service message</a>/a[@class="openLightbox"]Failure 3:
<a href="https://www.nederlandwereldwijd.nl/reisadvies/bahrein" class="external" aria-label="Travel advisory Bahrein (in Dutch) (opens external website)">Travel advisory Bahrein (in Dutch)</a>/a[@class="external"]Failure 1:
Failure 1:
<p class="superheading weblog"> Weblogs</p>/p[@class="superheading weblog"]Failure 2:
<p class="article-meta"> Blog post \| 01-03-2026 \| Ministry of Foreign Af...</p>/p[@class="article-meta"]Failure 3:
<p>...</p>/pFailure 4:
<p id="languageMenuLabel" class="languages__label">This website in other languages:</p>/p[@id="languageMenuLabel"]Failure 1:
<a href="/">Home</a>/aFailure 1:
Failure 1:
<p>The Government.nl website provides information on ...</p>/pFailure 2:
<p id="languageMenuLabel" class="languages__label">This website in other languages:</p>/p[@id="languageMenuLabel"]Failure 1:
<h1 class="assistive"> Help</h1>/h1[@class="assistive"]Failure 1:
<a href="/">Home</a>/aFailure 2:
<a href="https://wetten.overheid.nl/jci1.3:c:BWBR0008659" class="external" aria-label="Law on housing benefit (opens external website)">Law on housing benefit</a>/a[@class="external"]Failure 1:
Failure 1:
<p>...</p>/pFailure 2:
<p id="languageMenuLabel" class="languages__label">This website in other languages:</p>/p[@id="languageMenuLabel"]Failure 1:
<a href="/">Home</a>/aFailure 1:
Failure 1:
<p>Central government aims to provide the best possib...</p>/pFailure 2:
<p id="languageMenuLabel" class="languages__label">This website in other languages:</p>/p[@id="languageMenuLabel"]Failure 1:
<a href="/">Home</a>/aFailure 1:
Failure 1:
<p>Are you a journalist or in another way a represent...</p>/pFailure 2:
<p id="languageMenuLabel" class="languages__label">This website in other languages:</p>/p[@id="languageMenuLabel"]Failure 1:
<a href="/">Home</a>/aFailure 1:
Failure 1:
<p>You can ask questions about legislation in the Net...</p>/pFailure 2:
<p id="languageMenuLabel" class="languages__label">This website in other languages:</p>/p[@id="languageMenuLabel"]Failure 1:
<a href="/">Home</a>/aFailure 1:
Failure 1:
<p>Government information must be easy to find, wheth...</p>/pFailure 2:
<p id="languageMenuLabel" class="languages__label">This website in other languages:</p>/p[@id="languageMenuLabel"]Failure 1:
<a href="/">Home</a>/aFailure 1:
Failure 1:
<p>Government.nl (like other websites that are part o...</p>/pFailure 2:
<p id="languageMenuLabel" class="languages__label">This website in other languages:</p>/p[@id="languageMenuLabel"]Failure 1:
<h1 class="assistive"> Cookies</h1>/h1[@class="assistive"]Failure 1:
<a href="/">Home</a>/aFailure 2:
<a href="http://creativecommons.org/licenses/?lang=en" class="external " aria-label="Creative Commons licenses (opens external website)"> Creative Commons licenses</a>/a[@class="external "]Failure 1:
Failure 1:
<p>Unless stated otherwise, CC0 (Creative Commons Zer...</p>/pFailure 2:
<p id="languageMenuLabel" class="languages__label">This website in other languages:</p>/p[@id="languageMenuLabel"]Failure 1:
<h1 class="assistive"> Copyright</h1>/h1[@class="assistive"]Failure 1:
<a href="/">Home</a>/aFailure 2:
<button class="filter-btn filtersOpen" type="button" aria-expanded="true" aria-controls="searchFilterForm">Hide filters</button>/button[@class="filter-btn filtersOpen"]Failure 3:
<select name="issue" id="topic" class="text-input ro-form__control focus-within ">...</select>/select[@id="topic"]Failure 4:
<select name="element" id="unit" class="text-input ro-form__control focus-within ">...</select>/select[@id="unit"]Failure 5:
<select name="type" id="type" class="text-input ro-form__control focus-within " aria-describedby="typeHint">...</select>/select[@id="type"]Failure 1:
<select name="issue" id="topic" class="text-input ro-form__control focus-within ">...</select>/select[@id="topic"]Failure 2:
<select name="type" id="type" class="text-input ro-form__control focus-within " aria-describedby="typeHint">...</select>/select[@id="type"]Failure 1:
Failure 1:
<p>Statement from the foreign ministers of the Sudan ...</p>/pFailure 2:
<p id="languageMenuLabel" class="languages__label">This website in other languages:</p>/p[@id="languageMenuLabel"]Failure 1:
<a href="/">Home</a>/aFailure 1:
Failure 1:
<p>The Jetten government was sworn in at Huis ten Bos...</p>/pFailure 2:
<p id="languageMenuLabel" class="languages__label">This website in other languages:</p>/p[@id="languageMenuLabel"]Failure 1:
<a href="/">Home</a>/aFailure 1:
Failure 1:
<p>...</p>/pFailure 2:
<p id="languageMenuLabel" class="languages__label">This website in other languages:</p>/p[@id="languageMenuLabel"]Failure 1:
<a href="/">Home</a>/aFailure 1:
Failure 1:
<p class="article-meta"> News item \| 01-12-2025 \| 12:54</p>/p[@class="article-meta"]Failure 2:
<p>Since Russia’s large-scale invasion of Ukraine, mi...</p>/pFailure 3:
<p id="languageMenuLabel" class="languages__label">This website in other languages:</p>/p[@id="languageMenuLabel"]Failure 1:
<a href="/">Home</a>/aFailure 2:
<a class="openLightbox" href="https://www.government.nl/binaries/large/content/gallery/rijksoverheid/content-afbeeldingen/ministeries/bz/bz-blogs/2024/com-in-oekraine/oorlog-oekraine-verwoesting.jpg">Enlarge image Verwoest flatgebouw in Kyiv, Oekraïn...</a>/a[@class="openLightbox"]Failure 1:
Failure 1:
<p class="article-meta"> News item \| 19-02-2026 \| 09:12</p>/p[@class="article-meta"]Failure 2:
<p>On 24 February 2022 Russia launched its full-scale...</p>/pFailure 3:
<p id="languageMenuLabel" class="languages__label">This website in other languages:</p>/p[@id="languageMenuLabel"]Failure 1:
<p>...</p>/pFailure 1:
<a href="/">Home</a>/aFailure 1:
Failure 1:
<p id="languageMenuLabel" class="languages__label">This website in other languages:</p>/p[@id="languageMenuLabel"]Failure 1:
<a href="/">Home</a>/aFailure 1:
Failure 1:
<p>The Government of the Netherlands handles your per...</p>/pFailure 2:
<p id="languageMenuLabel" class="languages__label">This website in other languages:</p>/p[@id="languageMenuLabel"]Failure 1:
<h1 class="assistive"> Privacy declaration</h1>/h1[@class="assistive"]Failure 1:
<a href="/">Home</a>/aFailure 1:
Failure 1:
<p id="languageMenuLabel" class="languages__label">This website in other languages:</p>/p[@id="languageMenuLabel"]Failure 1:
<a href="/">Home</a>/aFailure 1:
Failure 1:
<p id="languageMenuLabel" class="languages__label">This website in other languages:</p>/p[@id="languageMenuLabel"]Failure 1:
<a href="/">Home</a>/aFailure 1:
Failure 1:
<p>The new government took office on 23 February 2026...</p>/pFailure 2:
<p id="languageMenuLabel" class="languages__label">This website in other languages:</p>/p[@id="languageMenuLabel"]Failure 1:
<a href="/">Home</a>/aFailure 1:
<h3>Rob Jetten</h3>/h3Failure 1:
Failure 1:
<p> Prime Minister, Minister of General A...</p>/pFailure 2:
<p id="languageMenuLabel" class="languages__label">This website in other languages:</p>/p[@id="languageMenuLabel"]Failure 1:
<a href="/">Home</a>/aFailure 2:
<button class="filter-btn filtersOpen" type="button" aria-expanded="true" aria-controls="searchFilterForm">Hide filters</button>/button[@class="filter-btn filtersOpen"]Failure 3:
<select name="element" id="unit" class="text-input ro-form__control focus-within ">...</select>/select[@id="unit"]Failure 1:
<select name="element" id="unit" class="text-input ro-form__control focus-within ">...</select>/select[@id="unit"]Failure 1:
Failure 1:
<p>On 23 February 2026 the members of the Jetten gove...</p>/pFailure 2:
<p id="languageMenuLabel" class="languages__label">This website in other languages:</p>/p[@id="languageMenuLabel"]Failure 1:
<a href="/">Home</a>/aFailure 2:
<a class="openLightbox" href="https://www.government.nl/binaries/large/content/gallery/government/content-afbeeldingen/fotomatrix-positionering.png">Enlarge image </a>/a[@class="openLightbox"]Failure 1:
Failure 1:
<p>Photos for passports, identity cards and driving l...</p>/pFailure 2:
<p id="languageMenuLabel" class="languages__label">This website in other languages:</p>/p[@id="languageMenuLabel"]Failure 1:
<a href="/">Home</a>/aFailure 2:
<a class="links-list__link" href="/topics/asbestos">Asbestos</a>/a[@class="links-list__link"]Failure 1:
Failure 1:
<p id="languageMenuLabel" class="languages__label">This website in other languages:</p>/p[@id="languageMenuLabel"]Failure 1:
<a href="/">Home</a>/aFailure 2:
<a class="links-list__link" href="/topics/agriculture">Agriculture</a>/a[@class="links-list__link"]Failure 1:
Failure 1:
<p id="languageMenuLabel" class="languages__label">This website in other languages:</p>/p[@id="languageMenuLabel"]Failure 1:
<a href="/">Home</a>/aFailure 2:
<a class="links-list__link" href="/topics/appropriate-education">Appropriate education</a>/a[@class="links-list__link"]Failure 1:
Failure 1:
<p id="languageMenuLabel" class="languages__label">This website in other languages:</p>/p[@id="languageMenuLabel"]Failure 1:
<a href="/">Home</a>/aFailure 2:
<a class="links-list__link" href="/topics/abortion">Abortion</a>/a[@class="links-list__link"]Failure 1:
Failure 1:
<p id="languageMenuLabel" class="languages__label">This website in other languages:</p>/p[@id="languageMenuLabel"]Failure 1:
<a href="/">Home</a>/aFailure 2:
<a class="links-list__link" href="/topics/active-citizens">Active citizens</a>/a[@class="links-list__link"]Failure 1:
Failure 1:
<p id="languageMenuLabel" class="languages__label">This website in other languages:</p>/p[@id="languageMenuLabel"]Failure 1:
<a href="/">Home</a>/aFailure 2:
<a class="links-list__link" href="/topics/development-cooperation">Development cooperation</a>/a[@class="links-list__link"]Failure 1:
Failure 1:
<p id="languageMenuLabel" class="languages__label">This website in other languages:</p>/p[@id="languageMenuLabel"]Failure 1:
<a href="/">Home</a>/aFailure 2:
<a class="links-list__link" href="/topics/acknowledgement-of-a-child">Acknowledgement of a child</a>/a[@class="links-list__link"]Failure 1:
Failure 1:
<p id="languageMenuLabel" class="languages__label">This website in other languages:</p>/p[@id="languageMenuLabel"]Failure 1:
<a href="/">Home</a>/aFailure 2:
<button class="filter-btn filtersOpen" type="button" aria-expanded="true" aria-controls="searchFilterForm">Hide filters</button>/button[@class="filter-btn filtersOpen"]Failure 1:
Failure 1:
Failure 1:
<p class="meta">...</p>/p[@class="meta"]Failure 2:
<p> Israel and the United States have carried out att...</p>/pFailure 3:
<p id="languageMenuLabel" class="languages__label">This website in other languages:</p>/p[@id="languageMenuLabel"]Failure 1:
<a href="/">Home</a>/aFailure 1:
<button class="toggleState" aria-hidden="true">Pause slideshow</button>/button[@class="toggleState"]Failure 1:
Failure 1:
<p>The Ministry of Agriculture, Fisheries, Food Secur...</p>/pFailure 2:
<p id="languageMenuLabel" class="languages__label">This website in other languages:</p>/p[@id="languageMenuLabel"]Failure 1:
<a href="/">Home</a>/aFailure 1:
Failure 1:
<p>...</p>/pFailure 2:
<p id="languageMenuLabel" class="languages__label">This website in other languages:</p>/p[@id="languageMenuLabel"]Failure 1:
<a href="/">Home</a>/aFailure 1:
<h3>Budget and annual report</h3>/h3Failure 1:
Failure 1:
<p>The Ministry promotes the Netherlands as a country...</p>/pFailure 2:
<p id="languageMenuLabel" class="languages__label">This website in other languages:</p>/p[@id="languageMenuLabel"]Failure 1:
<a href="/">Home</a>/aFailure 1:
<button class="toggleState" aria-hidden="true">Pause slideshow</button>/button[@class="toggleState"]Failure 1:
<h3>Personnel</h3>/h3Failure 1:
Failure 1:
<p>The Ministry of Education, Culture and Science wor...</p>/pFailure 2:
<p id="languageMenuLabel" class="languages__label">This website in other languages:</p>/p[@id="languageMenuLabel"]Failure 1:
<a href="/">Home</a>/aFailure 1:
<h3>Our basic values</h3>/h3Failure 1:
Failure 1:
<p>The Ministry of Finance guards the national treasu...</p>/pFailure 2:
<p id="languageMenuLabel" class="languages__label">This website in other languages:</p>/p[@id="languageMenuLabel"]Failure 1:
<a href="/">Home</a>/aFailure 2:
<a href="http://dutchsocialmediaguide.nl/" class="external"> Social Media Atlas</a>/a[@class="external"]Failure 3:
<a href="https://x.com/DutchMFA" class="twitter"> MFA on X</a>/a[@class="twitter"]Failure 4:
<a href="https://bsky.app/profile/netherlandsmfa.bsky.social" class="bluesky"> MFA on Bluesky</a>/a[@class="bluesky"]Failure 5:
<a href="https://www.facebook.com/ministeriebz/" class="facebook"> MFA on Facebook</a>/a[@class="facebook"]… and 3 more failures for this rule
Failure 1:
Failure 1:
<p> 01-10-2025: Occitania unites ...</p>/pFailure 2:
<p id="languageMenuLabel" class="languages__label">This website in other languages:</p>/p[@id="languageMenuLabel"]Failure 1:
<a href="/">Home</a>/aFailure 1:
Failure 1:
<p>This is the Ministry of the Prime Minister, who is...</p>/pFailure 2:
<p id="languageMenuLabel" class="languages__label">This website in other languages:</p>/p[@id="languageMenuLabel"]Failure 1:
<a href="/">Home</a>/aFailure 1:
<button class="toggleState" aria-hidden="true">Pause slideshow</button>/button[@class="toggleState"]Failure 1:
Failure 1:
<p>Everyone healthy, fit and resilient: that’s the mo...</p>/pFailure 2:
<p id="languageMenuLabel" class="languages__label">This website in other languages:</p>/p[@id="languageMenuLabel"]Failure 1:
<a href="/">Home</a>/aFailure 1:
Failure 1:
<p>The Ministry of Infrastructure and Water Managemen...</p>/pFailure 2:
<p id="languageMenuLabel" class="languages__label">This website in other languages:</p>/p[@id="languageMenuLabel"]Failure 1:
<a href="/">Home</a>/aFailure 2:
<a href="https://kinderontvoering.org/en/parents/advice/traveling-with-children/" class="external " aria-label="Travel with children (opens external website)"> Travel with children</a>/a[@class="external "]Failure 1:
Failure 1:
<p>Do you intend to travel outside the Netherlands wi...</p>/pFailure 2:
<p class="meta"> PDF document \| 2 pages \| 155 kB</p>/p[@class="meta"]Failure 3:
<p id="languageMenuLabel" class="languages__label">This website in other languages:</p>/p[@id="languageMenuLabel"]Failure 1:
<a href="/">Home</a>/aFailure 1:
Failure 1:
<p class="article-meta"> News item \| 02-12-2025 \| 14:19</p>/p[@class="article-meta"]Failure 2:
<p>...</p>/pFailure 3:
<p id="languageMenuLabel" class="languages__label">This website in other languages:</p>/p[@id="languageMenuLabel"]Failure 1:
<a href="/">Home</a>/aFailure 1:
Failure 1:
<p class="article-meta"> News item \| 17-12-2025 \| 13:40</p>/p[@class="article-meta"]Failure 2:
<p>The Netherlands has announced that it will host th...</p>/pFailure 3:
<p id="languageMenuLabel" class="languages__label">This website in other languages:</p>/p[@id="languageMenuLabel"]Failure 1:
<a href="/">Home</a>/aFailure 1:
Failure 1:
<p class="article-meta"> News item \| 03-02-2026 \| 14:49</p>/p[@class="article-meta"]Failure 2:
<p>The Dutch state is selling 25.1% of its shares in ...</p>/pFailure 3:
<p id="languageMenuLabel" class="languages__label">This website in other languages:</p>/p[@id="languageMenuLabel"]Failure 1:
<p>...</p>/pFailure 1:
<a href="/">Home</a>/aFailure 2:
<a class="openLightbox" href="https://www.government.nl/binaries/large/content/gallery/government/content-afbeeldingen/government/start-of-jetten-government/presentation-jetten-government-huis-ten-bosch-palace.jpg">Enlarge image Presentation of the Jetten governmen...</a>/a[@class="openLightbox"]Failure 1:
Failure 1:
<p class="article-meta"> News item \| 23-02-2026 \| 10:30</p>/p[@class="article-meta"]Failure 2:
<p>This morning, the Jetten government was sworn in a...</p>/pFailure 3:
<p id="languageMenuLabel" class="languages__label">This website in other languages:</p>/p[@id="languageMenuLabel"]Failure 1:
<a href="/">Home</a>/aFailure 2:
<a class="links-list__link" href="/topics/air-quality">Air Quality</a>/a[@class="links-list__link"]Failure 1:
Failure 1:
<p id="languageMenuLabel" class="languages__label">This website in other languages:</p>/p[@id="languageMenuLabel"]Failure 1:
<a href="/">Home</a>/aFailure 2:
<a class="links-list__link" href="/topics/absenteeism-from-work">Absenteeism from work</a>/a[@class="links-list__link"]Failure 1:
Failure 1:
<p id="languageMenuLabel" class="languages__label">This website in other languages:</p>/p[@id="languageMenuLabel"]Failure 1:
<a href="/">Home</a>/aFailure 1:
Failure 1:
<p>We work on the foundations of the Netherlands and ...</p>/pFailure 2:
<p id="languageMenuLabel" class="languages__label">This website in other languages:</p>/p[@id="languageMenuLabel"]Failure 1:
<a href="/">Home</a>/aFailure 2:
<a class="links-list__link" href="/topics/capital-transfer-tax">Capital transfer tax</a>/a[@class="links-list__link"]Failure 1:
Failure 1:
<p id="languageMenuLabel" class="languages__label">This website in other languages:</p>/p[@id="languageMenuLabel"]Failure 1:
<a href="/">Home</a>/aFailure 2:
<a class="links-list__link" href="/topics/aviation">Aviation</a>/a[@class="links-list__link"]Failure 1:
Failure 1:
<p id="languageMenuLabel" class="languages__label">This website in other languages:</p>/p[@id="languageMenuLabel"]Failure 1:
<a href="/">Home</a>/aFailure 2:
<a class="links-list__link" href="/topics/asylum-policy">Asylum policy</a>/a[@class="links-list__link"]Failure 1:
Failure 1:
<p id="languageMenuLabel" class="languages__label">This website in other languages:</p>/p[@id="languageMenuLabel"]Failure 1:
<a href="/">Home</a>/aFailure 1:
Failure 1:
<p>Highly skilled migrants come to the Netherlands to...</p>/pFailure 2:
<p id="languageMenuLabel" class="languages__label">This website in other languages:</p>/p[@id="languageMenuLabel"]Failure 1:
<a href="/">Home</a>/aFailure 1:
Failure 1:
<p>...</p>/pFailure 2:
<p id="languageMenuLabel" class="languages__label">This website in other languages:</p>/p[@id="languageMenuLabel"]Failure 1:
<a href="/">Home</a>/aFailure 2:
<a href="https://www.rijksoverheid.nl/onderwerpen/arbeidsovereenkomst-en-cao/vraag-en-antwoord/officiele-feestdagen" class="external" aria-label="Lees deze informatie in het Nederlands (opens external website)">Lees deze informatie in het Nederlands</a>/a[@class="external"]Failure 1:
Failure 1:
<p>Here is a list of official public holidays in the ...</p>/pFailure 2:
<p id="languageMenuLabel" class="languages__label">This website in other languages:</p>/p[@id="languageMenuLabel"]Impact: moderate
Failure 1:
<nav class="mainNav" data-mobilebtntxt="Menu" data-closemobilenavtxt="Close">.mainNavImpact: serious
Failure 1:
<a href="/contact">.banner > a[href$="contact"]Impact: moderate
Failure 1:
<h3>Rob Jetten</h3>li:nth-child(1) > a > h3Impact: moderate
Failure 1:
<html class="js" xml:lang="en-GB" lang="en-GB">htmlImpact: serious
Failure 1:
<button class="toggleState" aria-hidden="true">Pause slideshow</button>.toggleStateImpact: moderate
Failure 1:
<h3>Budget and annual report</h3>h3:nth-child(2)Impact: serious
Failure 1:
<button class="toggleState" aria-hidden="true">Pause slideshow</button>.toggleStateImpact: moderate
Failure 1:
<h3>Personnel</h3>.article > h3Impact: moderate
Failure 1:
<h3>Our basic values</h3>.article > h3Impact: serious
Failure 1:
<button class="toggleState" aria-hidden="true">Pause slideshow</button>.toggleStateImpact: serious
Failure 1:
<a href="/contact">.brick > a[href$="contact"]Impact: serious
Failure 1:
<a href="/contact">.banner > a[href$="contact"]