SE::Google::SitemapPing - parser for submitting sitemaps to Google
Overview of the parser

SE::Google::SitemapPing – a parser for submitting sitemaps to Google. 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 SE::Google::SitemapPing parsing settings for future use (presets), set up parsing schedules, and much more.
Results can be saved in any format and structure you need, thanks to the powerful built-in Template Toolkit engine, which allows applying additional logic to results and exporting data in various formats, including JSON, SQL, and CSV.
Collected data
- Sitemap submission success status
- Web request response code
- Text received in response from Google with HTML tags
Capabilities
- Submitting a list of sitemaps to Google only
Queries
You should specify the sitemap link as a query, for example:
https://exampledomain.com/sitemap10.xml
Output results examples
A-Parser supports flexible result formatting thanks to the built-in Template Toolkit engine, which allows it to output results in any form, as well as in structured formats like CSV or JSON
Outputting sitemap submission success + response code and text
Result format:
$info.success, $code, $text\n
Result 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.