About Log In

22-Point Examination of Your Website

We continuously monitor your website across 22 categories — security, performance, accessibility, SEO, and more. Every category scored, every finding explained.

A managed website monitoring service operated by Impellio.


How It Works

1

We Monitor Constantly

Your website is examined across 22 categories on a regular schedule. Security posture, SSL certificates, domain expiry, performance, accessibility — all tracked automatically.

2

Critical Issues — Immediate Email

Security exposures, SSL certificate problems, new vulnerabilities, or major score drops trigger an email the moment we detect them. You don't have to check — we come to you.

3

Non-Critical Changes — Weekly Digest

When something crosses a threshold — gets worse or improves enough to change status — you get a weekly summary. If nothing needs attention, we stay quiet. No noise, just signal.


What We Monitor

Twenty-two categories grouped into six areas. Each group scored as a weighted average; the overall score uses a weighted harmonic mean that penalises weak areas more heavily.

Critical — Immediate Alerts

Issues that put your site or visitors at risk. You are emailed the moment we detect any of these.

  • Security Exposure — publicly accessible files, admin panels, database dumps, or environment files that should never be exposed.
  • SSL/TLS Problems — expiring or expired certificates, broken certificate chains, deprecated protocols, and mixed content on HTTPS pages.
  • New Vulnerabilities — newly detected security issues in headers, JavaScript libraries, or server configuration that weren't present in the previous exam.
  • Domain Expiry — warnings at 30, 14, and 7 days before your domain registration expires.
  • Major Score Drops — overall health score dropping more than 20 points between exams.

Important — Weekly Digest

Everything else — performance, accessibility, SEO, broken links, and 18 more categories — is tracked weekly. You only hear from us when something crosses a threshold. See the full category breakdown below for details.


Full Category Breakdown

All 22 categories with detailed descriptions of what each examination covers.

Security

Security Scan
Probes for files and paths that should never be publicly accessible. Checks for exposed environment files, source code directories, database dumps, and unprotected admin panels.
SSL/TLS
In-depth SSL/TLS analysis beyond basic certificate checks. Validates the full certificate chain, detects deprecated protocol versions, and scans for mixed HTTP content on HTTPS pages.
Security Headers
HTTP response headers that guard against common attacks. Checks six key headers, with a detailed analysis of your Content Security Policy where present.
JS Security
Known vulnerabilities in third-party libraries, unsafe functions like eval() and document.write(), and mixed HTTP content on HTTPS pages.
Privacy
Third-party scripts, external requests, and cookie behaviour. Flags tracking without visible consent mechanisms and counts data sent to external domains.

User Experience

Accessibility
Whether your site works for visitors who rely on screen readers, keyboard navigation, or other assistive technology. Tested against WCAG 2.0 AA.
Usability
How easily visitors can navigate and interact with your site. Checks for proper navigation elements, form labelling, descriptive link text, and semantic landmarks.
Responsive
How well your site adapts to different screens. Checks viewport configuration, media query breakpoints, responsive images, and fixed-width elements that may cause horizontal scrolling.
Readability
Whether your content is comfortable to read. Evaluates font size, line spacing, paragraph width, heading order, and the overall ratio of text to code.
Contrast
Whether text is legible against its background. WCAG requires a minimum contrast ratio of 4.5:1 for normal text — anything below that makes content harder to read, particularly for those with reduced vision.

Speed

Performance
How quickly your site loads and becomes usable. Based on Lighthouse metrics including largest contentful paint, input responsiveness, and visual stability.
Page Weight
Total download size and request count. Identifies unminified resources, render-blocking assets, and CSS or JavaScript that ships but never executes.
Images
How well your images are optimised for delivery. Checks format efficiency, lazy loading, explicit width and height attributes, file size, and compression levels.
Caching
Browser caching configuration for your static assets. Checks Cache-Control headers, ETags, and expiry values that determine how efficiently returning visitors load your site.

Discoverability

SEO
How search engines read and index your site. Covers title tags, meta descriptions, heading hierarchy, Open Graph tags, canonical URLs, and structured data.
Link Health
How reliable your internal and external links are. Identifies 404 responses, redirect chains, and dead external URLs.
Site Basics
Foundational elements every site should have. Validates robots.txt, sitemap.xml, favicon, custom 404 page, and checks for excessive redirect chains.

Infrastructure

DNS & Email
Email authentication and DNS health. Checks SPF, DKIM, and DMARC records that prevent email spoofing, plus MX records, IPv6 support, and DNSSEC status.
Server Config
Server-level settings that affect performance and security. Checks compression (gzip/Brotli), HTTP/2 support, cookie security flags, and information disclosure in response headers.
Tech Stack
Identifies the platform, CMS, analytics tools, and frontend frameworks powering your site. Helps you understand what third-party code is running and its potential performance impact.

Code Quality

HTML Validity
The structural soundness of your markup. Broken nesting, missing attributes, and duplicate IDs can cause unpredictable rendering and interfere with assistive technology.
CSS Quality
The cleanliness and maintainability of your stylesheets. Flags excessive !important usage, vendor prefix issues, and selectors with unnecessarily high specificity.