WWW::Google::SiteMap::Ping

WWW::Google::SiteMap::Ping is a Perl extension for sending update pings to Google.
Download

WWW::Google::SiteMap::Ping Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Jason Kohles
  • Publisher web site:
  • http://search.cpan.org/~jasonk/

WWW::Google::SiteMap::Ping Tags


WWW::Google::SiteMap::Ping Description

WWW::Google::SiteMap::Ping is a Perl extension for sending update pings to Google. WWW::Google::SiteMap::Ping is a Perl extension for sending update pings to Google.SYNOPSIS use WWW::Google::SiteMap::Ping; my $ping = WWW::Google::SiteMap::Ping->new( 'http://www.jasonkohles.com/sitemap.gz', ); $ping->submit; print "These pings succeeded:n"; foreach($ping->success) { print "$_: ".$ping->status($_)."n"; } print "These pings failed:n"; foreach($ping->failure) { print "$_: ".$ping->status($_)."n"; }This module makes it easy to notify Google that your sitemaps, or sitemap indexes, have been updated. See WWW::Google::SiteMap and WWW::Google::SiteMap::Index for tools to help you create sitemaps and indexes. Requirements: · Perl


WWW::Google::SiteMap::Ping Related Software