Skip to content
https://control-webpanel.com

Accessibility

· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.
SCORE
56
GRADE
D
FIX
4
REVIEW
7
PASS
2
INFO
0
Checks
13
2 PASS 7 REVIEW 4 FIX
D
Web Manifest
Action
Not found
FIX
Not found
Info::
No web manifest found
No manifest at standard paths (/manifest.json, /site.webmanifest). A manifest is optional but enables PWA features like home screen installation and standalone display.

No web manifest found.

D
Dark Mode Support
Action
No dark mode signals
FIX
No dark mode signals
Info::
No dark mode signals detected
Consider adding CSS with @media (prefers-color-scheme: dark) and <meta name='color-scheme' content='light dark'>.
Info::
Detection limited to meta tags and inline styles
External CSS files may contain prefers-color-scheme rules not visible to this scan.
Dark ModeNo Dark Mode Detected
color-scheme meta Not set Dark theme-color Not set CSS indicators Not detected

Detection limited to meta tags and inline styles.

D
Print Stylesheet
Action
No print styles
FIX
No print styles
Info::
No print-specific styles detected
When users print this page, they get the screen layout including navigation and non-essential elements. Add @media print rules to hide navigation and optimize layout for paper.
Print Stylesheet No Print Styles
Print stylesheet Not found Inline @media print Not detected
F
Navigation UX
Action
No navigation patterns
FIX
No navigation patterns
Info::
1 navigation landmark(s) detected
Info::
No breadcrumbs, search, or skip link detected
These navigation aids help users orient themselves and find content efficiently, especially on large sites.
Breadcrumbs
Search
Skip Link
Labeled Navigation 1 <nav> element(s)
Back to Top
Hamburger Menu
Sticky Navigation Cannot reliably detect (CSS-based)
1 of 6 testable patterns navigation patterns detected. Limited navigation support. Consider adding breadcrumbs, search, and skip link.
C
Landmark Structure
Action
3 landmarks
REVIEW
3 landmarks
Critical::
No <main> landmark found
Screen reader users cannot quickly navigate to the primary content. Wrap your main content in <main>.
Info::
1 <nav> landmark(s) found
Warning::
Skip navigation link is missing (WCAG 2.4.1)
Add a skip link as the first focusable element so keyboard users can bypass repeated navigation.
Page Structure — as a screen reader sees it
BANNER header NAV MAIN (missing!) CONTENTINFO footer

Screen reader users cannot quickly navigate to the primary content. Wrap your main content in <main>.

Why this matters

Without a <main> landmark, screen-reader users can't skip past the navigation to the page content — every page starts with re-reading the menu.

Learn more

The <main> element marks the page's primary content area. Assistive tech offers a 'jump to main' shortcut — but only if <main> exists. Without it, every page navigation forces re-reading the header. Wrap your primary content in a single <main>.

Source: WAI-ARIA / WCAG 2.4.1

Add a skip link as the first focusable element so keyboard users can bypass repeated navigation.

Why this matters

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

C
Heading Hierarchy
Action
54 headings, 3 skip(s)
REVIEW
54 headings, 3 skip(s)
Info::
Single H1 present
Warning::
Heading level skipped: H1 → H4 (missing H2)
Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.
Warning::
Heading level skipped: H3 → H5 (missing H4)
Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.
Warning::
Heading level skipped: H3 → H5 (missing H4)
Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.
  • H2 Quick Links
  • H1 CONTROL WEB PANEL
  • H4 Who We Are skipped
  • H3 What We Offer ?
  • H4 Our Mission
  • H3 Our Mission ?
  • H4 Our Vision
  • H3 Believe in our Vision:
  • H4 Our Strategy
  • H3 The Journey Ahead
  • H3 Enhance Your Experience with CWPpro
  • H3 Enterprise-Grade Support
  • H2 WHY FREE?
  • H2 PREMIUM SUPPORT
  • H2 Growth Goals
  • H3 IT IS FREE, FOR THE SECURITY CONSCIOUS! AI POWERED COMMUNITY DRIVEN BUILT FOR SPEED SO MAKE USE OF IT! FOR IT'S FULLY YOURS!!
  • H3 CWP IS A MODERN INNOVATIVE AND FREE LINUX CONTROL WEBPANEL FOR HOSTING COMPANIES AND SYS.ADMINS.
  • H3 Unmatched Security
  • H5 HIGH PERFORMANCE skipped
  • H5 FULLY RESPONSIVE
  • H5 Innovative Extensibility
  • H3 FUN STUFF
  • H4 Years in Development
  • H4 Partners
  • H4 Servers Running CWP
  • H3 SKILLS
  • H3 It’s not just a Web Panel.
  • H3 Unlock the Power of CWPpro
  • H3 Commitment to Support
  • H3 Focus on Your Business, Not Your Server
  • H5 ADVANCED FEATURES skipped
  • H5 ADVANCE EMAIL
  • H5 DOMAIN MANAGEMENT
  • H4 Resource Viewer
  • H5 Systems resources
  • H4 New File Manager
  • H5 Modern Sleek
  • H4 Upload Manager
  • H5 SImpler
  • H4 Resource Viewer
  • H5 Systems resources
  • H4 New File Manager
  • H5 Modern Sleek
  • H4 Great Product
  • H5 The best that can be!
  • H4 Customization Available
  • H5 Making awesome features
  • H4 Premium Support Available
  • H5 Support is key in any product
  • H3 TESTIMONIALS
  • H2 CWP
  • H2 USEFULL LINKS
  • H2 Resources
  • H2 Languages

Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.

