37 Audits

Website Auditing Checkers

Explore our comprehensive collection of website auditing tools. Each checker is designed to identify specific issues and provide actionable insights to improve your website's performance, security, and user experience.

Filter by tags:
Showing 30 of 30 checkers
πŸ›

Browser Console Messages Checker

Detects JavaScript errors and console messages

This checker uses a headless browser to detect JavaScript errors and console messages that may indicate issues with the website. The checker uses Playwright to load the page in a headless browser, captures all console messages and errors, monitors for JavaScript execution issues, and reports any console errors or warnings.

PerformanceJavaScript
Cost: 50 credits
View details
πŸ”’

Certificate Expiration Checker

Validates SSL certificate validity and expiration status

This checker validates SSL certificates for HTTPS websites, ensuring they are properly configured and not expired. The checker connects to the website via HTTPS, retrieves the server's SSL certificate chain, extracts certificate information including expiration date, and validates certificate format and validity.

SecuritySSL
Cost: 50 credits
View details
πŸ—œοΈ

Content Encoding Checker

Validates content compression for performance optimization

This checker validates that websites use proper content encoding (gzip, deflate, brotli) to optimize page loading performance. The checker sends HTTP request with Accept-Encoding header, analyzes Content-Encoding response header, validates compression method and configuration, and ensures proper content compression.

PerformanceContent
Cost: 10 credits
View details
πŸ›‘οΈ

Content Security Policy Checker

Validates Content-Security-Policy header configuration

This checker validates the Content-Security-Policy header for presence and security configuration, flagging policies containing unsafe directives that weaken XSS protection. The checker retrieves the Content-Security-Policy header from HTTP response, analyzes the policy for unsafe directives (unsafe-inline, unsafe-eval), and validates policy syntax and configuration.

Security
Cost: 20 credits
View details
πŸͺ

Cookie Checker

Validates cookie security attributes and configuration

This checker analyzes Set-Cookie headers for security best practices including Secure, HttpOnly, and SameSite attributes. The checker retrieves all Set-Cookie headers from HTTP response, analyzes each cookie for security attributes, validates Secure, HttpOnly, and SameSite configuration, and checks for proper domain and path settings.

Security
Cost: 50 credits
View details
πŸ”

CVE Checker

Scans software stack for known security vulnerabilities

This checker scans the technology stack for known Common Vulnerabilities and Exposures (CVEs) using the CVE.org database to identify security risks. The checker queries CVE.org REST API for each software component, analyzes CVSS scores and severity levels, compares against configurable thresholds, and provides detailed vulnerability reporting.

Security
Cost: 100 credits
View details
❓

FAQ Checker

Detects FAQ pages using schema markup and content analysis

This checker crawls websites to find FAQ pages using multiple detection methods including schema markup, microdata, and content analysis. The checker crawls website pages within the same domain, looks for JSON-LD with "@type": "FAQPage", scans for microdata with FAQPage itemtype, analyzes heading text for FAQ indicators, and limits crawling to prevent excessive requests.

GEOSEOCrawling
Cost: 50 credits
View details
πŸ“Š

Google Analytics Checker

Validates Google Analytics gtag.js implementation and configuration

This checker validates that HTML pages contain proper Google Analytics implementation by checking for the presence of the Google Analytics Global Site Tag (gtag.js) script and its configuration. The checker analyzes the HTML page to look for gtag.js script tags with async attribute, validate Google Analytics measurement ID format (G-XXXXXXXXXX), check for proper script loading sequence and configuration, verify consistency between script src IDs and config IDs, detect legacy Universal Analytics (UA) IDs, and validate script placement in the head section.

SEOContentGEO
Cost: 10 credits
View details
🏷️

Google Tag Manager Checker

Validates Google Tag Manager implementation and configuration

