The RSS-URL header can be set on the root node to specify the URL path for Uriel to write the RSS feed for the web site.
If the RSS-URL header is not set, then Uriel will not write an RSS feed.
If the RSS-URL header is set, then the Canonical-URL and RSS-Description headers must also be set on the root node.
The RSS-URL value is a URL path, starting with a slash, where Uriel will write the RSS feed.
For example, on this documentation site, the RSS-URL header is set on the root node to a value of /rss.xml, like this:
RSS-URL: /rss.xml
This causes Uriel to write an RSS feed to the specified path, which you can see here: /rss.xml
You can write an RSS feed into a subdirectory. However, the subdirectory must already exist.
The RSS URL can be referenced in templates using the {{rss:url}} substitution parameter.
See the RSS, Sitemap, robots.txt page for additional details about how to generate an RSS feed.
Tags: headers, root-node, rss, rss-headers
This page was generated by Uriel with the following settings:
Page Details
| Resource | Path | Project File |
|---|---|---|
| Node | headers/rss-url | nodes/headers/rss-url |
| Template | default.html | templates/default.html |
| URL | /headers/rss-url/ | public/headers/rss-url/index.html |
Node Headers
| Header (Lowercase) | Value |
|---|---|
| tags | headers, rss, rss-headers, root-node |
| title | RSS-URL |
| +-tags | * |
| breadcrumb-separator | » |
| canonical-url | https://documentation.uriel.foo |
| rss-description | Uriel Documentation |
| rss-image-height | 32 |
| rss-image-url | /favicon-32x32.png |
| rss-image-width | 32 |
| rss-max-entries | 50 |
| rss-title | Uriel Documentation |
| rss-url | /rss.xml |
| sitemap-max-entries | 10000 |
| sitemap-url | /sitemap.xml |
| tag-node | tag |
| template | default.html |
Node Timestamps
| Type | Value |
|---|---|
| Created | |
| Modified | 2026-06-07T22:58:36-04:00 |
Node Methods
| Method | Value |
|---|---|
| get_parent_node() | headers/index |
| get_path() | headers/rss-url |
| get_node_type() | file |
| get_url() | /headers/rss-url/ |
| get_canonical_url() | https://documentation.uriel.foo/headers/rss-url/ |
| get_name() | rss-url |
| get_display_name() | Rss Url |
| get_title() | RSS-URL |
| get_escaped_title() | RSS-URL |
| get_link() | <a href="/headers/rss-url/">RSS-URL</a> |
| get_canonical_link() | <a href="https://documentation.uriel.foo/headers/rss-url/">RSS-URL</a> |
| get_link_prefix() | <p> |
| get_link_suffix() | </p> |
| get_tags() | ['headers', 'root-node', 'rss', 'rss-headers'] |
| get_dest_dir() | ./public/headers/rss-url |
| get_dest_file() | ./public/headers/rss-url/index.html |
| get_breadcrumb_separator() | » |