Google launches Mobile-Friendly Test API
Google has launched the API for the checking optimize for mobile tool (Mobile-Friendly Test). Now developers will be able to create their own services to check pages for the friendliness to mobile devices.
Google noted that the API-validation method returns the same information as a manual, including the list of blocked URLS. The API documentation contains examples that will help you get started work with programming interface.
When checking the pages through the API returns three status:
- MOBILE_FRIENDLY_TEST_RESULT_UNSPECIFIED – while checking the error occurred. Please try again later.
- MOBILE_FRIENDLY – page optimized for mobile devices.
- NOT_MOBILE_FRIENDLY – page not optimized for mobile devices.
Below is an example of a result of verification through the API:
So everybody can get access to the API by follow link.