Advertisement
  1. SEJ
  2.  ⋅ 
  3. Mobile SEO

The Difference Between Accelerated Mobile Pages (AMP) and Mobile-Friendly Pages

AMP is huge and is surely the future which no search marketer can ignore.Speed and optimum content display are the most important aspects for mobile users.

The Difference Between Accelerated Mobile Pages (AMP) and Mobile-Friendly Pages

No business can underestimate the importance of having their website content being displayed correctly and quickly on the mobile devices. But, with variants like the internet speed and different screen sizes, reaching out on the mobile web is a challenging task.

Google has always focused on the user, and the user experience has always been the most important ranking factor. The user experience always starts with the page load time . In some countries where the internet speed is not an issue, the page load time totally depends on the technicalities of the page design and development. Every time a web page takes too long to load, the site owner loses a reader/buyer—and also the opportunity to earn revenue through advertising or subscriptions.

Some time back, Google had introduced ‘mobile-friendly’ labels in mobile search results. This label was added to sites which ensured a good mobile experience by being responsive. This label has recently been removed because Google says 85% of all pages in the mobile search results now meet the criteria of the mobile-friendly label.

The latest development for improving the mobile search results and the mobile user experience further is The Accelerated Mobile Pages (AMP) Project, which is an open source initiative that embodies the vision that publishers can create mobile optimized content once and have it load instantly everywhere. AMP is a way to build web pages for static content that render fast.

AMP

The difference between a mobile-friendly page and AMP can be understood by the following questions.

What are Mobile-Friendly Pages?

Mobile-friendly pages are pages with Responsive Web Design (RWD). RWD is a web design approach aimed at crafting sites to provide an optimal viewing experience across a wide range of devices -from desktop computer monitors, tablets to mobile phones. In particular, reacting to the width of the browser window — not just flowing the text, but often changing aspects of page layout.

What are Accelerated Mobile Pages (AMP)?

AMP or Accelerated Mobile Pages is an open source initiative by Google launched in October 2015. Accelerated Mobile Pages (AMP) are lightweight pages designed to load quickly on mobile devices. AMP-compliant pages use a subset of HTML with a few extensions. Accelerated Mobile Pages (AMP), is a very accessible framework for creating fast-loading mobile web pages.

How Can a Website Become Mobile-Friendly?

A website can be made responsive or mobile-friendly by adding Media Queries.

Media queries let the display of content be according to the user device without having to change the content itself. It is a CSS technique introduced in CSS3. Media queries allow the web page to use different CSS style rules based on the features such as width, height, and color.  A media query is a logical expression that is either true or false.

For Example:

<!– CSS media query on a link element –>

<link rel=”stylesheet” media=”(max-width: 800px)” href=”sample.css” />

<!– CSS media query within a stylesheet –>

<style>

@media (max-width: 600px) {

  .facet_sidebar {

    display: none;

  }

}

</style>

When a media query is true, the relevant style sheet or style rules are applied, following the normal cascading rules.

How Can a Website Become AMP Compliant?

A website is made AMP compliant as per instructions on https://www.ampproject.org/docs/get_started/create.html but the AMP pages also have to be made responsive or mobile-friendly.

Are There Any Duplicate Content Issues With Responsive Websites?

There are no issues related to duplicate content regarding responsive pages.

Are There Any Duplicate Content Issues for an AMP Compliant Website?

A responsive page or a mobile-friendly page is the same page of the website which is served in a different layout. The pages get displayed according to the device from which they are accessed. AMP pages are served to the user from the Google AMP cache. AMP pages have a different URL. Hence, the duplicate content issue has to be sorted out. The Google AMP Cache is a proxy-based content delivery network for delivering all valid AMP documents. It fetches AMP HTML pages, caches them, and improves page performance automatically.

How Can I Solve The Duplicate Content Issue on AMP?

If your website is AMP compliant and If you have both AMP and non-AMP versions of your pages, include the following links:

