Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pages/version/1.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ In future versions, defined keys will always adhere to these rules:

## Suggestions for Publishers

JSON Feed files must be served using the same MIME type — `application/json` — that’s used whenever JSON is served.
JSON Feed files should be served with the Internet Media Type `application/feed+json`, following the guidance in [RFC6839](https://tools.ietf.org/html/rfc6839).

The number of items in a feed is unlimited, but practical limits should be observed. A 1MB feed places a burden on feed readers, especially if there are many such feeds. Under 100K is ideal, and 250K is fine. Use your judgment. If you need to provide older items, consider using pagination and `next_url`.

Expand Down