Follow every GPS briefing pipeline by RSS
This page centralizes the production RSS feeds for Global Political Spotlight. Use the combined feed for a single stream, or subscribe to a specific content type if you only want one pipeline.
Includes the latest Government, Polymarket, Daily, and Weekly brief publications in one chronological RSS feed.
Each feed is generated through a Next.js App Router route.ts handler, with one global feed and one canonical feed per content type.
Section pages and article detail pages advertise their matching RSS feed through metadata alternates.types["application/rss+xml"] so crawlers and feed-aware clients can discover new content without guessing URLs.
Local /articles/.../feed.xml aliases redirect to the canonical /gps-rss-feedsURLs so the feed system stays centralized and easy to maintain.
1. The hub page is linked in the footer.
2. The hub page is crawlable and lives in the XML sitemap.
3. Article sections advertise their feed in metadata.
4. The feeds themselves expose an Atom self-link, HTTP Link header, and browser stylesheet.