WWW::Google::SiteMap

WWW::Google::SiteMap is a Perl extension for managing Google SiteMaps.
Download

WWW::Google::SiteMap 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 Tags


WWW::Google::SiteMap Description

WWW::Google::SiteMap is a Perl extension for managing Google SiteMaps. WWW::Google::SiteMap is a Perl extension for managing Google SiteMaps.SYNOPSIS use WWW::Google::SiteMap; my $map = WWW::Google::SiteMap->new(file => 'sitemap.gz'); # Main page, changes a lot because of the blog $map->add(WWW::Google::SiteMap::URL->new( loc => 'http://www.jasonkohles.com/', lastmod => '2005-06-03', changefreq => 'daily', priority => 1.0, )); # Top level directories, don't change as much, and have a lower priority $map->add({ loc => "http://www.jasonkohles.com/$_/", changefreq => 'weekly', priority => 0.9, # lower priority than the home page }) for qw( software gpg hamradio photos scuba snippets tools ); $map->write;The Sitemap Protocol allows you to inform search engine crawlers about URLs on your Web sites that are available for crawling. A Sitemap consists of a list of URLs and may also contain additional information about those URLs, such as when they were last modified, how frequently they change, etc.This module allows you to create and modify sitemaps. Requirements: · Perl


WWW::Google::SiteMap Related Software