15 guides · 13 topics

Guides for people who
debug things for a living

Practical write-ups on inspecting, debugging, testing and auditing websites. Written for developers, with the actual steps rather than the theory.

Last updated

Featured

SEO13 min

Technical SEO Checklist for Web Developers

The technical SEO work that belongs to developers: crawlability, indexing, canonicals, rendering, structured data and the checks to run before every release.

Read article

All articles

Newest first. Filter by topic, or read any of them on their own.

Performance10 min

How to Analyze Images on a Web Page

Audit every image on a page: what it weighs, whether it's oversized for its slot, which format it should be in, and whether the alt text is doing its job.

Read article
Tech Stack9 min

How to Find What Technologies a Website Uses

Identify the framework, CMS, CDN, analytics and hosting behind any site by reading the signals it leaves in headers, markup, globals and network requests.

Read article
SEO13 min

Technical SEO Checklist for Web Developers

The technical SEO work that belongs to developers: crawlability, indexing, canonicals, rendering, structured data and the checks to run before every release.

Read article
Network9 min

How to View HTTP Headers in Chrome

See request and response headers for any page or asset in Chrome, plus a reference for the headers that actually change how your site behaves.

Read article