From 21b5254579c8d6fbf20d74795dafe21be73f2fdf Mon Sep 17 00:00:00 2001 From: Florent Tapponnier <160007691+Flotapponnier@users.noreply.github.com> Date: Thu, 30 Jul 2026 11:23:06 +0200 Subject: [PATCH] revert: grounding-first paragraph + citation_author on bench pages --- src/app/benchmarks/[slug]/page.tsx | 28 ++++------------------------ 1 file changed, 4 insertions(+), 24 deletions(-) diff --git a/src/app/benchmarks/[slug]/page.tsx b/src/app/benchmarks/[slug]/page.tsx index fd197b5d..1aacfa19 100644 --- a/src/app/benchmarks/[slug]/page.tsx +++ b/src/app/benchmarks/[slug]/page.tsx @@ -165,12 +165,7 @@ export async function generateMetadata({ }, other: { citation_title: metaTitle, - // Highwire Press citation_author expects a person name (Scholar - // routinely rejects records where author reads as a publisher - // organisation). The Person is also anchored in the JSON-LD - // Dataset creator + StatisticalReport contributor, so the two - // signals agree. - citation_author: "Florent Tapponnier", + citation_author: "OpenChainBench", citation_publisher: "OpenChainBench", ...(isoPubDate ? { citation_publication_date: isoPubDate } : {}), citation_doi: "10.5281/zenodo.20800312", @@ -512,24 +507,9 @@ export default async function BenchmarkPage({
- {sentence}{" "} - {benchmark.subtitle} -
- ) : ( -- {benchmark.subtitle} -
- )} ++ {benchmark.subtitle} +
{/* Compact "At a glance" card. Rendered as a native