Full site health audit
Use when a launch, redesign, or production incident needs one ordered checklist.
Start with the failure mode
Each cluster links a problem, the explanation, and the CheckFast tool that verifies the fix.
Use when a launch, redesign, or production incident needs one ordered checklist.
Fix SPF, DKIM, DMARC, sender alignment, and spam-placement causes before outreach.
Resolve certificate errors, DNS propagation delays, redirects, and security headers.
Prioritize Core Web Vitals, page weight, broken links, and accessibility regressions.
Keep robots, sitemaps, canonicals, schema, and social previews consistent.
Move from one-off checks to uptime, cron, SSL, DNS, and low-noise alerts.
Diagnose and repair broken SPF records so your emails actually reach the inbox.
EmailProtect your domain from spoofing with a properly configured DMARC policy.
EmailDiagnose the most common reasons emails land in spam.
EmailGenerate a DKIM key, publish the public key in DNS, and configure your mail server to sign outbound mail.
EmailDisplay your brand logo next to emails in Gmail, Apple Mail, and Yahoo by publishing a BIMI record.
EmailEnforce TLS for inbound SMTP and prevent downgrade attacks with an MTA-STS DNS record + HTTPS policy file.
EmailReceive daily reports on SMTP TLS failures by publishing a TLS-RPT DNS record.
EmailA safe, gradual rollout from monitoring-only DMARC to enforcement.
EmailResolve mixed content, expired certs, chain issues, and other SSL problems.
SecurityWhich headers to set, why they matter, how to configure them.
SecurityHow to configure credentialed CORS, SameSite, Secure, HttpOnly, domain scope, preflight behavior, and browser boundary tests safely.
SecurityEnable DNSSEC at your DNS provider and registrar to prevent DNS tampering.
SecurityRestrict which CAs can issue SSL certificates for your domain by publishing CAA records.
SecurityFind and fix HTTP resources loaded by HTTPS pages that trigger browser warnings.
SecurityLCP, CLS, INP — the metrics Google uses to measure UX.
PerformanceConcrete techniques to get your LCP under 2.5 seconds — the Google ranking threshold.
PerformanceStop content from jumping around during page load. Get CLS under 0.1.
PerformanceConcrete techniques to get INP under 200ms — Google's responsiveness metric since 2024.
PerformanceCut JavaScript, image, and font bytes to make pages load faster.
PerformanceGet TTFB under 200ms with CDN, caching, and edge rendering.
PerformanceFind and fix broken links efficiently.
SEOStructured data for rich Google Search results.
SEOA practical, evidence-first checklist for auditing SSL, DNS, email authentication, SEO, speed, security headers, accessibility, and monitoring readiness.
SEOTell crawlers what to index — and what to skip — without breaking your SEO.
SEOTell search engines which URL is the 'real' one when content is duplicated.
SEOBeginner-friendly intro to JSON Schema.
DeveloperA practical WCAG-oriented checklist for headings, forms, links, keyboard navigation, focus states, contrast, landmarks, and release verification.
DeveloperThe real differences, gotchas, and which format to pick for which use case.
DeveloperCommon regex patterns: email, URL, phone, IP, dates — with copy-pastable examples.
Developer