Node RSS
This module provides an RSS feed for individual content pages by appending `/rss` to the node's URL. This allows external applications to easily consume content from your Drupal site. Access to the RSS feed can be controlled by a specific permission.
This module allows an RSS version of a node page to be displayed by appending /rss to the end of the path. This allows external systems to easily parse the page by swapping to the RSS version.
The node is displayed using the default format.
Appending /rss works for the node ID page of `/node/123/rss` and for the path of the node (eg. `/some/path/rss`).
Only users with the permission of `node.view all rss feeds` can view the feeds. Add this to anonymous users if required.
Post-Installation
- Give roles the permission of `node.view all rss feeds` to view the feed.
This module has no configuration options.
Supporting this Module
Support development of this module via Patreon.
Depends on
Dependencies of the latest stable release
- node Drupal core
- path_alias Drupal core
Required by
Tracked projects that depend on this one
No tracked projects depend on this one yet.
Activity
Releases
| Version | Type | Core | Notes | Release date | |
|---|---|---|---|---|---|
| 1.0.1 | Stable | 9–11 | D11 release. | Aug 5, 2025 |