From 6687bb4e3d5a2522fd4c502f14a5ba0ddb21de21 Mon Sep 17 00:00:00 2001 From: QSchlegel Date: Wed, 22 Jul 2026 15:09:48 +0200 Subject: [PATCH 1/2] feat(seo): make the site + bot API legible to AI agents and crawlers MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The whole UI renders behind an ssr:false MeshProvider boundary, so a no-JS fetch (search crawlers, social unfurlers, ChatGPT's URL fetcher / GPTBot, curl) receives an empty
— nothing describing the app or how to use its bot API. - Server-render the JSON-LD structured data in (was injected client-only), so it appears in the initial HTML for every fetcher. Preserves the per-page extraJsonLd merge. - Add a