You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An object mapping a set of `xmlns` suffixes to strings of metadata on the opening `<rss>` tag.
178
+
An object mapping a set of `xmlns` suffixes to strings values on the opening `<rss>` tag.
179
179
180
-
For example, this object:
180
+
Suffixes expand the available XML tags in your RSS feed, so your content may be read by third-party sources like podcast services or blogging platforms. You'll likely combine `xmlns` with the [`customData`](#customData) attribute to insert custom tags for a given platform.
181
+
182
+
This example applies the `itunes` suffix to an RSS feed of podcasts, and uses `customData` to define tags for the author and episode details:
0 commit comments