Result guide
What RSS Feed Generator calculates
Enter one channel block followed by item blocks. The generator validates absolute HTTP links, escapes XML-sensitive text, creates stable guid values, and adds optional publication dates in the RSS 2.0 output.
Required RSS channel and item fields
The channel needs a title, absolute link and description. Every item also needs a title, absolute link and description; date and guid are optional. Separate each item from the previous block with a line containing ---.
What the generator validates
Links must use HTTP or HTTPS, item dates must parse as real dates, and the feed is limited to 100 items. Ampersands, angle brackets and other XML-sensitive characters are escaped before the final document is assembled.
Publish and verify the generated feed
Save the output as an XML file on your own site, serve it with an XML content type, and update it whenever published items change. This page generates syntax locally; it does not host, submit, refresh or monitor the feed.