This guide explains how to publish AudioNews daily briefings as podcasts on Spotify, Apple Podcasts, and other platforms.
AudioNews generates RSS feeds for each language/service that can be submitted to podcast platforms:
- English (UK):
https://audionews.uk/en_GB/podcast.rss - Polish:
https://audionews.uk/pl_PL/podcast.rss - BellaNews:
https://audionews.uk/bella/podcast.rss
Each podcast needs a square cover image (1400x1400px recommended):
- Format: PNG or JPG
- Size: Minimum 1400x1400px, maximum 3000x3000px
- File size: Under 500KB
- Content: Should represent the podcast brand
Create artwork files:
docs/images/podcast-cover-en-gb.png- For English (UK)docs/images/podcast-cover-pl-pl.png- For Polishdocs/images/podcast-cover-bella.png- For BellaNews
Ensure info@audionews.uk (or your preferred email) is:
- Active and monitored
- Listed in the RSS feed (for verification)
- Accessible for platform verification emails
- Go to Spotify for Podcasters
- Sign up or log in with your Spotify account
- Verify your email address
- Click "Add or claim your podcast"
- Select "I have an RSS feed"
- Enter your RSS feed URL:
- English:
https://audionews.uk/en_GB/podcast.rss - Polish:
https://audionews.uk/pl_PL/podcast.rss - BellaNews:
https://audionews.uk/bella/podcast.rss
- English:
- Click "Next"
- Spotify will send a verification email to the address in your RSS feed
- Check your email and click the verification link
- This confirms you own the podcast
- Review the podcast information (title, description, artwork)
- For ready-to-use show description copy (e.g. for the UK feed), see Spotify description – UK.
- Confirm the category and language settings
- Click "Submit for review"
- Spotify typically reviews submissions within 24-48 hours
- Once approved, your podcast will appear on Spotify
- New episodes will automatically appear as they're published
- Go to Apple Podcasts Connect
- Sign in with your Apple ID
- Accept the terms and conditions
- Click "+" to add a new show
- Select "Add a show with an RSS feed"
- Enter your RSS feed URL
- Click "Add"
- Apple will fetch information from your RSS feed
- Review and confirm:
- Title
- Description
- Artwork
- Category
- Language
- Explicit content setting
- Ensure all information is correct
- Click "Submit for Review"
- Apple reviews typically take 1-3 business days
- Automatically indexes podcasts from RSS feeds
- No manual submission needed
- Ensure your RSS feed is publicly accessible
- Go to Amazon Music for Podcasters
- Sign in with Amazon account
- Submit RSS feed URL
- Wait for approval (typically 1-2 weeks)
- Automatically discovers podcasts from RSS feeds
- No manual submission required
Once your podcast is live:
- New episodes are automatically added when the daily workflow runs
- RSS feeds are regenerated daily with the latest episodes
- No manual intervention needed - the system handles everything
- Format: RSS 2.0 with iTunes/Apple Podcasts extensions
- Episodes: Last 50 episodes (RSS best practice)
- Update frequency: Daily at 6 AM UK time
- Audio format: MP3
- Metadata: Includes full transcripts, descriptions, publication dates
Test your RSS feed before submitting:
- Ensure the feed is accessible at the public URL
- Check GitHub Pages deployment is working
- Verify file exists:
docs/{language}/podcast.rss
- Check spam/junk folder
- Ensure email in RSS feed (
<managingEditor>) is correct - Verify email address is active
- Wait 24-48 hours after submission
- Check platform status page for review status
- Ensure RSS feed is valid and accessible
- Verify RSS feed is regenerating daily
- Check workflow logs for RSS generation step
- Ensure audio files are being created successfully
Edit scripts/generate_podcast_rss.py to customize:
- Titles
- Descriptions
- Categories
- Author information
- Email addresses
- Add configuration to
PODCAST_CONFIGingenerate_podcast_rss.py - Add language to workflow RSS generation step
- Create artwork for new language
- Submit new RSS feed to platforms
Before submitting:
- Podcast artwork created (1400x1400px for each language)
- Artwork uploaded to
docs/images/ - RSS feeds generated and accessible
- RSS feeds validated
- Email address verified and active
- At least 1 episode in RSS feed
- Audio files accessible via HTTPS
After submission:
- Verification email received and confirmed
- Podcast appears in platform directory
- Episodes are updating daily
- Audio playback works correctly