SE::Google::SitemapPing - Google sitemap submission parser
SE::Google::SitemapPing parser overview

It automatically submits your list of sitemaps via the link https://www.google.com/webmasters/tools/ping?sitemap=[link to your sitemap]
.
A-Parser functionality allows you to save parsing settings for SE::Google::SitemapPing for further use (presets), set up a parsing schedule, and much more.
Results can be saved in the format and structure that you need, thanks to the built-in powerful Template Toolkit that allows you to apply additional logic to the results and output data in various formats, including JSON, SQL, and CSV.
List of collected data
- Success of sitemap submission
- Web request response code
- Text received in response from Google with HTML tags
Capabilities
- Submitting a list of sitemaps only to Google
Examples of requests
As requests, you need to specify a link to the sitemap, for example:
https://exampledomain.com/sitemap10.xml
Specify the result format:
$p1.info.success, $p1.code, $p1.text\n
As a result, the success of sitemap submission, response code, and text will be displayed: For example:
1, 200, <h2>Sitemap Notification Received</h2>
<br>
Your Sitemap has been successfully added to our list of Sitemaps to crawl. If this is the first time you are notifying Google about this Sitemap, please add it via <a href="http://www.google.com/webmasters/tools/">http://www.google.com/webmasters/tools/</a> so you can track its status. Please note that we do not add all submitted URLs to our index, and we cannot make any predictions or guarantees about when or if they will appear.
Result output options
A-Parser supports flexible result formatting thanks to the built-in Template Toolkit, which allows it to output results in any form, as well as in structured form, such as CSV or JSON.