sitemap

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

sitemap

Sitemap #
A dart package to generate Sitemaps easily. View on pub
Example #
final sitemap = new Sitemap();

sitemap.entries.add(new SitemapEntry()
..location = 'http://foo.bar/baz'
..priority = 0.75
..addAlternate('en', 'http://foo.bar/baz')
..addAlternate('fr', 'http://foo.bar/fr/baz')
..addAlternate('de', 'http://de.foo.bar/baz')
..addAlternate('pt-Br', 'http://brazilianfoo.bar/baz'));

print(sitemap.generate());
copied to clipboard

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files:

Customer Reviews

There are no reviews.