i researched a bit but was not able to find a fitting solution. the problem is quite simple we just need to output a rss feed for our custom blog pages. we have a blog page and the child pages are the actual blog records so to speak - other periphere systems require that structure. now my question is what would be the approach within TYPO3 to actually generate RSS feeds for every of those child pages?
any help is much appreciated
You can use this one as a reference implementation. That's what I use for my website. Of course you need to adjust it accordingly, e.g.
pidmight be different, as well as extension keyds_site, etc.Also note, this one uses EXT:seo, a system extension of TYPO3, providing sitemap features.
You can link to the feed:
<a href="{f:uri.page(pageUid: 1, pageType: 1533906435, additionalParams: {sitemap: 'rssFeedAllBlogPosts'})}">RSS Feed</a>.Also you might wanna adjust url routing: