Open
Description
how do I remove the CDATA from here? Here's the RSS feed we're using https://www.codechefs.dev/rss.xml
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
<channel>
<title>
<![CDATA[ Code Chefs - Hungry Web Developer Podcast ]]>
</title>
<description>
<![CDATA[ Looking to expand your skills as a Web Developer? Vincent Tang and German Gamboa break down topics in Javascript, NodeJS, CSS, DevOps, AWS, and career development! ]]>
</description>
I'm running into issues getting this feed into getting this through https://www.stitcher.com/ which uses https://validator.w3.org/
I'm using GatsbyJS
which is using node-rss
behind the scenes for the gatsby-plugin-feed
I read elsewhere that if I remove the CDATA
for title
, it should fix RSS feed issues. #71
Metadata
Metadata
Assignees
Labels
No labels