Skip to main content

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

Scraper Overview

OverviewSE::Google::SitemapPingSE::Google::SitemapPing – scraper for submitting sitemaps to Google.

Automatically sends your list of sitemaps to the link https://www.google.com/webmasters/tools/ping?sitemap=[your sitemap link].

A-Parser functionality allows you to save the scraper settings of SE::Google::SitemapPing for future use (presets), set a scraping schedule, and much more.

Saving results is possible in the form and structure you need, thanks to the built-in powerful templating engine Template Toolkit which allows you to apply additional logic to the results and output data in various formats, including JSON, SQL, and CSV.

Collected Data

  • Sitemap submission success
  • Web request response code
  • The text that was received in response from Google with HTML tags

Capabilities

  • Sending a list of sitemaps exclusively to Google

Queries

As queries, you need to specify the sitemap link, for example:

https://exampledomain.com/sitemap10.xml

Output Results Examples

A-Parser supports flexible result formatting thanks to the built-in templating engine Template Toolkit, which allows it to output results in any form, as well as in structured formats, such as CSV or JSON

Output of sitemap submission success + response code and text

Result format:

$info.success, $code, $text\n

Example of result:

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.

Possible Settings