Is one MIME type preferable to ensure compatibility with RSS readers and other scrapers?
The options seem to be:
- text/xml
- text/rss+xml
Interestingly Stackoverflow is using text/html.
Is one MIME type preferable to ensure compatibility with RSS readers and other scrapers?
The options seem to be:
Interestingly Stackoverflow is using text/html.
Go for MIME application/rss+xml to be safe if you want to make sure your feed is compatible with RSS readers and other scrapers. That's what I use.