Skip to content

MIME-type should be more specific #22

@tommy-carlier

Description

@tommy-carlier

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions