dfabulich / sitemapgen4j

SitemapGen4j is a library to generate XML sitemaps in Java.
Apache License 2.0
160 stars 90 forks source link

Images in web sitemap #42

Closed robertvazan closed 5 years ago

robertvazan commented 6 years ago

Please implement image extension to sitemaps. See here:

https://support.google.com/webmasters/answer/178636

mkurz commented 6 years ago

@robertvazan If you provide a pull request I am happy to review and merge it. Should be not to hard to implement this, check out #33 for example.

robertvazan commented 6 years ago

I am currently using this project instead:

https://github.com/jirkapinkas/jsitemapgenerator

So no pull request from me. But let's keep this issue open until someone else finds time to do it.

mkurz commented 5 years ago

Fixed by #45. New version 1.1.2 released.