Jason Kohles > Search-Sitemap-2.08 > Search::SiteMap::Index

Download:
Search-Sitemap-2.08.tar.gz

Annotate this POD

CPAN RT

New  1
Open  0
View Bugs
Report a bug
Source   Latest Release: Search-Sitemap-2.10

NAME ^

Search::SiteMap::Index - Perl extension for managing SiteMap Indexes

SYNOPSIS ^

  use Search:SiteMap::Index;
  
  my $index = Search::SiteMap::Index->new( file => 'sitemap-index.gz' );
  
  $index->add( Search::SiteMap::URL->new(
    loc     => 'http://www.jasonkohles.com/sitemap1.gz',
    lastmod => '2005-11-01',
  ) );

DESCRIPTION ^

A sitemap index is used to point search engines at your sitemaps if you have more than one of them.

METHODS ^

Search::Sitemap::Index inherits all the methods found in Search::Sitemap.

MODULE HOME PAGE ^

The home page of this module is http://www.jasonkohles.com/software/Search-Sitemap. This is where you can always find the latest version, development versions, and bug reports. You will also find a link there to report bugs.

SEE ALSO ^

Search::Sitemap

Search::Sitemap::Ping

http://www.jasonkohles.com/software/Search-Sitemap

http://www.sitemaps.org/

AUTHOR ^

Jason Kohles, <email@jasonkohles.com>

COPYRIGHT AND LICENSE ^

Copyright (C) 2005-2009 by Jason Kohles

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.