Why this matters

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

Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.

Why this matters

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

Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.

Why this matters

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

C
Form Accessibility
Action
5 of 6 controls have issues
REVIEW
5 of 6 controls have issues
Critical::
5 control(s) without accessible label
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
Got: <input type="text" name="sl" id="goog-gt-votingInputSrcLang">; <input type="text" name="tl" id="goog-gt-votingInputTrgLang">; <input type="text" name="query" id="goog-gt-votingInputSrcText">; <input type="text" name="gtrans" id="goog-gt-votingInputTrgText">; <input type="text" name="vote" id="goog-gt-votingInputVote">
Info::
1 control(s) properly labeled
6 controls
1 labeled
0 placeholder only
5 unlabeled
ControlTypeLabelMethod
selectselectLanguage Translate Widgetaria-label
#goog-gt-votingInputSrcLangtext(none)none
#goog-gt-votingInputTrgLangtext(none)none
#goog-gt-votingInputSrcTexttext(none)none
#goog-gt-votingInputTrgTexttext(none)none
#goog-gt-votingInputVotetext(none)none

Form controls need a <label>, aria-label, or aria-labelledby for screen readers.

<input type="text" name="sl" id="goog-gt-votingInputSrcLang">; <input type="text" name="tl" id="goog-gt-votingInputTrgLang">; <input type="text" name="query" id="goog-gt-votingInputSrcText">; <input type="text" name="gtrans" id="goog-gt-votingInputTrgText">; <input type="text" name="vote" id="goog-gt-votingInputVote">

Why this matters

Form controls without labels — assistive tech announces 'edit text' with no context; users can't complete forms.

Source: WCAG 2.1 SC 3.3.2

B
Favicon & Branding
4 icon(s) detected
REVIEW
4 icon(s) detected
Info::
favicon.ico present at site root
Info::
HTML icon links detected
Info::
Apple touch icon present
Info::
Multiple icon sizes detected
favicon.ico Present
PNG Icons Present
Apple Touch Present
SVG Favicon Missing
Manifest Icons Missing
Multiple Sizes Present
C
Color Contrast (Screenshot)
Action
20 text elements analyzed, 20 fail WCAG AA
REVIEW

Analyzes text contrast against the actual rendered page, including background images, gradients, and overlays that CSS-based tools cannot detect.

