Business websites

Sites built to be read by search engines

Server-rendered pages, no JavaScript framework in the way, and markup a crawler can read on the first pass. The site you're on is built that way, and it's the clearest example I have.

The approach

How these are built

  • Fast

    Critical CSS inline-first, deferred everything else, compressed images generated on upload, and close to no JavaScript.

  • Readable by crawlers

    Real HTML from the server, semantic structure, canonical URLs, generated sitemap, and JSON-LD. Nothing that depends on a script running first.

  • Editable

    A small admin behind the site so content, images and posts can be changed without a developer and without a page rebuild.