diff --git a/tasks/fetch_feed.js b/tasks/fetch_feed.js
index cfe65cc122c..2a1032411df 100644
--- a/tasks/fetch_feed.js
+++ b/tasks/fetch_feed.js
@@ -77,5 +77,15 @@ const parseInfo = e => {
const link = episode ? `https://einundzwanzig.space/podcast/${episode.slug}` : url
return `${link}`
})
+ .replace('xmlns:anchor="https://anchor.fm/xmlns"', 'xmlns:anchor="https://anchor.fm/xmlns" xmlns:podcast="https://github.com/Podcastindex-org/podcast-namespace/blob/main/docs/1.0.md"')
+ .replace('', `
+
+
+
+
+
+
+
+ `)
write('dist/feed.xml', updated)
})()