fix(seo): remove duplicate @id in tutorials page JSON-LD#17599
Conversation
Two ItemList nodes shared the same @id in the @graph, which is invalid JSON-LD. Merged into a single ItemList with ListItem entries wrapping Course items, preserving both list and course structured data signals. Also uses per-tutorial skill level for educationalLevel instead of a hardcoded value. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
✅ Deploy Preview for ethereumorg ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
PR #17599 Review:
|

Summary
ItemListnodes sharing the same@id(#tutorials), which is invalid in a JSON-LD@graphItemListwithListItementries wrapping nestedCourseitems, preserving both list and course structured data signalsskillforeducationalLevelinstead of a hardcoded"beginner-intermediate"🤖 Generated with Claude Code