Release 1.65.15
Release Notes - Seatmap Platform
Version 1.65.15 - 2026-05-18
Release Focus: Restore valid BreadcrumbList structured data on blog posts so Google can render breadcrumbs in SERPs for /blog/*.
MetaTitle: Release 1.65.15 - Seatmap.pro MetaDescription: Restores valid BreadcrumbList JSON-LD on the Seatmap.pro blog. Hotfix release 1.65.15 addresses a Google Search Console rich-results warning.
What’s Fixed
Breadcrumb structured data on blog posts
The third item in the BreadcrumbList JSON-LD emitted by every blog post template now uses absURL and matches the absolute-URL pattern used by the Home and Blog breadcrumb items. Issue: SEAT-992.
Why it matters
Google Search Console was reporting “Invalid URL in field id” on blog-post Breadcrumb rich results, suppressing breadcrumb rendering in search results for /blog/* pages. With consistent absolute URLs across all three positions (Home -> Blog -> {post}), the rich-result is now valid and SERP breadcrumb display is restored.
Scope
- Editor-only change to the Hugo template that renders blog posts on
seatmap.pro/blog/*. - No API, runtime, or database changes.
- No deployment-time action required.
Verification
- Hugo build emits a fully qualified URL for breadcrumb position 3 on every blog post.
- Re-run Google Rich Results Test for a representative blog post after deploy.
- Re-inspect in Google Search Console; the “Invalid URL in field
id” warning should clear on next crawl.