Syndication
RSS Feed Builder
Manually create an RSS XML file for your static site or custom feed needs.
Channel Details
Feed Items
XML Output
<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title>Your Site Name</title>
<link>https://example.com</link>
<description>A description of your site</description>
<language>en-us</language>
<item>
<title>My First Post</title>
<link>https://example.com/blog/1</link>
<description>This is my first post.</description>
<pubDate>Wed, 25 Feb 2026 00:00:00 GMT</pubDate>
</item>
</channel>
</rss>