bloom_seo 0.2.0
bloom_seo: ^0.2.0 copied to clipboard
Reactive document metadata, JSON-LD structured data, XML sitemaps, and SSG prerendering for Bloom JS Native and server.
Changelog #
0.2.0 - 2026-08-24 #
Added #
ogImagePath(): small helper for building the URL to an image generated bybloom og generate.
0.1.1 - 2026-08-23 #
- Widened the
bloom_js_nativeconstraint to^0.2.0. No functional changes; this release exists so thatbloom_seocan be used alongsidebloom_js_native0.2.0.
0.1.0 - 2026-08-21 #
- Initial release of
bloom_seo. - Reactive document metadata management via
HeadManager. - Dynamic OpenGraph and Twitter card generation.
- Structured Data factories (
JsonLd.article,JsonLd.breadcrumb,JsonLd.product). - Automated XML Sitemap generation via
SitemapBuilder. - High-performance SSG HTML prerendering pipeline (
prerenderRoute,prerenderRoutes).