DevVerse Feeds And SEO Workflow
Treat
lib/rss.tsas the central publishing parser. Home page data, feeds, related posts, excerpts, and reading stats all depend on it.Preserve the current public URL assumptions. Feeds and local RAG use
NEXT_PUBLIC_SITE_URL, while sitemap usesSITE_URL.Read the publishing notes before changing metadata or feed generation. @references/publishing-notes.md
If you change article metadata parsing in
lib/rss.ts, check the MDX contract and update dependent code as needed.After meaningful changes here, prefer
devverse-validateand considernpm run build.