5G Netz (1 issues)
No Main Landmark found
+
Alle Geräte (1 issues)
Repeated blocks cannot be bypassed
+
Mobile Router (1 issues)
Repeated blocks cannot be bypassed
+
Smartphone Tarife (1 issues)
Repeated blocks cannot be bypassed
+
Smartphones (1 issues)
Repeated blocks cannot be bypassed
+
Smartwatches (1 issues)
Repeated blocks cannot be bypassed
+
Tablets (1 issues)
Repeated blocks cannot be bypassed
+
Tastenhandys (1 issues)
Repeated blocks cannot be bypassed
+
Observation Details
Shop Pages are repeating certain content blocks.
Breadcrumb navigation
Optional product highlights
Product group navigation
Main heading and description
Filtering and sorting mechanisms
Product list
Side bar with payment information and offer details
SEO content/landing page content, including FAQ section
Those parts are not correctly identifiable by common mechanisms like landmarks (only main landmark used) or heading structure (only main heading and headings in optional landing page/SEO content). Reaching certain parts of the page is made very difficult for users of keyboard or other assistive technology like screen readers.
Remediation Notes
Ensure use of proper structure of of the page and easy identification of repeated content blocks by using a combination of landmarks, and HTML headings. An example structure for the shop pages containing product lists, could be as followed:
HTML header
The current header element is not part of this audit, thus its current contents are not listed in here.
Breadcrumb navigation as HTML
<nav>element, labeled to differentiate from main menu, and including an ordered list<ol>Option product highlights identified by
<h2>headingDevice group navigation, using
<nav>navigation element, labeled to differentiate from other menus
<main>landmark<h1>main heading and description text content<section>for filtering and sortingevaluate use of ARIA role search
add
<h2>heading withidattribute andlabel the section by using
aria-labelledby=""with the heading ID
<section>for product list as your main contentadd
<h2>heading withidattribute andlabel the section by using
aria-labelledby=""with the heading IDThe actual device list should use
<ul>Each product card should be
<article>including<h3>with product nameNo further nesting of landmarks should be needed inside this section as the structure is well defined by the article elements and their nested heading
<section>for sidebar content; ideally labeled by a visible heading<h2>that describes all sidebar content; sections inside sidebar should not use<section>but only<h3>for structure<section>for landing page, SEO content and FAQ; sections inside should not use<section>but only<h2>and<h3>for structure
HTML footer
Additionally, the use of skip links should be evaluated. Skip links are not only meant to be the first links on a page, but can also be used before certain repeated content blocks. For example, at the start of the main landmark, there could be a skip link that skips the product list and brings the user to the sidebar content or the FAQ section. Skip links can also be used at the end of a section or landmark to go back to its beginning. For example, at the end of the product list, which can be quite long, there could be a skip link to reach the start of the product list again.
Using proper structure of HTML headings usually makes "custom landmarks" (by sections) a redundant mechanism to navigate on a page, so they should not be used on everything. Only use landmarks for broad page structure.
The same goes for skip links. If a proper heading structure and optional landmarks already exist, there usually is no need for additional skip links.
Please (also) refer to observation 1.3.1 Info and Relationships – "Semantic HTML" for general remarks about the use of semantic HTML.
Observation Details
Shop Pages are repeating certain content blocks.
Breadcrumb navigation
Optional product highlights
Product group navigation
Main heading and description
Filtering and sorting mechanisms
Product list
Side bar with payment information and offer details
SEO content/landing page content, including FAQ section
Those parts are not correctly identifiable by common mechanisms like landmarks (only main landmark used) or heading structure (only main heading and headings in optional landing page/SEO content). Reaching certain parts of the page is made very difficult for users of keyboard or other assistive technology like screen readers.
Remediation Notes
Ensure use of proper structure of of the page and easy identification of repeated content blocks by using a combination of landmarks, and HTML headings. An example structure for the shop pages containing product lists, could be as followed:
HTML header
The current header element is not part of this audit, thus its current contents are not listed in here.
Breadcrumb navigation as HTML
<nav>element, labeled to differentiate from main menu, and including an ordered list<ol>Option product highlights identified by
<h2>headingDevice group navigation, using
<nav>navigation element, labeled to differentiate from other menus
<main>landmark<h1>main heading and description text content<section>for filtering and sortingevaluate use of ARIA role search
add
<h2>heading withidattribute andlabel the section by using
aria-labelledby=""with the heading ID
<section>for product list as your main contentadd
<h2>heading withidattribute andlabel the section by using
aria-labelledby=""with the heading IDThe actual device list should use
<ul>Each product card should be
<article>including<h3>with product nameNo further nesting of landmarks should be needed inside this section as the structure is well defined by the article elements and their nested heading
<section>for sidebar content; ideally labeled by a visible heading<h2>that describes all sidebar content; sections inside sidebar should not use<section>but only<h3>for structure<section>for landing page, SEO content and FAQ; sections inside should not use<section>but only<h2>and<h3>for structure
HTML footer
Additionally, the use of skip links should be evaluated. Skip links are not only meant to be the first links on a page, but can also be used before certain repeated content blocks. For example, at the start of the main landmark, there could be a skip link that skips the product list and brings the user to the sidebar content or the FAQ section. Skip links can also be used at the end of a section or landmark to go back to its beginning. For example, at the end of the product list, which can be quite long, there could be a skip link to reach the start of the product list again.
Using proper structure of HTML headings usually makes "custom landmarks" (by sections) a redundant mechanism to navigate on a page, so they should not be used on everything. Only use landmarks for broad page structure.
The same goes for skip links. If a proper heading structure and optional landmarks already exist, there usually is no need for additional skip links.
Please (also) refer to observation 1.3.1 Info and Relationships – "Semantic HTML" for general remarks about the use of semantic HTML.
Observation Details
Shop Pages are repeating certain content blocks.
Breadcrumb navigation
Optional product highlights
Product group navigation
Main heading and description
Filtering and sorting mechanisms
Product list
Side bar with payment information and offer details
SEO content/landing page content, including FAQ section
Those parts are not correctly identifiable by common mechanisms like landmarks (only main landmark used) or heading structure (only main heading and headings in optional landing page/SEO content). Reaching certain parts of the page is made very difficult for users of keyboard or other assistive technology like screen readers.
Remediation Notes
Ensure use of proper structure of of the page and easy identification of repeated content blocks by using a combination of landmarks, and HTML headings. An example structure for the shop pages containing product lists, could be as followed:
HTML header
The current header element is not part of this audit, thus its current contents are not listed in here.
Breadcrumb navigation as HTML
<nav>element, labeled to differentiate from main menu, and including an ordered list<ol>Option product highlights identified by
<h2>headingDevice group navigation, using
<nav>navigation element, labeled to differentiate from other menus
<main>landmark<h1>main heading and description text content<section>for filtering and sortingevaluate use of ARIA role search
add
<h2>heading withidattribute andlabel the section by using
aria-labelledby=""with the heading ID
<section>for product list as your main contentadd
<h2>heading withidattribute andlabel the section by using
aria-labelledby=""with the heading IDThe actual device list should use
<ul>Each product card should be
<article>including<h3>with product nameNo further nesting of landmarks should be needed inside this section as the structure is well defined by the article elements and their nested heading
<section>for sidebar content; ideally labeled by a visible heading<h2>that describes all sidebar content; sections inside sidebar should not use<section>but only<h3>for structure<section>for landing page, SEO content and FAQ; sections inside should not use<section>but only<h2>and<h3>for structure
HTML footer
Additionally, the use of skip links should be evaluated. Skip links are not only meant to be the first links on a page, but can also be used before certain repeated content blocks. For example, at the start of the main landmark, there could be a skip link that skips the product list and brings the user to the sidebar content or the FAQ section. Skip links can also be used at the end of a section or landmark to go back to its beginning. For example, at the end of the product list, which can be quite long, there could be a skip link to reach the start of the product list again.
Using proper structure of HTML headings usually makes "custom landmarks" (by sections) a redundant mechanism to navigate on a page, so they should not be used on everything. Only use landmarks for broad page structure.
The same goes for skip links. If a proper heading structure and optional landmarks already exist, there usually is no need for additional skip links.
Please (also) refer to observation 1.3.1 Info and Relationships – "Semantic HTML" for general remarks about the use of semantic HTML.
Observation Details
Shop Pages are repeating certain content blocks.
Breadcrumb navigation
Optional product highlights
Product group navigation
Main heading and description
Filtering and sorting mechanisms
Product list
Side bar with payment information and offer details
SEO content/landing page content, including FAQ section
Those parts are not correctly identifiable by common mechanisms like landmarks (only main landmark used) or heading structure (only main heading and headings in optional landing page/SEO content). Reaching certain parts of the page is made very difficult for users of keyboard or other assistive technology like screen readers.
Remediation Notes
Ensure use of proper structure of of the page and easy identification of repeated content blocks by using a combination of landmarks, and HTML headings. An example structure for the shop pages containing product lists, could be as followed:
HTML header
The current header element is not part of this audit, thus its current contents are not listed in here.
Breadcrumb navigation as HTML
<nav>element, labeled to differentiate from main menu, and including an ordered list<ol>Option product highlights identified by
<h2>headingDevice group navigation, using
<nav>navigation element, labeled to differentiate from other menus
<main>landmark<h1>main heading and description text content<section>for filtering and sortingevaluate use of ARIA role search
add
<h2>heading withidattribute andlabel the section by using
aria-labelledby=""with the heading ID
<section>for product list as your main contentadd
<h2>heading withidattribute andlabel the section by using
aria-labelledby=""with the heading IDThe actual device list should use
<ul>Each product card should be
<article>including<h3>with product nameNo further nesting of landmarks should be needed inside this section as the structure is well defined by the article elements and their nested heading
<section>for sidebar content; ideally labeled by a visible heading<h2>that describes all sidebar content; sections inside sidebar should not use<section>but only<h3>for structure<section>for landing page, SEO content and FAQ; sections inside should not use<section>but only<h2>and<h3>for structure
HTML footer
Additionally, the use of skip links should be evaluated. Skip links are not only meant to be the first links on a page, but can also be used before certain repeated content blocks. For example, at the start of the main landmark, there could be a skip link that skips the product list and brings the user to the sidebar content or the FAQ section. Skip links can also be used at the end of a section or landmark to go back to its beginning. For example, at the end of the product list, which can be quite long, there could be a skip link to reach the start of the product list again.
Using proper structure of HTML headings usually makes "custom landmarks" (by sections) a redundant mechanism to navigate on a page, so they should not be used on everything. Only use landmarks for broad page structure.
The same goes for skip links. If a proper heading structure and optional landmarks already exist, there usually is no need for additional skip links.
Please (also) refer to observation 1.3.1 Info and Relationships – "Semantic HTML" for general remarks about the use of semantic HTML.
Observation Details
Shop Pages are repeating certain content blocks.
Breadcrumb navigation
Optional product highlights
Product group navigation
Main heading and description
Filtering and sorting mechanisms
Product list
Side bar with payment information and offer details
SEO content/landing page content, including FAQ section
Those parts are not correctly identifiable by common mechanisms like landmarks (only main landmark used) or heading structure (only main heading and headings in optional landing page/SEO content). Reaching certain parts of the page is made very difficult for users of keyboard or other assistive technology like screen readers.
Remediation Notes
Ensure use of proper structure of of the page and easy identification of repeated content blocks by using a combination of landmarks, and HTML headings. An example structure for the shop pages containing product lists, could be as followed:
HTML header
The current header element is not part of this audit, thus its current contents are not listed in here.
Breadcrumb navigation as HTML
<nav>element, labeled to differentiate from main menu, and including an ordered list<ol>Option product highlights identified by
<h2>headingDevice group navigation, using
<nav>navigation element, labeled to differentiate from other menus
<main>landmark<h1>main heading and description text content<section>for filtering and sortingevaluate use of ARIA role search
add
<h2>heading withidattribute andlabel the section by using
aria-labelledby=""with the heading ID
<section>for product list as your main contentadd
<h2>heading withidattribute andlabel the section by using
aria-labelledby=""with the heading IDThe actual device list should use
<ul>Each product card should be
<article>including<h3>with product nameNo further nesting of landmarks should be needed inside this section as the structure is well defined by the article elements and their nested heading
<section>for sidebar content; ideally labeled by a visible heading<h2>that describes all sidebar content; sections inside sidebar should not use<section>but only<h3>for structure<section>for landing page, SEO content and FAQ; sections inside should not use<section>but only<h2>and<h3>for structure
HTML footer
Additionally, the use of skip links should be evaluated. Skip links are not only meant to be the first links on a page, but can also be used before certain repeated content blocks. For example, at the start of the main landmark, there could be a skip link that skips the product list and brings the user to the sidebar content or the FAQ section. Skip links can also be used at the end of a section or landmark to go back to its beginning. For example, at the end of the product list, which can be quite long, there could be a skip link to reach the start of the product list again.
Using proper structure of HTML headings usually makes "custom landmarks" (by sections) a redundant mechanism to navigate on a page, so they should not be used on everything. Only use landmarks for broad page structure.
The same goes for skip links. If a proper heading structure and optional landmarks already exist, there usually is no need for additional skip links.
Please (also) refer to observation 1.3.1 Info and Relationships – "Semantic HTML" for general remarks about the use of semantic HTML.
Observation Details
Shop Pages are repeating certain content blocks.
Breadcrumb navigation
Optional product highlights
Product group navigation
Main heading and description
Filtering and sorting mechanisms
Product list
Side bar with payment information and offer details
SEO content/landing page content, including FAQ section
Those parts are not correctly identifiable by common mechanisms like landmarks (only main landmark used) or heading structure (only main heading and headings in optional landing page/SEO content). Reaching certain parts of the page is made very difficult for users of keyboard or other assistive technology like screen readers.
Remediation Notes
Ensure use of proper structure of of the page and easy identification of repeated content blocks by using a combination of landmarks, and HTML headings. An example structure for the shop pages containing product lists, could be as followed:
HTML header
The current header element is not part of this audit, thus its current contents are not listed in here.
Breadcrumb navigation as HTML
<nav>element, labeled to differentiate from main menu, and including an ordered list<ol>Option product highlights identified by
<h2>headingDevice group navigation, using
<nav>navigation element, labeled to differentiate from other menus
<main>landmark<h1>main heading and description text content<section>for filtering and sortingevaluate use of ARIA role search
add
<h2>heading withidattribute andlabel the section by using
aria-labelledby=""with the heading ID
<section>for product list as your main contentadd
<h2>heading withidattribute andlabel the section by using
aria-labelledby=""with the heading IDThe actual device list should use
<ul>Each product card should be
<article>including<h3>with product nameNo further nesting of landmarks should be needed inside this section as the structure is well defined by the article elements and their nested heading
<section>for sidebar content; ideally labeled by a visible heading<h2>that describes all sidebar content; sections inside sidebar should not use<section>but only<h3>for structure<section>for landing page, SEO content and FAQ; sections inside should not use<section>but only<h2>and<h3>for structure
HTML footer
Additionally, the use of skip links should be evaluated. Skip links are not only meant to be the first links on a page, but can also be used before certain repeated content blocks. For example, at the start of the main landmark, there could be a skip link that skips the product list and brings the user to the sidebar content or the FAQ section. Skip links can also be used at the end of a section or landmark to go back to its beginning. For example, at the end of the product list, which can be quite long, there could be a skip link to reach the start of the product list again.
Using proper structure of HTML headings usually makes "custom landmarks" (by sections) a redundant mechanism to navigate on a page, so they should not be used on everything. Only use landmarks for broad page structure.
The same goes for skip links. If a proper heading structure and optional landmarks already exist, there usually is no need for additional skip links.
Please (also) refer to observation 1.3.1 Info and Relationships – "Semantic HTML" for general remarks about the use of semantic HTML.
Observation Details
Shop Pages are repeating certain content blocks. Depending on shop page:
Breadcrumb navigation
Optional product highlights
Product group navigation
Main heading and description
Filtering and sorting mechanisms
Product list
Side bar with payment information and offer details
SEO content/landing page content, including FAQ section
Direkteinstiege
Those parts are not correctly identifiable by common mechanisms like landmarks (only main landmark used) or heading structure (only main heading and headings in optional landing page/SEO content). Reaching certain parts of the page is made very difficult for users of keyboard or other assistive technology like screen readers.
Remediation Notes
Ensure use of proper structure of of the page and easy identification of repeated content blocks by using a combination of landmarks, and HTML headings. An example structure for the shop pages containing product lists, could be as followed:
HTML header
The current header element is not part of this audit, thus its current contents are not listed in here.
Breadcrumb navigation as HTML
<nav>element, labeled to differentiate from main menu, and including an ordered list<ol>Option product highlights identified by
<h2>headingDevice group navigation, using
<nav>navigation element, labeled to differentiate from other menus
<main>landmark<h1>main heading and description text content<section>for filtering and sortingevaluate use of ARIA role search
add
<h2>heading withidattribute andlabel the section by using
aria-labelledby=""with the heading ID
<section>for product list as your main contentadd
<h2>heading withidattribute andlabel the section by using
aria-labelledby=""with the heading IDThe actual device list should use
<ul>Each product card should be
<article>including<h3>with product nameNo further nesting of landmarks should be needed inside this section as the structure is well defined by the article elements and their nested heading
<section>for sidebar content; ideally labeled by a visible heading<h2>that describes all sidebar content; sections inside sidebar should not use<section>but only<h3>for structure<section>for landing page, SEO content and FAQ; sections inside should not use<section>but only<h2>and<h3>for structure
HTML footer
Additionally, the use of skip links should be evaluated. Skip links are not only meant to be the first links on a page, but can also be used before certain repeated content blocks. For example, at the start of the main landmark, there could be a skip link that skips the product list and brings the user to the sidebar content or the FAQ section. Skip links can also be used at the end of a section or landmark to go back to its beginning. For example, at the end of the product list, which can be quite long, there could be a skip link to reach the start of the product list again.
Using proper structure of HTML headings usually makes "custom landmarks" (by sections) a redundant mechanism to navigate on a page, so they should not be used on everything. Only use landmarks for broad page structure.
The same goes for skip links. If a proper heading structure and optional landmarks already exist, there usually is no need for additional skip links.
Please (also) refer to observation 1.3.1 Info and Relationships – "Semantic HTML" for general remarks about the use of semantic HTML.
Observation Details
Main content is not included in main landmark.