Can't find what you're looking for?

Formatting your show notes

Podcasts hosted with Spotify

Use the rich text editor in Spotify for Podcasters to get your episode descriptions (also known as show notes) just right.

You need to add a description when you create a new episode, or to edit an existing episode's description:

  1. Go to your Episodes page
  2. Select the episode you want to edit.
  3. Select Details.

You can use the rich text editor to add:

  • Bold text
  • Italicized text
  • Bulleted lists
  • Numbered lists
  • Links

Or toggle the HTML switch to write your own tags.

Podcasts hosted somewhere else

You can format your show notes by using any of the tags below in your RSS feed.

Formatting

Example HTML

Links
Note: We only support https links (not http)

<a href="https://podcasters.spotify.com/">our website</a>

Headers

<h1>Heading 1</h1>
<h2>Heading 2</h2>

Unordered lists (including nested lists)

<ul>
<li>Bullet list item 1</li>
<li>Bullet list item 2</li>
</ul>

Ordered lists (including nested lists)

<ol>
<li>Numbered list item 1</li>
<li>Numbered list item 2</li>
</ol>

Paragraphs

<p>Paragraph 1</p>
<p>Paragraph 2</p>

Line breaks

<br>

Note: We send your HTML formatted text exactly as it appears to all listening platforms. Most platforms support HTML formatting, but be aware that your episode descriptions might look different on different platforms.

Was this article helpful?