Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

RSS Feed for Apple News Format [closed]

We are creating a feed specifically for Apple News in order to submit our news content.

Naturally, I've been going over the provided documentation after ensuring the feed is RSS 2.0 compliant to make sure that it is also compliant with Apple News:

https://developer.apple.com/library/prerelease/ios/documentation/General/Conceptual/News_Publishing_Guide/RSSBestPractices.html#//apple_ref/doc/uid/TP40015407-CH13-SW1

The documentation makes sense overall, but there is one piece for which I can't find any clarification and I thought I'd reach out to the community here for answers.

Under the "Recommended Tags and Attributes" header, the page says, "For best results, include these tags in the HTML element of each article (where relevant)."

This may be a stupid question, but are they referring to a head element within the RSS feed or on the article page itself?

And would this mean Apple is going to crawl the pages present in the feed?

I ask mainly because they talk about OG Tags (which we have implemented) and I can't find relevant documentation about OG Tags within RSS feeds.

like image 906
tdlm Avatar asked Aug 31 '15 17:08

tdlm


People also ask

Can you add RSS feeds to Apple News?

Sadly, you can't add RSS feeds to Apple News, even though that used to be possible. But we'll show you how to curate the Apple News app to only show channels and topics you're interested in. Of course, if that's still not good enough, you could always use a dedicated RSS reader instead.

Does Apple have a RSS feed?

Get Apple news, iTunes hit lists, and more delivered directly to your web browser or newsreader. Click the links below to subscribe to the Apple RSS feeds you're most interested in.

How do I open an RSS feed on my Iphone?

Tap Library. Tap Edit in the upper right corner, and then tap “Add a Show by URL...” Enter your RSS feed URL. Tap Follow.


1 Answers

My hunch is that you should not create a specific RSS feed for Apple News, but improve your current RSS feeds to provide a better integration with Apple News and other feed consumers (Facebook, Flipboard, Google search, Feedly, Feedbin... etc).

RSS's magic comes from the fact that it decouple the publishing side (you) from the subscribing side (them) and this creates a leveled playfield where everyone can compete fairly.

As for the 'Recommended Tags and Attributes', you should implement these recommendations in your HTML documents, because Apple will also look at the HTML when they see new entries in your feed (many feed readers do as a matter of fact!).

like image 178
Julien Genestoux Avatar answered Sep 28 '22 14:09

Julien Genestoux