SE::Google::SitemapPing - scraper for submitting sitemaps to Google
Scraper overview

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