fix: resolve structured data validation errors across app, tutorial, and event pages#17863
Merged
Conversation
✅ Deploy Preview for ethereumorg ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
myelinated-wackerow
approved these changes
Mar 26, 2026
Collaborator
myelinated-wackerow
left a comment
There was a problem hiding this comment.
All changes are schema.org-accurate and correctly scoped. Type coverage is exhaustive (Record<AppCategory, string> enforces all 8 enum values). No UI, routing, or indexing regressions — JSON-LD only.
Key wins:
- ~3,696 app pages gain rich result eligibility via
offers+WebApplication - 25 tutorial URLs fixed (relative -> absolute) + Course descriptions trimmed
- Event pages lose 5+ validation warnings (Place, startDate, Berlin address)
Two things to consider @pettinarip (non-blocking):
-
startDatefallback uses build-timenew Date()— works but changes every deploy and isn't semantically meaningful. Adding explicit start dates to hub schemas would be more durable. -
60-char Course description limit — worth confirming this is a hard Google requirement vs. a Screaming Frog heuristic. Harmless either way, but good to know.
Reviewed by Claude Opus 4.6
wackerow
approved these changes
Mar 26, 2026
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.

Summary
@typefromSoftwareApplicationtoWebApplication, addoffers(free), mapapplicationCategoryto schema.org enumsurlfields to absolute URLs, truncate Coursedescriptionto ≤60 chars for rich result eligibilitycontainedInPlacefromLocalBusinesstoPlace(eliminates 5 warnings), add top-levelstartDate, add city-level address for Berlin hubContext
Fixes structured data validation errors surfaced in the March 2026 Screaming Frog SEO audit. See
docs/seo-audit-action-items.mdfor the full audit breakdown.offers+reviewurlis relative, not absolutedescriptionexceeds 60 charsstartDateaddress(Berlin hub)applicationCategoryTest plan
/apps/uniswap/)/developers/tutorials/)/community/events/)npx tsc --noEmit)