Skip to main content

SE::Google::SitemapPing - Google Sitemap Ping Scraper

Overview of the scraper

Overview of the scraperSE::Google::SitemapPingSE::Google::SitemapPing – Google sitemap submission scraper.

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

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

Results can be saved 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
  • Text received in response from Google with HTML tags

Capabilities

  • Submitting a list of sitemaps only to Google

Queries

The link to the sitemap should be provided as queries, 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 an arbitrary form, as well as in structured formats, such as CSV or JSON

Sitemap submission success + response code and text output

Result format:

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

Example 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.

Available settings