On any non-AMP page, reference the AMP version of the page to let Google and other platforms know about it:

  • Add the following to the non-AMP page: <link rel=”amphtml” href=”https://www.example.com/url/to/amp-version.html” /> 
  • On the AMP page,  add the following text to reference its non-AMP canonical version: <link rel=”canonical” href=”https://www.example.com/url/to/regular-html-version.html” />
  • For standalone AMP pages (those that don’t have a non-AMP version) the AMP page should specify itself as the canonical version as follows: <link rel=”canonical” href=”https://www.example.com/url/to/amp-document.html” />

How can I Validate AMP-complaint pages?

You can validate AMP on https://validator.ampproject.org/

How Can I Test the Mobile-Friendliness of the Website?

You can test how mobile-friendly the page is on https://testmysite.thinkwithgoogle.com/intl/en-in

Is Mobile-Friendliness a Ranking Signal?

Yes. Since April 21st, 2015, Google started expanding its use of mobile-friendliness as a ranking signal. Mobile-friendliness will continue to remain a ranking factor as AMP also have to be made responsive.

Is AMP a Ranking Signal?

No, AMP is still not a ranking signal as mentioned by John Mueller, a Google Webmaster Trends Analysts,  in a Google Hangout, at the 15:50 mark into the video.

How are Mobile-Friendly Pages and AMP Differentiated and Displayed in Search Results?

On November 18th, 2014 Google added a “Mobile-friendly” label to mobile search results. But recently Google announced:

To keep search results uncluttered, we’ll be removing the label, although the mobile-friendly criteria will continue to be a ranking signal.

Google had introduced AMP as top stories in the carousel for mobile SERPs. In August 2016 Google started sharing an early preview of expanded AMP support across the entire search results page on g.co/ampdemo and not just the “Top stories” section. AMP pages are labeled with the icon AMP-Icon in search results.

What About Page Size and Page Load Time?

AMP reduces the page size to a great extent as it can be seen in the image below. The number of requests sent to retrieve the page is also less. AMP improves CTR and also shows an increase in the number of repeat visits.

The Washington Post’s Jarrod Dicker, head of ad products and technology, said AMP improves click-through rates by up to 50 percent. He also said,

The Post publishes over 1,000 articles in AMP every day, and they’re already seeing concrete benefits…We have seen load times average 400 milliseconds, an 88% improvement over our traditional mobile website. This has made readers more likely to tap on Washington Post stories because they know our articles will load consistently fast.

AMP has been great for retention as well. Traditionally 51% of mobile search users return to The Washington Post within seven days. For users who read stories published in AMP, this number jumps to 63%.

Here’s an example of a performance test conducted of a mobile-friendly version of the page and the AMP page of the same URL:

Performance Summary Of a Responsive Page

mobile-friendly-stats

Performance Summary Of the AMP version of the same URL

AMP Performance Summary

Does Google Give Reports Regarding AMP and Mobile-friendliness in Search Console and Analytics?

Yes, Google gives a Mobile Usability Report in the search console for issues regarding mobile-friendliness/responsiveness under Search Traffic. The AMP related issues are also shared in the Search Console under Search Appearance. Google Analytics can also be added to AMP.

mobile-friendliness-search-console AMP-Search-Console

Google says since they started working on this mobile experience for users, they have seen an incredible global adoption of AMP that has gone beyond the news industry to include e-commerce, entertainment, travel, recipe sites and so on. To date, there are more than 150 million AMP docs in the Google index, with over 4 million new ones being added every week.  As the number of searches from mobile handsets continues to increase at a massive rate, AMP has become more and more important for search marketers.

 

Image Credits

Featured Image: DepositPhotos.com

Screenshots Taken by Author 9/2016

Category Mobile SEO
ADVERTISEMENT
Bharati Ahuja WebPro Technologies

+Bharati Ahuja is founder WebPro Technologies India, SEO Trainer and Speaker, Web Entrepreneur, Blog Writer, Internet Marketing Consultant. Follow her ...

The Difference Between Accelerated Mobile Pages (AMP) and Mobile-Friendly Pages

Subscribe To Our Newsletter.

Conquer your day with daily search marketing news.