> ## Knowledge Base Index
> Fetch the complete knowledge base index at: https://publer.com/help/sitemap.xml
> Use this file to discover available pages before exploring further.
> Pure-Markdown content can be obtained by appending a '.md' suffix to the content URLs listed in the sitemap (without the trailing slash).

# How to find the RSS Feed URL

There are multiple ways you could find the RSS feed URL. Blogs are hosted on different domains, therefore the RSS Feeds are found in different ways.

# To find the RSS Feed URL:

* Go to the website you want to add. 
* Right-click anywhere on the site and choose **View Page Source**.
* Using Command + F (or Ctrl + F for Windows), search for "rss". 
* The URL you see there is the RSS Feed URL.

# Some simple ways to find the URL: 

### For blogs hosted on Wordpress:

* Simply add a ‘/feed’ at the end of the URL.
* For example: ‘blog.publer.io/feed’, since Publer’s [Blog](https://blog.publer.io/) is hosted on WordPress.

### For blogs hosted on Medium:

* You can find your RSS feed by adding /feed/ before the article’s title.
* For example: medium.com/feed/article-title

### For blogs hosted on GoDaddy:

* You can find the RSS feed by writing the whole URL and adding ‘f.rss’ at the end of it.
* For example: website.com/blog/f.rss

|| You can also go to this [link](https://validator.w3.org/feed/) to validate an RSS Feed.


