The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Google::SiteMap::URL - URL Helper class for Google::SiteMap

SYNOPSIS

  use Google::SiteMap;

DESCRIPTION

This is a helper class that supports Google::SiteMap.

METHODS

new()
loc()

Change the URL associated with this object.

changefreq()

Set the change frequency of the object.

lastmod()

Set the last modified time.

priority()

Set the priority.

delete()

Delete this object from the sitemap.

lenient()

If lenient contains a true value, then errors will not be fatal.

hash()

Return a hashref of the data. This is used internally by Google::SiteMap to provide a data structure more suitable to passing to XML::Simple.

SEE ALSO

http://www.jasonkohles.com/software/google-sitemap/

https://www.google.com/webmasters/sitemaps/docs/en/protocol.html

AUTHOR

Jason Kohles, <email@jasonkohles.com>

COPYRIGHT AND LICENSE

Copyright (C) 2005 by Jason Kohles

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.4 or, at your option, any later version of Perl 5 you may have available.