=== AMP HTML Sitemap ===
Contributors: Nick van de Veerdonk (nmvdvjr)
Tags: AMP, sitemap
Requires at least: 4.5.3
Tested up to: 4.5.3
Stable tag: 1.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Generates a customizable list of your AMP posts for SEO/indexing benefits, to be added to a page by customizable shortcode.
== Description ==
Seen as there are no links pointing to AMP articles (naturally they don’t occur in pages and menus) it can take a long time for them to be indexed. A list of AMP articles in a page (HTML sitemap) can be of much help. Currently there is no possibility to have them generated by use of a plugin (XML sitemap). You can use this plugin to have AMP articles indexed faster and more regularly.
This plugin will not be supported.
== Installation ==
1. Upload en activate the plugin
2. Place the shortcode in a page or post: [amp-sitemap]
Customizing the display of the AMP Sitemap plugin:
* Slug: depending on which AMP plugin you are using you can adjust the slug to direct to the AMP articles:
append=’amp’
Standard: ‘amp’ (appripriate for the AMP plugin by Automatic).
Example: ‘amp-post‘ will generate a slug ‘yourwebsite.nl/post/amp-post/
* Title: add a H2 heading:
heading=’AMP HTML Sitemap’
Standard: none
* Total links: set a limit to the amount of posts displayed:
max=’5'
Standard: 5000
* The shortcode can now look like this: [amp-sitemap append='amp' heading='AMP HTML Sitemap' max='20']
Additional:
It is not necessary to have this page in your menus. For regular indexing add URL of the sitemap page to your automatically generated sitemap (like Google XML Sitemaps, just copy/paste the URL in the plugin admin)
Use the URL of your sitemap page and add it manually to be indexed via Google Webmaster Tools.
== Frequently Asked Questions ==
== Changelog ==