Skip to content

Fix missing validFrom in Events structured data#143

Merged
matrixise merged 1 commit into
mainfrom
worktree-fix-events-structured-data-validfrom
Jul 2, 2026
Merged

Fix missing validFrom in Events structured data#143
matrixise merged 1 commit into
mainfrom
worktree-fix-events-structured-data-validfrom

Conversation

@matrixise

Copy link
Copy Markdown
Contributor

Summary

Google Search Console flagged a non-critical Events structured data issue on https://2026.pycon.ie/: the AggregateOffer inside the homepage Event JSON-LD was missing the recommended validFrom field.

  • Add params.ticketsValidFrom to hugo.toml (date the pricing tiers were announced)
  • Reference it as offers.validFrom in layouts/partials/structured-data.html

This is a standalone fix branched from main, independent of the venue-change/CFP-closure work in #142.

Test plan

  • hugo --minify --cleanDestinationDir builds without errors
  • Parsed the rendered homepage JSON-LD and confirmed offers.validFrom is present and a valid ISO 8601 date
  • python scripts/check-csp.py passes
  • Re-run the page through Google's Rich Results Test after merge to confirm the Search Console warning clears

Google Search Console flagged a non-critical Events structured data
issue: the AggregateOffer in the homepage Event schema was missing
the recommended 'validFrom' field.

Add a ticketsValidFrom param (defaults to the date the pricing tiers
were announced) and reference it in the offers block.
@netlify

netlify Bot commented Jul 2, 2026

Copy link
Copy Markdown

Deploy Preview for pycon-ireland-2026 ready!

Name Link
🔨 Latest commit 59140bd
🔍 Latest deploy log https://app.netlify.com/projects/pycon-ireland-2026/deploys/6a46b106b040640008e48b4f
😎 Deploy Preview https://deploy-preview-143--pycon-ireland-2026.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@matrixise matrixise merged commit 925f73c into main Jul 2, 2026
6 checks passed
@matrixise matrixise deleted the worktree-fix-events-structured-data-validfrom branch July 2, 2026 18:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant