hotfix: restore TechArticle 'name' field on main (regression from cb507923) - #1392
Merged
Merged
Conversation
…ation (#1257) GSC flagged 'Missing field name' on aggregator-head-lag JSON-LD (and by extension every bench slug page + every per-chain page + the methodology hub — all TechArticle nodes shipped only 'headline'). Schema.org Article inherits 'name' from CreativeWork; Google's Rich Results validator treats it as required even when 'headline' is present. Add 'name' alongside 'headline' with the same value on all three affected builders. 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.
Regression
PR #1257 (commit 68453ee, 2026-07-17) added `name: benchmark.title` to TechArticle JSON-LD on all 3 relevant files:
The very next day, commit cb50792 (2026-07-18, hotfix for GSC Dataset warnings — cherry-picked from dev) silently DROPPED the `name` line while rewriting the JSON-LD block. Bad merge resolution, no explicit revert commit.
Prod has been shipping TechArticle nodes without `name` for a week. GSC "Item name: N/A" warnings on 5+ bench URLs (and growing as Google recrawls).
Fix
Straight cherry-pick of PR #1257 (68453ee) onto current main. Restores the 3 missing `name:` lines. Dev is already correct — this only fixes the main-side regression.
Post-merge
Run `vercel --prod`, then "Validate fix" in GSC on the affected URLs.