{% seo %} {%- comment -%} Internal working documents (ROADMAP, DESIGN-WEB) render at a public URL because they live under docs/, but they are notes for the team, not search results. `noindex: true` in their front matter keeps them off the index without hiding them from anyone following a direct link. {%- endcomment -%} {%- if page.noindex %} {%- endif %} {%- comment -%} One entity anchor for the whole site (TRA-419). Every page used to re-declare `Person: Nikolai Vysotskyi` as a fresh node with no `sameAs` and no `@id`, so nothing tied the pages to one publisher — an AI engine asked "what is trace-mcp" had no entity to resolve. The Organization and WebSite nodes carry stable `@id`s here and the per-page TechArticle blocks sit alongside them; the breadcrumb gives the /vs/ pages, two levels deep, the trail they had none of. {%- endcomment -%} {%- comment -%} Hand-written Nothing stylesheet, not the GH Pages Primer default. Primer shipped 76.5 KB with zero prefers-color-scheme rules, system fonts and zebra-striped tables — none of which the site's design system allows. Tokens mirror docs/index.html; the standard is docs/DESIGN-WEB.md. {%- endcomment -%}
{{ content }} {%- comment -%} Every page that outranks us for these queries shows a reader-visible date; ours only had one inside the TechArticle JSON-LD, which a reader never sees. `updated:` is stamped from git by `pnpm docs:sitemap`, so it cannot drift from the way the hand-maintained dates did. {%- endcomment -%} {%- if page.updated %}

Last updated: {{ page.updated | date: "%B %-d, %Y" }}

{%- endif %}