Does the RSS feed include the categories? #772
Replies: 3 comments 20 replies
-
Our current default feeds should include category metadata within them (not 100% if this is what you're asking though). (For example, our own Quarto blog uses categories minimally, but they each appear in the RSS feed as well as on the blog page and individual post). Do you have an example of them not appearing in a feed? If so, happy to take a look as they most certainly should! You may be asking about category specific feeds (e.g. a feed created only for posts tagged feed:
categories:
- categeory1
- category2 Which should result in feeds being created alongside your default feed with names like Let us know if this works for you! |
Beta Was this translation helpful? Give feedback.
-
Thank you! I was asking about the default feed. Mine is here and I don't see any category data in the formatted text or the xml, but perhaps I missed it. Main repo is here. I think The topic-specific feed is even better, I will investigate that too! |
Beta Was this translation helpful? Give feedback.
-
@dragonstyle I think what @bryanhanson is saying is that the RSS items don't have category metadata on them. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
It looks like it does not. This is (really) important for instance in promoting one's blog on R-Bloggers, which screens the RSS feed for [R] tags.
Beta Was this translation helpful? Give feedback.
All reactions