[Skip navigation links]

22% of pages22%of pages

Standards

3 pages with web standards issues

worse than averageChecking 14 pages found 22% (3 pages) with web standards issues. This is worse than the 13% average rate of web standards issues on other sites.

This tab shows pages that do not comply with W3C and WHATWG web platform standards.

HTML validation

The HTML Living Standard describes the behavior of HTML elements and attributes. It is continuously maintained and supersedes all previous HTML specifications, and is sometimes referred to as HTML5.

Errors22% Errors indicate conformance errors, and appear when mandatory specification requirements are not met.

Warnings15% Warnings do not indicate conformance errors, but appear when optional specification requirements are not met.

CSS validation

CSS code can be automatically validated against a formal description of the CSS language. The formal description contains the grammar rules of CSS code, along with list of allowed properties.

Errors0% Errors indicate conformance errors, and appear when mandatory specification requirements are not met.

Warnings0% Warnings do not indicate conformance errors, but appear when optional specification requirements are not met.

Use of obsolete features

Each version of HTML lists elements and attributes deprecated by the W3C, which may be removed from future versions.

Errors0% Errors indicate conformance errors, and appear when mandatory specification requirements are not met.

Warnings0% Warnings do not indicate conformance errors, but appear when optional specification requirements are not met.

PriorityDescription and URLGuideline and Line NumberCount

Priority 1

4 issues on 3 pages

CriticalA link element with an as attribute must have a rel attribute that contains the value preload or the value modulepreload. HTML 2 pages
<link rel='stylesheet' as='style' href='...t@300;400;500;600&#38;display=swap' onload='this.onload=null;...'>
Line 23

https://indexerpro.net/

<link rel='stylesheet' as='style' href='...t@300;400;500;600&#38;display=swap' onload='this.onload=null;...'>
Line 23

https://indexerpro.net/login

CriticalBad value for attribute autocomplete. HTML 3 pages
The autocomplete attribute describes allowed values for input fields which lets the browser provide auto fill suggestions (e.g. your first name). This helps people who have difficulty typing and also lets assistive technologies add icons to indicate input type for people with cognitive issues.
`off` is not allowed with input type=hidden.
<input type='hidden' name='_token' value='...' autocomplete='off'>
Line 1235
<input type='hidden' name='_token' value='...' autocomplete='off'>
Line 1355

https://indexerpro.net/

`off` is not allowed with input type=hidden.
<input type='hidden' name='_token' value='...' autocomplete='off'>
Line 1235
<input type='hidden' name='_token' value='...' autocomplete='off'>
Line 1355

https://indexerpro.net/login

`off` is not allowed with input type=hidden.
<input type='hidden' name='_token' value='...' autocomplete='off'>
Line 108

https://indexerpro.net/register

CriticalElement style not allowed as child element in this context. HTML 2 pages
<body>...<style>...</style></body>
Line 1529

https://indexerpro.net/

<body>...<style>...</style></body>
Line 1529

https://indexerpro.net/login

CriticalStray start tag style. HTML 2 pages

https://indexerpro.net/

Line 1529

https://indexerpro.net/login

Line 1529

Warnings

1 issues on 2 pages

Warnings do not indicate conformance errors, but appear when optional specification requirements are not met.

WarningThe type attribute is unnecessary for JavaScript resources. HTML 2 pages
type='text/javascript'
<script type='text/javascript'>...</script>
Line 252

https://indexerpro.net/

type='text/javascript'
<script type='text/javascript'>...</script>
Line 252

https://indexerpro.net/login

Informative

These messages are for information only and do not indicate errors or conformance problems.

InformationProperty or at-rule is vendor specific. CSS 2 pages
Properties and at-rules prefixed by a dash or underscore, the zoom: property and the expression() function are vendor specific and only work on one browser engine.
-webkit-font-smoothingLine 54
-webkit-background-clipLine 85
-webkit-text-fill-colorLine 85

https://indexerpro.net/

-webkit-font-smoothingLine 18

https://indexerpro.net/register

InformationUnknown value for rel. HTML 2 pages
The string 'shortcut' is not a registered keyword or absolute URL.
<link rel='shortcut icon'>
Line 38

https://indexerpro.net/

The string 'shortcut' is not a registered keyword or absolute URL.
<link rel='shortcut icon'>
Line 38

https://indexerpro.net/login

Expand all 7 issues