Lack of interest Navigational Links In Atom Feed

This suggestion has been closed automatically because it did not receive enough votes over an extended period of time. If you wish to see this, please search for an open suggestion and, if you don't find any, post a new one.

ibnesayeed

Well-known member
Looking at the raw XML received as Atom feed of any forum we can see the following link tag with rel attribute set to self.

HTML:
<atom:link rel="self" type="application/rss+xml" href="http://xenforo.com/community/forums/announcements/index.rss"/>

It would be nice if we can get the navigational/pagination links as well. GData (Blogger and other Google products) have rel property set to "first" and "last" and if applicable,"next" and/or "previous" as well. This makes machine readability and content discovery lot more easier. I am aware that appending "?page=X" in the standard Atom URI works as expected but machines can follow a link but virtually can't guess a link.
 
Upvote 0
This suggestion has been closed. Votes are no longer accepted.
Top Bottom