Your Guide to Mobile Publishing Formats: AMP, Facebook Instant Articles, and Apple News

Ben Travis, Former Marketing Manager

Article Categories: #Strategy, #Front-end Engineering, #Content Management

Posted on

How are Google, Facebook, and Apple creating solutions to optimize content on mobile devices?

When’s the last time you gave up on a website because it took too long to load on your phone? Or encountered an ad interstitial on your tablet that mysteriously had no way to close? Slow and poorly-designed pages on mobile devices suck. They gobble up data and kill user experience.

In response, tech behemoths have created solutions to optimize content on mobile devices, what I’ll refer to as Mobile Publishing Formats. You’ve probably heard of at least one of the three most popular: Accelerated Mobile Pages (AMP), Facebook Instant Articles, and Apple News.

If you’d like to dive into specific information about each right away:

A Sad State of Mobile Web Affairs

We’ve come a long way in the past few years. Giant pandas are no longer endangered. Self-driving Ubers are already on streets. Apparently your next roof will be made of solar shingles. Great, but why is the mobile web still so frustrating?

Today’s average web page requires users to download 2.5MB of data, and that number is only growing. To put this into perspective, that’s the same amount of data it takes to download the original DOOM game or roughly two 3.5in floppy disks. Back in 2010, the average web page was just over 700KB, so how did we get here? Ask a developer, and they’ll likely mention something about bloated javascript libraries, advertising scripts, uncompressed images, and large videos.

This isn’t a small issue, either. Industry reports suggest mobile traffic is nearing or has surpassed desktop traffic. For some websites, nearly all traffic comes from mobile devices. In fact, 90% of Facebook's daily active users access it via mobile. For more on the ubiquity of mobile, check out Mitch’s recent State of the Web presentation.

Above: Average global share of mobile internet visitors compared to Viget.com and select websites.

Just as we became accustomed to mobile devices and faster internet, new tools allowed us to add media and integrations more easily than ever before. Unfortunately, that content often isn’t small or compressed. That’s not a big deal if you have a 40Mbps connection on a laptop, but it’s a very big deal if you have a 2Mbps mobile connection or a limited data plan.

Most users expect pages to load as fast on phones as they do on desktops, so clearly some are being left unsatisfied. During a recent page speed analysis for a large ecommerce site, we found that every additional second a page took to load correlated with a 2.7% increase in exit rate. Other studies have shown a substantial correlation between conversion rate and page load time.

Above: Each additional second of loading correlated with a 2.7% increase in page exit rate for a large ecommerce website.

Alright, so we’ve got these heavy pages, but surely they use that weight to provide a decent mobile user experience once they’re loaded, right? Some do, but many websites don’t have a responsive design or at least a corresponding mobile site. It makes me sad every time I have to pinch, zoom, and drag to read articles.

Even “mobile-friendly” websites play with my emotions by sending me to advertisers when I just wanted to scroll down a page, though admittedly my fingers may be too fat. And some buttons are so close together I feel like I’m defusing a bomb when I try to choose one. How about pages that keep building even once you’ve started reading? Throw it on the ground!

Most of these issues are rooted in advertising elements, interactive media, someone demanding my seemingly prized email address, or just poor implementation. Other irksome scenarios for mobile users, as outlined by Google Webmasters include:

There are billions of web pages full of quality content, but in many cases, that content is difficult to access via mobile. In turn, mobile users are frustrated and driven away. What’s a tech giant to do?

The Emergence of Mobile Publishing Formats

Google, Facebook, and Apple have created solutions to deliver “instant” content on mobile and keep users on their own platforms. These Mobile Publishing Formats all deliver fast content by using world-class servers and markup that adheres to specific guidelines. Facebook claims their Instant Articles solution is 10 times faster than standard mobile web articles. Google says AMP pages load 4 times faster and use 10 times less data than equivalent non-AMP pages. Fast.

These formats also standardize content design and limit what publishers are able to insert into articles, particularly when it comes to interactive elements and advertising. Remember moving from a chaotic, gif-ridden, tile-background-patterned MySpace page to a clean, structured Facebook profile? It’s kind of like that, but for mobile content.

But Why?

One important motivation in creating these Mobile Publishing Formats, especially for Facebook and Apple, is to keep users on their own platform. Most of Facebook’s audience uses mobile devices, and many users access the site solely through a mobile device. Some even suggest that Facebook is using Instant Articles to sidestep Apple’s mobile browser restrictions. Apple, the largest smartphone manufacturer in the United States and second-largest worldwide, obviously has a huge stake in their mobile users.

