Skip to content

How to remove CDATA from title and description? (stitcherFM and w3validator) #97

Description

@vincentntang

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions