Skip to main content

Web Page Audit Checker

Audit Checker is a tool designed to evaluate the quality and health of web pages. It provides a user-friendly interface that interacts with a robust backend endpoint to perform a comprehensive analysis of a given URL. The tool identifies critical issues in three key areas:

  1. Meta Tag Validation: Ensures essential meta tags are present and properly configured, including title, description, Open Graph tags, and SEO-related attributes. It also flags issues like overly long titles or descriptions and indexing restrictions.
  2. Broken Link Detection: Identifies broken hyperlinks, hash links, mailto, tel links, and missing or inaccessible images on the page to enhance usability and navigation integrity.
  3. Crawlability Checks: Verifies if the page is accessible for search engine indexing by checking for HTTPS usage, the availability of robots.txt, and the presence of a sitemap.xml.
  4. Page Speed Audit: Analyzes the loading times of images, scripts, and stylesheets and flags resources that take longer than a specified threshold (e.g., 1 second) to load.

Input:

The Audit Checker requires a valid URL of the web page to to perform its audit analysis. This URL should be accessible from the internet and provided via the user interface. The tool fetches the HTML content of the provided URL to examine its structure, links, meta tags, and crawlability resources like robots.txt and sitemap.xml.

Output:

The Audit Checker produces a detailed JSON report containing three main sections:

  1. Meta Tag Errors: A list of missing or improperly configured meta tags (e.g., missing <title> or <meta name="description">).
  2. Broken Links: A list of hyperlinks <a href="/some-link">, hash links <a href="#some-id">, links with protocols like mailto: and tel: or images that are inaccessible, along with specific error messages.
  3. Crawl Errors: Details on issues like missing robots.txt, sitemap.xml, or non-HTTPS URLs.
  4. Slow Loading Elements: Details of slow-loading elements, including type, URL, and load time, or any errors encountered during loading.

Try the Audit Checker Tool ?

See how it works in Playground?