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.
| |||
|
feedback
|
|
Neither. It's | |||||
|
feedback
|
|
You could use | |||
|
feedback
|
|
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. | |||
|
feedback
|
|
Other commenters have pointed out that the single correct mime type. However if you are setting an accept header (which is often why you want this) then | |||
|
feedback
|