0 pass 20 fail WCAG AA
h1 CONTROL WEB PANEL
1.04:1
#000000
on
#02080D
needs 3.0:1 (large text)
32px · bottom of viewport
h2 Quick Links
2.24:1
#000000
on
#20496F
needs 3.0:1 (large text)
24px · top of page (header area)
h2 WHY FREE?
1.04:1
#000000
on
#02080D
needs 3.0:1 (large text)
24px · bottom of viewport
h2 PREMIUM SUPPORT
1.04:1
#000000
on
#02080D
needs 3.0:1 (large text)
24px · bottom of viewport
h2 Growth Goals
1.04:1
#000000
on
#02080D
needs 3.0:1 (large text)
24px · bottom of viewport
h2 CWP
1.04:1
#000000
on
#02080D
needs 3.0:1 (large text)
24px · bottom of viewport
h2 USEFULL LINKS
1.04:1
#000000
on
#02080D
needs 3.0:1 (large text)
24px · bottom of viewport
h2 Resources
1.04:1
#000000
on
#02080D
needs 3.0:1 (large text)
24px · bottom of viewport
h2 Languages
1.04:1
#000000
on
#02080D
needs 3.0:1 (large text)
24px · bottom of viewport
h3 Vision:
1.04:1
#000000
on
#02080D
needs 3.0:1 (large text)
19px · bottom of viewport
h3 CWP IS A MODERN INNOVATIVE AND FREE LINU…
1.04:1
#000000
on
#02080D
needs 3.0:1 (large text)
19px · bottom of viewport
h3 STUFF
1.04:1
#000000
on
#02080D
needs 3.0:1 (large text)
19px · bottom of viewport
h3 SKILLS
1.04:1
#000000
on
#02080D
needs 3.0:1 (large text)
19px · bottom of viewport
h3 just a Web Panel.
1.04:1
#000000
on
#02080D
needs 3.0:1 (large text)
19px · bottom of viewport
title Control-WebPanel [CWP] – Free Linux We…
1.91:1
#000000
on
#113E68
needs 4.5:1 (normal text)
16px · top of page (header area)
p CWP aims at providing the best possible …
1.91:1
#000000
on
#113E68
needs 4.5:1 (normal text)
16px · top of page (header area)
a Demo
2.71:1
#000000
on
#30557B
needs 4.5:1 (normal text)
16px · top of page (header area)
a CWPpro
2.75:1
#000000
on
#31567B
needs 4.5:1 (normal text)
16px · above the fold
a Support Services
2.78:1
#000000
on
#30577C
needs 4.5:1 (normal text)
16px · above the fold
a Wiki
2.22:1
#000000
on
#22486E
needs 4.5:1 (normal text)
16px · above the fold
Show all checked elements (20)
ElementRatioRequiredFGBGResult
h1 CONTROL WEB PANEL1.04:13.0:1
#000000
#02080D
Fail
h2 Quick Links2.24:13.0:1
#000000
#20496F
Fail
h2 WHY FREE?1.04:13.0:1
#000000
#02080D
Fail
h2 PREMIUM SUPPORT1.04:13.0:1
#000000
#02080D
Fail
h2 Growth Goals1.04:13.0:1
#000000
#02080D
Fail
h2 CWP1.04:13.0:1
#000000
#02080D
Fail
h2 USEFULL LINKS1.04:13.0:1
#000000
#02080D
Fail
h2 Resources1.04:13.0:1
#000000
#02080D
Fail
h2 Languages1.04:13.0:1
#000000
#02080D
Fail
h3 Vision:1.04:13.0:1
#000000
#02080D
Fail
h3 CWP IS A MODERN INNO…1.04:13.0:1
#000000
#02080D
Fail
h3 STUFF1.04:13.0:1
#000000
#02080D
Fail
h3 SKILLS1.04:13.0:1
#000000
#02080D
Fail
h3 just a Web Panel.1.04:13.0:1
#000000
#02080D
Fail
title Control-WebPanel [CW…1.91:14.5:1
#000000
#113E68
Fail
p CWP aims at providin…1.91:14.5:1
#000000
#113E68
Fail
a Demo2.71:14.5:1
#000000
#30557B
Fail
a CWPpro2.75:14.5:1
#000000
#31567B
Fail
a Support Services2.78:14.5:1
#000000
#30577C
Fail
a Wiki2.22:14.5:1
#000000
#22486E
Fail

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.

C
Lighthouse Accessibility Audits
Action
Score 72/100 — 9 failing, 22 passed
REVIEW
72

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.

ARIA

Each ARIA `role` supports a specific subset of `aria-*` attributes. Mismatching these invalidates the `aria-*` attributes. Learn how to match ARIA attributes to their roles.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
2 div.col-md-7 > div#caros_69e80c7ce4983 > ul.slick-dots > li#slick-slide01

Some ARIA parent roles must contain specific child roles to perform their intended accessibility functions. Learn more about roles and required children elements.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
1 2 3 div.row > div.col-md-7 > div#caros_69e80c7ce4983 > ul.slick-dots

When an input field doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. Learn more about input field labels.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
Resource Viewer Systems resources We understand that knowing the load of your m… div.col-md-7 > div#caros_69e80c7ce4983 > div.slick-list > div.slick-track
Tony-System Admin Very Stable ” I have been using centos webpanel for 3 year … div.col-md-12 > div.testi-69e80c7ce60ec > div.slick-list > div.slick-track

These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.

Contrast

Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
With a minimum requirement of just 1 GB of RAM for 64-bit systems, CWP is a lig… div.icon_box > div.box_content > p.box_text > span
1 GB of RAM div.box_content > p.box_text > span > b
speed div.box_content > p.box_text > span > b
FULLY RESPONSIVE div.colm_69e80c7ce1a4b > div.icon_box > div.box_content > h5.box_title
CWP is built with a modern, intuitive, and fully responsive interface. Our desi… div.colm_69e80c7ce1a4b > div.icon_box > div.box_content > p.box_text
fully responsive div.icon_box > div.box_content > p.box_text > b
We push the boundaries of server management through innovative add-ons. These e… div.colm_69e80c7ce1a4b > div.icon_box > div.box_content > p.box_text
innovative add-ons div.icon_box > div.box_content > p.box_text > b
Years in Development div.row > div.col-md-3 > div#cntr_69e80c7ce23cd > h4.counter-title
Partners div.row > div.col-md-6 > div#cntr_69e80c7ce24c2 > h4.counter-title
Servers Running CWP div.row > div.col-md-3 > div#cntr_69e80c7ce25a5 > h4.counter-title
Control Web panel packs tons of features that are meant to make management and … div.icon_box > div.box_content > p.box_text > span
ADVANCE EMAIL div.colm_69e80c7ce45a4 > div.icon_box > div.box_content > h5.box_title
CWP Packs advanced email functions that allow you to handle emails internally o… div.colm_69e80c7ce45a4 > div.icon_box > div.box_content > p.box_text
Control Web panel has an advanced DNS manager that makes the managing of domain… div.colm_69e80c7ce45a4 > div.icon_box > div.box_content > p.box_text
Terms of Service | Privacy Policy | Enterprise Linux Security div.container > div.row > div.widget > p
Terms of Service div.row > div.widget > p > a
Privacy Policy div.row > div.widget > p > a
Enterprise Linux Security div.row > div.widget > p > a
Copyrights © 2022. All rights reserved to CWP - Control Web Panel div.container > div.row > div.widget > p

These are opportunities to improve the legibility of your content.

Navigation

Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
Who We Are div.vc_tta-panels > div#m1 > div.vc_tta-panel-heading > h4.vc_tta-panel-title
HIGH PERFORMANCE div.colm_69e80c7ce1a4b > div.icon_box > div.box_content > h5.box_title
ADVANCED FEATURES div.colm_69e80c7ce45a4 > div.icon_box > div.box_content > h5.box_title

These are opportunities to improve keyboard navigation in your application.

Names and labels

Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
div.row > div.col-md-12 > div.testi-69e80c7ce60ec > a.slick-prev div.row > div.col-md-12 > div.testi-69e80c7ce60ec > a.slick-prev
div.row > div.col-md-12 > div.testi-69e80c7ce60ec > a.slick-next div.row > div.col-md-12 > div.testi-69e80c7ce60ec > a.slick-next
div.row > div.widget > span.social-list > a div.row > div.widget > span.social-list > a
div.row > div.widget > span.social-list > a div.row > div.widget > span.social-list > a
div.row > div.widget > span.social-list > a div.row > div.widget > span.social-list > a
div.row > div.widget > span.social-list > a div.row > div.widget > span.social-list > a
div.row > div.widget > span.social-list > a div.row > div.widget > span.social-list > a
div.row > div.widget > span.social-list > a div.row > div.widget > span.social-list > a
body.home > a#to-top body.home > a#to-top

These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.

Tables and lists

Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. Learn more about proper list structure.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
Home Product Support Resources About Us Other div.pageWrapper > div.newNav > span.responsive-menu > ul#menu-main-menu

Screen readers require list items (`<li>`) to be contained within a parent `<ul>`, `<ol>` or `<menu>` to be announced properly. Learn more about proper list structure.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
Home ul#menu-main-menu > div#mCSB_1 > div#mCSB_1_container > li#menu-item-5450
Product ul#menu-main-menu > div#mCSB_1 > div#mCSB_1_container > li#menu-item-4213
Support ul#menu-main-menu > div#mCSB_1 > div#mCSB_1_container > li#menu-item-5453
Resources ul#menu-main-menu > div#mCSB_1 > div#mCSB_1_container > li#menu-item-4130
About Us ul#menu-main-menu > div#mCSB_1 > div#mCSB_1_container > li#menu-item-5455
Other ul#menu-main-menu > div#mCSB_1 > div#mCSB_1_container > li#menu-item-5582

These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.

Best practices

Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
2 div#caros_69e80c7ce4983 > ul.slick-dots > li#slick-slide01 > button

These items highlight common accessibility best practices.

Interactive controls are keyboard focusable
Interactive elements indicate their purpose and state
The page has a logical tab order
Visual order on the page follows DOM order
User focus is not accidentally trapped in a region
The user's focus is directed to new content added to the page
HTML5 landmark elements are used to improve navigation
Offscreen content is hidden from assistive technology
Custom controls have associated labels
Custom controls have ARIA roles
`[aria-hidden="true"]` is not present on the document `<body>`
`[role]`s have all required `[aria-*]` attributes
`[role]`s are contained by their required parent element
`[role]` values are valid
`[aria-*]` attributes have valid values
`[aria-*]` attributes are valid and not misspelled
Buttons have an accessible name
Image elements have `[alt]` attributes
`[user-scalable="no"]` is not used in the `<meta name="viewport">` element and the `[maximum-scale]` attribute is not less than 5.
ARIA attributes are used as specified for the element's role
Elements with `role="dialog"` or `role="alertdialog"` have accessible names.
`[aria-hidden="true"]` elements do not contain focusable descendents
Elements use only permitted ARIA attributes
ARIA toggle fields have accessible names
Document has a `<title>` element
`<html>` element has a `[lang]` attribute
`<html>` element has a valid value for its `[lang]` attribute
Links are distinguishable without relying on color.
No element has a `[tabindex]` value greater than 0
Document has a main landmark.
Deprecated ARIA roles were not used
Elements with visible text labels have matching accessible names.
`[accesskey]` values are unique
`button`, `link`, and `menuitem` elements have accessible names
ARIA `meter` elements have accessible names
ARIA `progressbar` elements have accessible names
Elements with the `role=text` attribute do not have focusable descendents.
ARIA `tooltip` elements have accessible names
ARIA `treeitem` elements have accessible names
The page contains a heading, skip link, or landmark region
`<dl>`'s contain only properly-ordered `<dt>` and `<dd>` groups, `<script>`, `<template>` or `<div>` elements.
Definition list items are wrapped in `<dl>` elements
ARIA IDs are unique
No form fields have multiple labels
`<frame>` or `<iframe>` elements have a title
`<html>` element has an `[xml:lang]` attribute with the same base language as the `[lang]` attribute.
Input buttons have discernible text.
`<input type="image">` elements have `[alt]` text
Form elements have associated labels
The document does not use `<meta http-equiv="refresh">`
`<object>` elements have alternate text
Select elements have associated label elements.
Skip links are focusable.
Cells in a `<table>` element that use the `[headers]` attribute refer to table cells within the same table.
`<th>` elements and elements with `[role="columnheader"/"rowheader"]` have data cells they describe.
`[lang]` attributes have a valid value
`<video>` elements contain a `<track>` element with `[kind="captions"]`
Tables have different content in the summary attribute and `<caption>`.
All heading elements contain content.
Uses ARIA roles only on compatible elements
Image elements do not have `[alt]` attributes that are redundant text.
Identical links have the same purpose.
Tables use `<caption>` instead of cells with the `[colspan]` attribute to indicate a caption.
`<td>` elements in a large `<table>` have one or more table headers.
A+
Alt Text Quality
All 40 images OK
PASS
All 40 images OK
Info::
23 decorative image(s) correctly marked
Info::
17 image(s) with good alt text
40 images 17 good alt text 23 decorative
All images have appropriate alt text.
A
404 Error Page
HTTP 404, custom page
PASS
HTTP 404, custom page
Info::
Correct 404 status code returned
Got: HTTP 404
Info::
Custom styled 404 page
Info::
Navigation links present on 404 page
Info::
Homepage link present on 404 page
Info::
Search form present on 404 page
404 Page Quality Custom 404 Page
Status Code HTTP 404 Page Title Page not found – Control-WebPanel [CWP] Custom Styling Navigation Homepage Link Search Form
All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback