This website is built using Docusaurus, a modern static website generator.
- SEO/GEO framework: strategy, content priorities, 90-day rollout, measurement, and ownership.
- Publishing workflow: create or refresh a draft, review it, publish locally, and configure daily automation.
- Indexing policy: public pages, preview protection, and machine discovery.
npm run content:plan
npm run content -- help
npm run test:content
npm run test:editorial-seo
npm run build
npm run test:structured-data:build
npm run seo:auditBlog posts live in blog/, company news in newsposts/, and evergreen articles in posts/. Working briefs and drafts live in content/ and are not published by the website build. The daily job produces a review PR; publishing uses the normal website merge and deployment process. No external CMS is required.
yarnyarn startThis command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
yarn buildThis command generates static content into the build directory and can be served using any static contents hosting service.
Using SSH:
USE_SSH=true yarn deployNot using SSH:
GIT_USER=<Your GitHub username> yarn deployIf you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the gh-pages branch.