NAME
WWW::Google::SiteMap::URL - URL Helper class for WWW::Google::SiteMap
SYNOPSIS
use WWW::Google::SiteMap;
DESCRIPTION
This is a helper class that supports WWW::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.
SEE ALSO
http://www.jasonkohles.com/software/www-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.