I’m getting RSS feed index.xml files in my category and tag directories. They are not in posts or pages directories. I’m not using a custom feed.xml template, just whatever is built into Hugo. There are no RSS params in config.toml. The main RSS feed shows posts, but not tag or category archives, which is what I want.
But why all the index.xml files?
This is an index.xml file:
<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Cats on My Site Ttile</title>
<link>http://localhost:1313/tags/cats/</link>
<description>Recent content in Cats My Site Ttile</description>
<generator>Hugo</generator>
<language>en-us</language>
<lastBuildDate>Fri, 12 Sep 2025 15:52:20 -0600</lastBuildDate>
<atom:link href="http://localhost:1313/tags/cats/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Post Title</title>
<link>http://localhost:1313/posts/2025/09/09-12-2025/</link>
<pubDate>Fri, 12 Sep 2025 15:52:20 -0600</pubDate>
<guid>http://localhost:1313/posts/2025/09/09-12-2025/</guid>
<description>Post Content</description>
</item>
</channel>
</rss>
