SEO Tools
This project is built to be inspected. These are the tools used to verify it, and what each one is actually for.
Chrome DevTools
Elements, Console and Network tabs — inspect rendered HTML, catch JS errors, and read real HTTP status codes and response headers.
Lighthouse
Built into Chrome DevTools. Automated Performance, Accessibility, Best Practices and SEO scoring for a single page.
PageSpeed Insights
Google's hosted Lighthouse report, plus real-world Core Web Vitals field data (CrUX) when available.
Google Search Console
How Google actually sees this site: indexing status, crawl errors, and search performance over time.
SecurityHeaders.com
Scans the live HTTP response and grades which security headers are present.
W3C Validator
Checks HTML for structural errors that can affect both accessibility and how reliably a page renders.
View Source / URL Inspection
The fastest way to confirm what actually shipped: title, meta description, canonical, and robots directives, in the raw HTML.