Methodology

How ideas become standards — and why most don't.

The web optimization industry runs on rumor. A patent gets misread, a correlation study gets repeated as causation, a tactic that worked on one site in 2019 becomes gospel. Our answer is a research pipeline borrowed from engineering practice: every candidate technique is verified against primary sources, implemented here in a controlled setting, measured, and only then — if it survives — allowed to touch a production website.

Evidence requirements

No single source is sufficient. Primary documentation outranks everything: Google Search Central, web.dev, the HTML Living Standard, W3C and WHATWG specifications, Schema.org, and official crawler documentation from the AI providers. Reputable enterprise case studies count as supporting evidence; industry consensus counts as weak evidence; a YouTube thumbnail with a shocked face counts as nothing.

Confidence levels

ConfidenceBasisAction allowed
100%Official documentation states it directlyImplement
99%Official documentation + validated in this labImplement
95%Official documentation + multiple enterprise case studiesImplement with monitoring
90%Multiple respected enterprise case studiesTest here first
80%Strong industry consensusTest here first
< 80%Anything weakerResearch only — never implemented

The pipeline

  1. Research — primary sources first, always.
  2. Evidence verification — cross-check against independent sources; assign confidence.
  3. Controlled deployment — implemented on this site. One hypothesis, one change, one measurement. Never multiple unrelated changes at once.
  4. Observation — Search Console (indexing, impressions, position), Core Web Vitals field data, validation tooling, crawler behavior. Long enough to establish signal, not vibes — search data lags days and trends take weeks.
  5. Measurement & review — before/after recorded in a permanent experiment log: hypothesis, sources, files changed, metrics, rollback procedure, verdict.
  6. Graduation — proven techniques become versioned BYHS Engineering Standards.
  7. Production — only graduated standards ship to client websites.

Hard rules

Why publish it

Two reasons. Accountability: public methodology is a standard we can be held to. And honesty about incentives: an agency that documents what doesn't work has a harder time selling it to you. The research section is the public record; the standards page is the current state of what has earned its place.