From 045e2734d1d07aee4eb30a713bc45e60d1025597 Mon Sep 17 00:00:00 2001 From: Flotapponnier <160007691+Flotapponnier@users.noreply.github.com> Date: Fri, 10 Jul 2026 18:07:02 +0200 Subject: [PATCH 1/2] batch 1 GEO: infobox, publisher.json, citation meta, immutable snapshots, 7 answers (#1088) Ships the highest-impact items from the July 2026 GEO deep-audit: * Bench Infobox (visible + LLM). New Wikipedia-style key/value table above the TL;DR on every /benchmarks/[slug] page. Floats right on desktop, stacks above on mobile. itemscope/itemtype microdata layers a Dataset graph over the DOM so crawlers extracting via microdata pick up the same facts the JSON-LD block ships. * publisher.json at /.well-known/publisher.json declaring OpenChainBench as a data publisher with correction policy, methodology URL, license, DOI and Wikidata QID. Prerequisite for the Perplexity Publishers Program application. Points at /methodology#corrections which now has the corresponding id anchor. * Highwire Press citation_* meta tags in generateMetadata for every bench page. citation_title, citation_author, citation_publisher, citation_doi, citation_pdf_url, citation_public_url, citation_language, citation_journal_title, citation_publication_date. Used by Google Scholar, Bing, Copilot and academic LLM tools as an authoritative citation record. * Immutable snapshot route /api/citable/{YYYY-MM-DD}. Same shape as the live /api/citable so LLM citations can pin to a specific day and stay reproducible. Longer edge cache since past-date snapshots do not change. 400 on malformed dates so caching layers do not poison-cache. *