Audisto Crawler Hints
Website Quality Checker User Experience & SEO Best Practices
What is the quality checker for
Ensure Content Quality: Monitor HTML structure, heading hierarchies, and content formatting to maintain consistent quality standards across your website.
Optimize User Experience: Detect issues affecting usability like oversized DOM structures, missing image dimensions, and proper character encoding.
Improve Search Visibility: Find and fix issues with meta descriptions, title lengths, and other factors that affect how your content appears in search results.
Maintain Technical Standards: Track implementation quality with checks for internal linking, content structure, and technical best practices.
How to check website quality issues at scale

Quality drives engagement
Website quality directly impacts user engagement and conversion rates. Our analysis helps you maintain high standards across your entire website. While our quick check provides instant quality insights for individual pages, our full crawler ensures consistent quality across your entire website.
Critical Quality related hints

Charset: Charset set in HTTP Content-Type header and document differ
Both the document and the HTTP Content-Type header specify a charset, but these are not identical.Learn more
Charset: Not set
There is no charset set, neither in the Content-Type HTTP header, nor in the document, e.g. through a <meta> tag.Learn more
URL too long for some browsers
If a URL longer than 2,000 characters is encountered, it is flagged with this hint, since some browsers are unable to handle URLs of this size.Learn more
Problem indicating Quality related hints

<h1> occurs more than once
If more than one <h1> tag is found, the URL is flagged with this hint.Learn more
<html> contains more than 1500 nodes
The HTML of a page has an excessive DOM size of more than 1.500 nodes.Learn more
<img> has no width and/or height attribute
If an image without a width or height attribute is found, the URL is flagged with this hint.Learn more
<meta description> too long for Google snippet
If the meta description is too long to be displayed in search result snippets, the URL is flagged with this hint.Learn more
<title> too long for Google snippet
If the title of a document is too long to be displayed in search result snippets, the URL is flagged with this hint.Learn more
Charset: Not set in Content-Type HTTP header
The Content-Type HTTP header does not specify a charset.Learn more
Charset: Not set in document
There is no charset set in the document, e.g. through a <meta> tag.Learn more
Informational Quality related hints

<a> no outgoing internal links
If the HTML contains no internal links, the URL is flagged with this hint.Learn more
<h1>-<h6> chain broken
If the HTML contains a broken <h1>-<h6> chain, the URL is flagged with this hint.Learn more