-
Notifications
You must be signed in to change notification settings - Fork 59
Closed
Description
The MIME-type of JSONFeed is currently application/json. I believe it should be a bit more specific, like application/feed+json. RSS and Atom feeds also use application/rss+xml and application/atom+xml.
If you declare <link rel=alternate type="application/json" href="/feed.json"> in your HTML-page, you're telling the user agents that feed.json is just a JSON-representation of the current document, not necessarily a feed. If you use application/feed+json, you're telling them specifically that it's a feed that can be subscribed to.
EtienneM, akrabat, naglis, nisdec, jessedc and 33 more
Metadata
Metadata
Assignees
Labels
No labels