Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DLink & Button QualityAction10 issue(s) across 136 links and 20 buttonsFIX
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://payment.schibsted.no/profile-pag… | Schibsted-konto | new tab | Add '(opens in new tab)' to text |
| https://payment.schibsted.no/about/terms… | Brukervilkår | new tab | Add '(opens in new tab)' to text |
| https://info.privacy.schibsted.com/no/sc… | Personvernerklæring | new tab | Add '(opens in new tab)' to text |
| # | (empty) | empty | Add link text or aria-label |
| # | (empty) | empty | Add link text or aria-label |
| https://www.vg.no/nyheter/i/j03dg0/lambo… | Siste: Førerkortog bil beslag… | img no alt | Add alt attribute to the image |
| https://www.vg.no/nyheter/i/j0v62w/sveri… | Sverige: Normal anklagesfor å… | img no alt | Add alt attribute to the image |
| https://www.vg.no/nyheter/i/V6xRjr/kampe… | «Like alvorligsom 1973 og2022… | img no alt | Add alt attribute to the image |
| https://www.vg.no/sport/i/pBM67j/erling-… | Skjøt City tiltopps | img no alt | Add alt attribute to the image |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
Links without text are announced as raw URLs by screen readers.
#; #
Links with no accessible text (empty <a></a>, image-only no alt, icon-only no aria-label) are unidentifiable to screen readers.
Source: WCAG 2.1 SC 2.4.4
Add '(opens in new tab)' to link text or aria-label.
https://payment.schibsted.no/profile-pages?client_id=4ef1cfb0e962dd2e0d8d0000…; https://payment.schibsted.no/about/terms?locale=nb_NO; https://info.privacy.schibsted.com/no/schibsted-norge-personvernerklaering/
Links with target="_blank" without rel="noopener" leak the originating page's window context — security and UX issue.
Learn more ▾ ▴
Without rel="noopener", the new tab can navigate the original tab via window.opener (tab-nabbing attack). Modern browsers default to noopener for target=_blank but only since recent versions. Always set rel="noopener noreferrer" explicitly.
Source: MDN target / OWASP
Icon-only buttons need an aria-label so screen readers can announce them.
button._button_6bkpv_2 (#320 on page); button._button_6bkpv_2 (#341 on page); button._button_6bkpv_2 (#383 on page); button._button_6bkpv_2 (#410 on page); button._button_6bkpv_2 (#443 on page); button._chevron_du0dc_24 (#856 on page); button._chevron_du0dc_24 (#859 on page); button._button_lgi46_1 (#1545 on page)
Buttons with no accessible text (icon-only, no aria-label) can't be activated by voice control or understood by screen readers.
Source: WCAG 2.1 SC 4.1.2
DPrint StylesheetActionNo print stylesFIX
BLandmark Structure12 landmarksREVIEW
Multiple navigations need aria-label to distinguish them for screen readers.
Some <nav> elements lack aria-label — screen-reader users hear 'navigation' multiple times with no way to distinguish them.
Learn more ▾ ▴
When a page has multiple <nav> regions (primary, footer, breadcrumb), each needs aria-label or aria-labelledby. AT users navigate by landmark; identical 'navigation' announcements force them to enter each one to discover purpose.
Source: WAI-ARIA Authoring Practices
Add a skip link as the first focusable element so keyboard users can bypass repeated navigation.
Without a skip-nav link, keyboard users tab through every nav item before reaching content — every page, every visit.
Learn more ▾ ▴
WCAG 2.4.1 (Bypass Blocks) requires a mechanism to skip past repeated content. The standard implementation is a 'Skip to main content' link that's the first focusable element, visually hidden until focused. Three lines of HTML + four of CSS.
Source: WCAG 2.1 SC 2.4.1
CHeading HierarchyAction30 headings, 1 skip(s)REVIEW
- H2 Siste: Førerkortog bil beslaglagt
- H2 Normal anklagesfor å utnytteunge ansatte
- H2 «Like alvorligsom 1973 og2022 til sammen»
- H2 Skjøt City tiltopps
- H2 Korte videoer
- H2 Siste nytt
- H3 Frigir dødsårsaken til tenåringen funnet i D4vds bil
- H3 Lamborghini-smell ved Tusenfryd: Kjørte rett i tunnelveggen
- H3 Sverige: Normal anklages for å utnytte unge ansatte
- H3 Mormonerkvinnene starter opp igjen – uten Taylor Frankie Paul
- H3 Fotballfest krasjer med løpefest i Oslo
- H3 Cup-exit for Rekdals Aalesund: – Elendig og svak omgang
- H3 Darrell Sheets kjent fra «Lagerkrigen» er død
- H3 Ellevilt semifinaledrama: Helmersen ble Glimt-helt etter 118 minutter
- H3 Britisk røykforbud vekker sterke reaksjoner
- H3 Datainnbrudd hos Rituals: Norge og Europa rammet
- H3 Mann alvorlig skadet under oppussingsarbeid i Oslo
- H3 Gjert Ingebrigtsen etter Slokvik-vraking: – Vi var litt, for å si det mildt, overrasket
- H3 Alvorlig skadet i Pakistan – gjenkjent via nettet
- H3 Stakk av fra politikontroll på Grünerløkka i Oslo
- H3 Bekreftet: Chelsea sparker Liam Rosenior
- H3 Influencer Camilla Lorentzen har født
- H3 Reese Witherspoon forsvarer seg etter AI-storm
- H3 Norsk 20-åring ble pågrepet i Nederland – nå er siktelsen utvidet
- H3 Tre middager med torsk
- H3 Branns europabakrus: – En stor mental belastning
- H2 Les dagens Lunch
- H2 Les dagens Pondus
- H2 Les dagens Hjalmar
- H4 Neste skipped
Every page should have one H1 that describes the page content.
No H1 means screen-reader users can't identify the page's primary topic, and Google's content-extraction degrades.
Learn more ▾ ▴
The H1 is the document title for assistive tech and a strong signal to search engines about page topic. Pages without one force screen readers to fall back to the <title> attribute or page chrome. Add a single H1 that names the page's primary subject.
Source: WCAG 2.4.6 / Google Search Central
Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.
Skipping heading levels breaks the document outline — screen-reader users lose track of section nesting.
Learn more ▾ ▴
Screen reader users navigate by jumping between headings (H1 → H2 → H3). Skipping (H1 → H3) breaks the sense of hierarchy. Use sequential levels even if you don't like the default styling — restyle with CSS instead. WCAG 1.3.1 (Info and Relationships) treats this as an A failure.
Source: WCAG 2.1 SC 1.3.1 / W3C WAI
B404 Error PageHTTP 404, custom pageREVIEW
BFavicon & Branding11 icon(s) detectedREVIEW
BDark Mode SupportDark mode detectedREVIEW
Detection limited to meta tags and inline styles.
BColor Contrast (Screenshot)20 text elements analyzed, 0 fail WCAG AAREVIEW
Analyzes text contrast against the actual rendered page, including background images, gradients, and overlays that CSS-based tools cannot detect.
Show all checked elements (20)
| Element | Ratio | Required | FG | BG | Result |
|---|---|---|---|---|---|
| h2 Korte videoer | 3.00:1 | 3.0:1 | #000000 | #595959 | Pass |
| h2 Siste nytt | 3.00:1 | 3.0:1 | #000000 | #595959 | Pass |
| h2 Les dagens Lunch | 3.00:1 | 3.0:1 | #000000 | #595959 | Pass |
| h2 Les dagens Pondus | 3.00:1 | 3.0:1 | #000000 | #595959 | Pass |
| h2 Les dagens Hjalmar | 3.00:1 | 3.0:1 | #000000 | #595959 | Pass |
| h3 Frigir dødsårsaken… | 3.00:1 | 3.0:1 | #000000 | #595959 | Pass |
| h3 Lamborghini-smell ve… | 3.00:1 | 3.0:1 | #000000 | #595959 | Pass |
| h3 Sverige: Normal ankl… | 3.00:1 | 3.0:1 | #000000 | #595959 | Pass |
| h3 Mormonerkvinnene sta… | 3.00:1 | 3.0:1 | #000000 | #595959 | Pass |
| h3 Fotballfest krasjer … | 3.00:1 | 3.0:1 | #000000 | #595959 | Pass |
| h3 Cup-exit for Rekdals… | 3.00:1 | 3.0:1 | #000000 | #595959 | Pass |
| h3 Darrell Sheets kjent… | 3.00:1 | 3.0:1 | #000000 | #595959 | Pass |
| h3 Ellevilt semifinaled… | 3.00:1 | 3.0:1 | #000000 | #595959 | Pass |
| h3 Britisk røykforbu… | 3.00:1 | 3.0:1 | #000000 | #595959 | Pass |
| h3 Datainnbrudd hos Rit… | 3.00:1 | 3.0:1 | #000000 | #595959 | Pass |
| h3 Mann alvorlig skadet… | 3.00:1 | 3.0:1 | #000000 | #595959 | Pass |
| h3 Gjert Ingebrigtsen e… | 3.00:1 | 3.0:1 | #000000 | #595959 | Pass |
| h3 Alvorlig skadet i Pa… | 3.00:1 | 3.0:1 | #000000 | #595959 | Pass |
| h3 Stakk av fra politik… | 3.00:1 | 3.0:1 | #000000 | #595959 | Pass |
| h3 Bekreftet: Chelsea s… | 3.00:1 | 3.0:1 | #000000 | #595959 | Pass |
Methodology: The top 20 text elements by font size were checked. Background color was sampled from the desktop screenshot using a 5-point pattern. WCAG 2.1 AA requires 4.5:1 for normal text and 3:1 for large text.
A+Alt Text QualityAll 8 images OKPASS
A+Form AccessibilityAll 2 controls labeledPASS
| Control | Type | Label | Method |
|---|---|---|---|
| q | search | Søk | aria-label |
| q | search | Søk | aria-label |
A+Web ManifestPWA-readyPASS
A+Lighthouse Accessibility AuditsScore 100/100 — 1 failing, 29 passedPASS
Accessibility
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Torsdag
Rask
Tradisjonell blomkålsuppe
Tilberedningstid:
30 min.
Lagret av
2.4K ol._dishList_1chga_83 > li._listItemWrapper_1chga_118 > track-element > a._listItem_1chga_118 |