Introducing the StationView changelog
A public changelog at /blog documents every product update with what changed, why it matters, who benefits, and affected regions—built for search engines and transparency.
What changed
StationView now publishes a changelog (mini blog) at /blog. Each release gets its own page with a date-and-title URL, full SEO metadata, sitemap and RSS entries, and a footer link beside About.
Why it matters
Passengers and operators can see what is new without digging through git history. Search engines can index structured update pages, which helps people discover regional coverage and feature improvements.
Who benefits
Regular users learn about new regions and features; developers and contributors get a consistent place to document changes; agents and maintainers have a required checklist when shipping work.
Affected regions & features
global, seo, footer
Technical details
Posts live as JSON under src/lib/blog/posts/ with filenames matching {date}-{slug}.json. Routes: /blog (index), /blog/[slug] (post), /blog/rss.xml (Atom feed). See docs/BLOG_CHANGELOG.md and .cursor/rules/changelog-blog.mdc for the authoring guide.