Google::SiteMap::URL - URL Helper class for Google::SiteMap
use Google::SiteMap;
This is a helper class that supports the Google::SiteMap manpage.
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 the Google::SiteMap manpage to provide a data structure more suitable to passing to the XML::Simple manpage.
http://www.jasonkohles.com/software/google-sitemap/
https://www.google.com/webmasters/sitemaps/docs/en/protocol.html
Jason Kohles, <email@jasonkohles.com>
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.