The Google Tag Manager Checker validates that HTML pages contain proper Google Tag Manager (GTM) implementation by checking for the presence of the GTM script, container ID, and proper configuration. GTM is a tag management system that allows you to quickly and easily update measurement codes and related code fragments on your website. The checker analyzes the HTML document to identify and validate Google Tag Manager implementation. It looks for: 1. Script Detection: Scans for inline scripts containing GTM implementation patterns 2. Container ID Validation: Extracts and validates GTM container IDs (format: GTM-XXXXXXX) 3. Script Structure Analysis: Verifies the script follows Google's recommended implementation pattern 4. DataLayer Initialization: Checks for proper dataLayer array initialization 5. GTM Events: Validates presence of gtm.start event and gtm.js event 6. Script Placement: Ensures GTM script is placed in the <head> section for optimal loading 7. Noscript Fallback: Checks for noscript fallback implementation in the <body> section 8. Performance Optimization: Validates async loading configuration Output Results: - Success: Google Tag Manager is properly configured and implemented - Warning: Google Tag Manager is detected but has configuration issues - Fail: Google Tag Manager script not found or completely missing

SEOContentGEO
Cost: 10 credits
View details
πŸ“‹

Heading Structure Checker

Validates HTML heading hierarchy and structure

This checker validates that HTML headings follow proper hierarchical structure for accessibility and SEO best practices. The checker scans all heading elements (h1-h6) on the page, validates heading level progression (no skipping levels), checks for proper DOM nesting of headings, and identifies structural issues and violations.

SEOGEO
Cost: 20 credits
View details
πŸ”’

HSTS Preload Checker

Validates HSTS preload header configuration

This checker validates the Strict-Transport-Security header to ensure it's properly configured for HSTS preload inclusion. The checker retrieves the Strict-Transport-Security header, validates max-age, includeSubDomains, and preload directives, and ensures proper configuration for preload inclusion.

General
Cost: 20 credits
View details
πŸ”„

HTTP Redirect Checker

Validates HTTP to HTTPS redirect configuration

This checker validates that websites properly redirect HTTP requests to HTTPS to ensure secure connections are enforced. The checker converts HTTPS URL to HTTP for testing, sends HTTP request and monitors redirect response, validates redirect status codes and target URLs, and ensures redirects go to HTTPS.

Security
Cost: 10 credits
View details
🌐

HTTP Version Checker

Detects supported HTTP protocol versions

This checker detects which HTTP protocol versions are supported by the website, including HTTP/2 and HTTP/3 capabilities. The checker analyzes Alt-Svc header for HTTP/3 support, actively negotiates HTTP/2 connections, detects server capabilities and protocol support, and validates modern HTTP protocol adoption.

General
Cost: 30 credits
View details
πŸ–ΌοΈ

Image Alt Checker

Validates image alt attributes for accessibility compliance

This checker analyzes all images on a webpage to ensure they have proper alt attributes for accessibility compliance and SEO optimization. The checker scans all img elements on the page, checks for presence and content of alt attributes, categorizes images as having valid alt, missing alt, or empty alt, and provides detailed reporting of problematic images.

SEO
Cost: 10 credits
View details
πŸ“¦

Large Resource Checker

Detects oversized resources affecting page performance

This checker identifies resources (images, scripts, stylesheets) that exceed size thresholds and may impact page loading performance. The checker uses Playwright to load the page and extract resource URLs, checks content length of all resources (images, scripts, CSS, videos), identifies resources exceeding 500KB threshold, and provides detailed reporting of large resources.

GeneralPerformanceSEOResilience
Cost: 100 credits
View details
πŸš€

Liferay Version Checker

Validates Liferay version against latest releases

This checker validates Liferay version information against the latest available releases to ensure the platform is up-to-date. The checker identifies Liferay in the technology stack, fetches latest version information from Liferay releases API, compares current version against latest available, and provides update recommendations.

Security
Cost: 50 credits
View details
πŸ“

Lorem Ipsum Checker