As readers consume mobile content that adheres to Mobile Publishing Formats, they find it easier to discover more by navigating back to either the Newsfeed, Apple News app, or Google results page. This is great for those platforms, but not quite as exciting for content publishers. It’s easier than ever to reach new audiences, yet drawing users further into their other content can prove difficult.

Above all, money is on the line. That’s not to say these organizations can’t make the world a better place while earning a profit, but Google, Facebook, and Apple run the world’s largest digital ad networks. Each commands a huge share of the internet’s audience and are top referrers to news sites.

If these solutions seem less than selfless to you, you’re not alone. Are they evil? No. Are they antithetical to the idea of a free and open internet? Possibly. Some argue that these formats make it harder to publish content to the internet and easier for fake news to masquerade as legitimate. Others have provided alternatives, such as CPP. Opponents have called these formats fake fixes and the saddest refutation of the open web revolution.

Google seems to address this from a more open stance, while Facebook and Apple are actively striving to keep readers on their own platforms where they have more control, consistency, and conveniently don’t have to deal with ad blockers.

Now let's take a closer look at the three main Mobile Publishing Formats:

Accelerated Mobile Pages (AMP)Facebook Instant ArticlesApple News
Accessible by URLYesNo (Facebook App Only)No (Apple News App Only)
SpeedyYesYesYes
ThemesNoYesYes
Design CustomizationYesYesYes
Estimated Implementation EffortMedium to HighMediumLow
SEO BenefitsYesNoNo
Approval NeededNoYesYes
Open Source SpecificationYesNoNo
3rd Party Analytics IntegrationsYesYesNo

Accelerated Mobile Pages (AMP)

The Accelerated Mobile Pages (AMP) Project is an open source initiative that makes it easy for publishers to create mobile-friendly content once and have it load instantly everywhere.
AMPProject.org

In October 2015, Google announced AMP, with the aim of improving the performance of the mobile web. Google began rolling out AMP in organic search in February 2016, specifically in the “top stories” module. In September 2016, AMP content began appearing in the main section of Search Engine Results Pages (also known as the “10 blue links”). That gray lightning symbol in Google’s organic search results indicates a page adhering to AMP standards.

At its core, AMP focuses on simplicity and performance. This format highly restricts Javascript usage and unnecessary mobile elements. It also provides SEO benefits. When displaying results on a mobile device, Google will show an AMP page (if available) instead of the mobile or desktop page that would normally appear. While AMP is led by Google, it’s an open source project that you can contribute to. Other platforms, including Twitter, are also using AMP to cache and render content at very fast speeds.

In terms of tracking, Google allows integrations with analytics providers, with an unsurprisingly tight Google Analytics setup. For more information on AMP analytics solutions, be sure to review this Google Tag Manager setup by Simo Ahava. Google has also created a new section in Search Console that provides information about a website’s integration with AMP and has recently opened up the format to A/B testing.

However, there are a few caveats. Design can get hairy when retro-fitting content, especially if you have a few thousand pages on a site. Technical implementation is also trickier than other formats. Luckily there’s quite a bit of documentation from Google, as well as handy resources like AMP by Example

That said, AMP can be used as a substitute for a responsive, mobile-friendly site. According to Paul Bakaus, Open Web Developer Advocate at Google, websites can even use AMP for all content pages (including Desktop). He mentions AMPProject.org as a site that is 100% AMP and works across all devices and resolutions.

Before you implement AMP, take a look at Ben Tinsley’s article here: Lessons Learned Working with Google's AMP.

AMP CMS Plugins/Modules:

Accelerated Mobile Pages Project – Getting Started

Facebook Instant Articles

Create fast, interactive articles on Facebook. Instant Articles load up to 10 times faster than the mobile web. Powerful creative tools help publishers bring their stories to life in new ways, like tilt-to-pan photos, auto-play video, embedded audio captions, and interactive maps.
- InstantArticles.FB.com

The first of the three main Mobile Publishing Formats to be announced, Facebook Instant Articles launched in May 2015. At first, only select publishers (like National Geographic and the New York Times) were allowed to participate, but Instant Articles was opened to all publishers in April 2016. That month, Facebook saw more than one thousand publishers join the program.

