citation: fix citation_author (Scholar needs person name) - #1487
Merged
Conversation
Highwire Press citation_author expects a person name; Google Scholar routinely rejects records where the author field reads as a publisher organisation. Match the Person already anchored in the JSON-LD Dataset creator + StatisticalReport contributor so the two signals agree. Notes on other audit items skipped: - SITE.github (ChainBench vs Flotapponnier): both URLs return 200, ChainBench is the real org (we PR to it all day). Agent was wrong. - JSON-LD body→head migration: Google + Bing + major AI crawlers all scan the full document for ld+json. Refactor cost > payoff.
Flotapponnier
added a commit
that referenced
this pull request
Jul 26, 2026
* jsonld batch A: inline remaining cross-doc Dataset refs + FAQ tweaks (#1485) Extends the isPartOf/isBasedOn fixes (PRs 1429, 1442, 1443, 1450, 1451) to every remaining page that emitted @id-only or bare-URL refs Google validates as standalone incomplete Datasets: - compare/[slug]: - isBasedOn: [urls] → [Dataset nodes with name+description+creator+ license+isAccessibleForFree] per shared bench - variableMeasured.PropertyValue gains numeric `value` when the winner has a positive p50 (Google Dataset Search extracts value) - FAQPage node gets an @id so it stops floating unmoored - alternatives/[slug]: isBasedOn: url → inline Dataset - answers/[slug]: isBasedOn: url → inline Dataset; Answer nodes (acceptedAnswer + suggestedAnswer) gain a `name` field - products/[slug]: subjectOf Datasets gain @id + identifier + variableMeasured + datePublished so they align with the bench-page Dataset shape and stop reading as 'Unnamed item' in RRT Co-authored-by: Florent Tapponnier <contact@mobula.io> * seo batch B: per-bench OG on answers + visible FAQ on compare + grounding-first on bench pages (#1486) Three AI-citation surface fixes flagged by the GEO audit: - answers/[slug]: og:image + twitter:image swapped from the site-wide /opengraph-image to the referenced bench's card (/api/og/<slug>). Perplexity / ChatGPT / Claude Deep Research scrape og:image alongside the answer text; a generic homepage tile costs a real cite. - compare/[slug]: added a visible <details>-based FAQ section rendering the same faqEntries the FAQPage JSON-LD emits. Google FAQ policy requires visible parity or it silently drops the rich result — the compare pages had jsonld without any visible questions. - benchmarks/[slug]: promoted the current-leader headline sentence to the first visible paragraph under H1, blended with the subtitle. AI answer engines quote the first prose sentence verbatim; a concrete provider + number + unit citable claim beats the methodology-flavoured subtitle for extraction. Co-authored-by: Florent Tapponnier <contact@mobula.io> * citation: change citation_author from Org to Person name (#1487) Highwire Press citation_author expects a person name; Google Scholar routinely rejects records where the author field reads as a publisher organisation. Match the Person already anchored in the JSON-LD Dataset creator + StatisticalReport contributor so the two signals agree. Notes on other audit items skipped: - SITE.github (ChainBench vs Flotapponnier): both URLs return 200, ChainBench is the real org (we PR to it all day). Agent was wrong. - JSON-LD body→head migration: Google + Bing + major AI crawlers all scan the full document for ld+json. Refactor cost > payoff. Co-authored-by: Florent Tapponnier <contact@mobula.io> --------- Co-authored-by: Florent Tapponnier <contact@mobula.io>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Highwire Press citation_author expects a person; Scholar rejects org names. Set to Florent Tapponnier to match JSON-LD Person anchor. Also dismisses 2 other audit items (SITE.github false positive, JSON-LD head migration low ROI) — see commit body.