Try the root-level feed path
Many CMS setups expose a feed at a predictable path such as `/feed`, `/rss`, `/rss.xml`, or `/feed.xml`.
This guide shows the fast ways to detect RSS feeds, what URL patterns to try first, and how to validate that you found a real feed before adding it to your workflow.
Many sites still expose feeds using familiar paths. Start with the patterns that work most often before you open page source.
Many CMS setups expose a feed at a predictable path such as `/feed`, `/rss`, `/rss.xml`, or `/feed.xml`.
Search the HTML for `application/rss+xml` or `application/atom+xml`. Sites often declare their feeds in a `<link rel="alternate">` tag.
A valid feed should return XML and include recognizable feed elements such as channel, item, feed, or entry.
These patterns are worth testing first because they cover a large share of blogs and newsletters.
The most common default is `/feed/`. Category, tag, and author archives often expose their own feed variants too.
Ghost sites commonly expose an RSS feed at `/rss/`, which makes them easy to test quickly.
Substack publications usually expose an RSS feed at `/feed`. This is one of the easiest newsletter platforms to detect.
Medium uses feed endpoints tied to publications, usernames, or tags. The exact path varies, so checking the page source is often fastest.
Open the page, view source, and search for `rss`, `atom`, or `alternate`. On many sites you will find a line similar to a `link rel="alternate"` tag that points to the feed URL.
This method is more reliable than guessing when the site uses a custom publishing stack or hides the feed behind a non-obvious path.
A real feed should return an XML document, not a normal HTML page or a redirect loop.
If the feed is stale or empty, it may not be useful for an active newsletter workflow.
Make sure you found the feed you actually need, whether that is the whole site, a publication, a tag, or a category archive.
Patterns help, but not every site exposes the feed in the same place. That is why source inspection is still important.
Some pages mention RSS without linking directly to the XML endpoint. Validate the actual response before adding it.
A niche newsletter often performs better when you subscribe to a focused feed instead of the entire site output.
Once you know the feed URL, the next step is deciding whether it belongs in your source stack. The best feeds are consistent, timely, and closely aligned with your newsletter angle.
If you need ideas for what to subscribe to, the best RSS feeds guide is a good next step. If you are ready to turn those feeds into a sendable issue, start with the RSS to newsletter workflow.
FAQ
Start by trying the common paths such as `/feed`, `/rss`, `/rss.xml`, or `/feed.xml`, then confirm the result is a real XML feed.
Yes. Many sites expose separate feeds for the full publication, categories, tags, authors, or specific content types.
Because a guessed URL might return HTML, a redirect, or an empty source. Validating avoids broken inputs in your workflow.
More to explore
Guide
Explore strong RSS sources across major newsletter niches and build a better source stack.
Workflow
Turn multiple RSS feeds into a polished newsletter draft without starting from scratch.
Workflow
Build email-ready drafts from RSS feeds and move the final copy into the platform you already use.
Join content creators who have reclaimed 5+ hours every week. Free plan available—no credit card required. Upgrade anytime to unlock unlimited newsletters.