My site based on AMP ( Accelerated Mobile Pages ); How can I create sitemap files if I have pages used ONLY AMP. Thanks.
You can check on this tutorial. Be noted that AMP does not need a sitemap (HTML or XML) if the content is marked up correctly: engines know where AMP content is by this piece of code present in your regular pages: <link rel="amphtml" href="https://www.example.com/url/to/amp/document.html">
. You can also check this link for more information and explanation. The sitemap is added to your website by simply using the customizable shortcode. [amp-sitemap append='amp' heading='AMP Sitemap' max='5']