Detects placeholder text that should be replaced

This checker scans web pages for Lorem Ipsum placeholder text that should be replaced with actual content before going live. The checker scans page text content for Lorem Ipsum patterns, detects various spellings and spacing variations, counts occurrences of placeholder text, and identifies pages with incomplete content.

SEO
Cost: 10 credits
View details
πŸ“

Meta Description Length Checker

Validates meta description length for optimal SEO performance

The Meta Description Length Checker validates that HTML pages contain a meta description tag with an appropriate length for optimal search engine optimization (SEO) performance. Meta descriptions are crucial for how your content appears in search engine results pages (SERPs) and can significantly impact click-through rates. The checker analyzes the HTML document's <head> section to identify and validate the meta description tag. It performs the following checks: 1. Meta Tag Detection: Scans for <meta name="description"> tag in the document head 2. Content Extraction: Extracts the content attribute value and trims whitespace 3. Length Calculation: Counts the character length of the description text 4. Length Validation: Compares the length against SEO best practices (150-160 characters) 5. Range Assessment: Categorizes the length into optimal, acceptable, or problematic ranges Output Results: - Success: Meta description length is within the optimal range (150-160 characters) - Warning: Meta description length is slightly outside the optimal range (120-180 characters) - Fail: Meta description is missing or length is far outside the optimal range

SEO
Cost: 10 credits
View details
πŸ“±

OpenGraph Checker

Validates OpenGraph meta tags for social media sharing

This checker validates that HTML pages contain proper OpenGraph meta tags for optimal social media sharing and preview generation. The checker scans for OpenGraph meta tags (og:title, og:type, og:image, og:url), validates tag values and URL formats, checks for semantic consistency and best practices, and identifies missing required tags and configuration issues.

General
Cost: 10 credits
View details
πŸ“

Page Title Checker

Validates page title length and SEO optimization

This checker validates that HTML page titles follow best practices for SEO and usability, ensuring they are within the recommended character length range. The checker extracts the title tag from the HTML, measures the title length in characters, and evaluates against SEO best practices (15-70 characters optimal).

SEOGEO
Cost: 10 credits
View details
πŸ’°

Pricing Checker

Detects pricing and subscription plan pages on websites

The Pricing Checker crawls websites to detect the presence of pricing pages, subscription plans, or billing information. This checker is essential for businesses that need to verify their pricing information is discoverable and properly structured for potential customers and search engines. The checker performs a comprehensive website crawl to identify pricing-related content using multiple detection strategies: 1. Website Crawling: Systematically crawls up to 500 pages within the same domain to find pricing content 2. Schema.org Detection: Identifies structured data markup for pricing information including: - JSON-LD scripts with Offer, AggregateOffer, or PriceSpecification types - Microdata markup for pricing-related schema types - Product/Service schemas with price information 3. Content Analysis: Scans page content for pricing-related keywords in: - Headings (H1-H4) containing pricing terminology - Navigation links with pricing-related text - Buttons and call-to-action elements 4. Multi-language Support: Recognizes pricing terms in both English and Portuguese 5. Link Discovery: Follows internal links within the same domain to expand search coverage Output Results: - Success: Pricing/Plans page found with proper structure - Warning: Pricing information detected but may need improvement - Fail: No pricing/plans page found after comprehensive crawl

SEO
Cost: 50 credits
View details
πŸ”’

Referrer Policy Checker

Validates Referrer-Policy header for privacy protection

This checker validates the Referrer-Policy header to ensure proper configuration for privacy protection and referrer information control. The checker retrieves the Referrer-Policy header from HTTP response, validates policy values against known standards, identifies discouraged or legacy policy values, and ensures proper privacy configuration.

Security
Cost: 20 credits
View details
πŸ€–

Robots Crawl Delay Checker

Validates robots.txt crawl-delay directive presence

