sitemap-plugin
sitemap-plugin copied to clipboard
Add support for images in sitemap
#51 & #61
- [x] Make sure paths are browser URL's (cache)
- [x] Proper DI in
ProductToImageSitemapArrayConverter - [ ] Make image support optional (default = on)
- [ ] Support localisation (optional)
- [x] Support product provider
- [ ] Support taxon provider
- [ ] Add specs for
ProductImagesToSitemapImagesCollectionGenerator
@Roshyo Would you be able to help on moving this issue further to completeness?
Hi, I'll try to find some time to do so.
@stefandoorn what do you mean by Support taxon provider ?
To have the taxon provider also inject it's images, currently only the product provider is having that supported.
Oh okay. I'll do another PR for this if you're okay.
Maybe you want to review this one ?
It fixes Make image support optional (default = on) and Add specs for ProductImagesToSitemapImagesCollectionGenerator
Support taxon provider also done
@stefandoorn can you have a look ?