AMP indexer

AMP Indexer is a tiny microservice built with the purpose of quickly indexing AMP pages for a site. It was initially created for my own SEO consulting work to help clients index their AMP pages faster, and is now released as a free service.

It basically works as follows:

This allows speeding up the indexation of the AMP pages.

Usage

Using the API is simple as sending a GET request to the following URL: https://ampsiteindexer.com/submit?sitemap={FULL_URL_TO_SITEMAP}

Note: FULL_URL_TO_SITEMAP should be URLEncoded.

If the request is correct a simple HTTP 200 will be returned. Otherwise a http 400 will be returned with relevant error text in the error-field

Possible responses

Rate Limits

The API is rate-limited to 10 requests per minute per IP

Questions, comments?

Send a mail to me at [email protected].