I’d like to extend to RSS/Atom feeds with the <category> field as well. This is an optional field for each entry in the list of pages of the feed and is supported in both RSS [0] and Atom [1] specifications.
My idea is to have the page’s tags in the feed, for better aggregation in feed readers.
The only issue is that there’s no standard tag field in the page metadata. I saw some Zola Templates use a Taxonomy named tags for that. I’m going to use this taxonomy for the tags. Would a PR adding this to the feeds be accepted in Zola? Or is it out of the scope?
It would be better for the docs to be updated to show how to add it to the template rather than adding it. Taxonomies are completely custom and language dependent so we can’t expect anything