This checker validates that websites have a robots.txt file with crawl-delay directive to control search engine crawling frequency. The checker fetches the robots.txt file from the website, scans for crawl-delay directive, and validates the directive format and presence.

SEOCrawling
Cost: 20 credits
View details
🏷️

Schema Entities Checker

Validates Schema.org structured data implementation

This checker validates the presence and implementation of Schema.org structured data using JSON-LD, Microdata, and RDFa formats. The checker scans HTML for JSON-LD script tags with Schema.org context, analyzes microdata with itemscope/itemtype attributes, checks RDFa markup with typeof attributes, and validates Schema.org entity types and structure.

SEOGEO
Cost: 100 credits
View details
πŸ—ΊοΈ

Sitemap Checker

Validates XML sitemap availability and freshness

This checker validates that websites have properly configured XML sitemaps that are accessible and up-to-date for search engine crawling. The checker discovers sitemap URLs from robots.txt and common locations, validates sitemap XML format and structure, checks sitemap freshness based on lastmod dates, and analyzes both sitemap index and URL set formats.

SEOCrawling
Cost: 10 credits
View details
πŸ“Š

Text to HTML Ratio Checker

Analyzes content density for SEO optimization

This checker calculates the ratio of visible text content to total HTML markup to evaluate content density and SEO optimization. The checker fetches the complete HTML page, strips out scripts, styles, and HTML tags, calculates ratio of text content to total HTML length, and evaluates against SEO best practices.

SEOContent
Cost: 10 credits
View details
⚑

Time To First Byte Checker

Measures website response time performance

This checker measures the Time To First Byte (TTFB) performance metric to evaluate website response speed and server performance. The checker sends HTTP request to the website, measures time from request to first byte received, and categorizes performance based on response time thresholds.

Performance
Cost: 10 credits
View details
🐦

Twitter Card Checker

Validates Twitter Card meta tags for social media sharing optimization

The Twitter Card Checker validates that HTML pages contain proper Twitter Card meta tags according to Twitter's Card specification. Twitter Cards enhance how your content appears when shared on Twitter, providing rich previews with images, titles, and descriptions. The checker analyzes the HTML document's <head> section to identify and validate Twitter Card meta tags. It looks for: 1. Meta Tag Detection: Scans for <meta> tags with name or property attributes starting with "twitter:" 2. Required Tag Validation: Ensures mandatory tags (twitter:card and twitter:title) are present and have non-empty values 3. Card Type Validation: Verifies that twitter:card values are valid (summary, summary_large_image, app, player) 4. URL Validation: Checks that image and URL references are absolute URLs 5. Semantic Validation: Validates card-type-specific requirements (e.g., summary_large_image requires twitter:image) 6. Accessibility Check: Ensures image alt text is provided when images are present 7. Duplicate Detection: Identifies duplicate meta tags that could cause conflicts Output Results: - Success: All required Twitter Card tags are present and properly configured - Warning: Twitter Card tags are present but have configuration issues - Fail: Required Twitter Card tags are missing or completely empty

SEOSocial Networks
Cost: 10 credits
View details
πŸ”

X-Content-Type-Options Checker

Validates X-Content-Type-Options header for MIME sniffing protection

This checker validates the X-Content-Type-Options header to ensure it's properly configured to prevent MIME sniffing attacks. The checker retrieves the X-Content-Type-Options header from HTTP response, validates that the header value is set to "nosniff", and checks for proper header configuration.

Security
Cost: 20 credits
View details
πŸ›‘οΈ

X-Frame-Options Checker

Validates X-Frame-Options header for clickjacking protection

This checker validates the X-Frame-Options header to ensure it's properly configured to prevent clickjacking attacks. The checker retrieves the X-Frame-Options header from HTTP response, validates header values (DENY, SAMEORIGIN, ALLOW-FROM), and checks for proper security configuration.

Security
Cost: 20 credits
View details

Need help understanding how these checkers work?Contact our support team