Packages

SEO and discoverability for Phoenix: sitemaps, robots.txt, RSS feeds, and llms.txt.

Current section

Files

Jump to
phoenix_press CHANGELOG.md
Raw

CHANGELOG.md

# Changelog
## 0.1.0 (2026-02-13)
Initial release.
- Compile-time sitemap.xml generation via `PhoenixPress.Sitemap`
- Compile-time robots.txt generation via `PhoenixPress.Robots`
- Compile-time RSS 2.0 feed generation via `PhoenixPress.Feed`
- `PhoenixPress.Plug` to serve all three from a single plug
- XML entity escaping for all user-provided content
- Cache-Control headers on all responses