Facebook has been particularly concerned with optimizing performance on Android (which has a global market share of nearly 90%), since international readers on slower connections consume up to 40% more Instant Articles than mobile web articles. The claim that Instant Articles load 10 times faster than standard mobile web pages and result in more engagement is an enticing offer to publishers. As mentioned earlier, Facebook is also the top referrer for news. In short, if a substantial amount of your traffic comes from Facebook, you should look into Instant Articles.

The ad model for Facebook Instant Articles allows publishers to sell their own inventory and keep all ad revenue, while extra inventory is sold by Facebook, which takes a 30% cut. Built on Facebook’s Audience Network, some say the ad network has allowed them to monetize content better than they could have themselves. Still, many are not impressed by the lack of control over content, and other publishers are more bearish on returns.

There are a few additional stipulations for submitting content as Instant Articles. Publishers must have a Facebook Page and use Facebook’s Business Manager app. They must also have at least 5 articles that Facebook can review.

An obvious downside is that offering content on Facebook’s own closed ecosystem makes it harder to hook users into additional publisher content. Publishers also have less control over navigation and media. Some worry that their own branding is eroded by using Facebook’s platform, which offers few differentiating design elements. Facebook also has final say on whether or not publishers will be approved.

Facebook does allow for analytics integrations, though depending on a website’s setup, dark social traffic could occur as users navigate to other content from the Facebook app.

FBIA CMS Plugins/Modules:

Facebook Instant Articles Publisher Approval
SDK - Instant Articles - Documentation - Facebook for Developers

Apple News

With Apple News Format, you can create engaging content for Apple News. Elegant layouts, beautiful typography, photo galleries, videos, and animations bring your stories to life. You can author once and News will optimize for all iOS devices, so your readers will have a great experience no matter which device they’re using.
- Developer.Apple.com/News-Publisher

Apple News was first launched in September 2015, replacing the old Newsstand app. It lives completely within Apple’s own ecosystem. Fortunately, initial Apple News setup is relatively painless. It hooks into existing RSS feeds, and there are already integrations available for most CMSs. As an audience bonus to publishers, the Apple News app comes preinstalled on all iOS devices in the US, UK, and Australia.


Because Apple News is a closed environment like Facebook Instant Articles, Apple has total control and all publishers must first be approved. Similar to Facebook’s model, Apple’s ad network, iAd Workbench, allows publishers to sell ads and keep that revenue, and any additional inventory can be backfilled from Apple with 70% of ad revenue sent to the publisher. Apple News allows for little customization in terms of design but displays content beautifully.

While implementation is straightforward, Apple News’ RSS bot has received criticism for its poor execution and propensity to overload servers at times, which can create a subpar experience for real visitors. Some publishers have mentioned increased visitations after implementation but difficulty in monetizing that traffic

When publishers submit an RSS feed to Apple News, there are a number of technical requirements, and some content may require adjustments in order to comply with Apple's terms of service, like removing certain advertisements for the Apple News bot. Note that using Apple News format is not technically required to be featured in Apple News since it's possible to provide content solely through an RSS feed. Any user can navigate to an RSS feed in Safari to subscribe to that news source in Apple News, and an edition of that feed will be available for that user.

Unlike other Mobile Publishing Formats, Apple News is far less inclined to share user data with outside analytics software. Instead, Apple’s internal analytics will show the number of readers and some information around sharing.

Apple News CMS Plugins/Modules:

Apple News Publisher Approval

The Choice is Yours

How can publishers determine which Mobile Publishing Format is the best fit for their content? For publishers focused on SEO, AMP is likely to be the most important option. Those who operate most heavily in social media should prioritize Facebook Instant Articles. If a target audience is iOS users, Apple News is a smart choice.

As a summary, the benefits can be very real, and Mobile Publishing Formats promise faster loading times, increased social sharing, decreased abandonment, and longer reading time – all amounting to a better user experience. However, each has a very real cost in implementation and upkeep. For each Mobile Publishing Format, publishers also relinquish some content discoverability and design control in the form of image limitations and removed navigation elements. Additionally, publishers may be required to hand over some authority of their content to external parties..

Each Mobile Publishing Format offers a distinct solution to publish optimized and accessible mobile content. Ultimately, it comes down to balancing potential new audiences, different monetization strategies, and control over your own content and audience. The choice is yours.



For some other great resources on the subject, be sure to review:


Special thanks to Ben Tinsley, Mitch DanielsAndy CrestodinaPaul BakausDaniel Aleksandersen, and others for sharing feedback on this piece.

Related Articles