# Podcast Page 👉 To set the podcast page follow the steps below. - Create a new page - Choose your favorite title - Use the URL `podcast` - In your articles use the internal tags `#podcast` 👉 **Podcast collection** - Appears on: `site.com/podcast/` - Post URLs: `site.com/poscast/my-poscast/` ```yaml routes: collections: # Podcast /podcast/: permalink: /podcast/{slug}/ filter: 'tag:[hash-podcast]' # -> #podcast internal tah data: page.podcast template: godo-podcast limit: 12 # Default /: permalink: /{slug}/ template: index taxonomies: tag: /tag/{slug}/ author: /author/{slug}/ ``` - In an `HTML` block in your ghost editor add this code for your content. ```html

The Podcast

Updates and behind the scenes stories about the world of Ghost. Hosted by Ghost founders John O'Nolan & Hannah Wolfe.

``` ```html
iTunes Logo iTunes Pocket Casts Logo Pocket Casts RSS Icon RSS
``` ![Ghost page podcast](https://user-images.githubusercontent.com/10253167/146419231-6a80eedb-c038-4782-b7e2-c27a81ef67f0.jpg)