o / sitemap-php

Library for generating Google sitemap XML files
MIT License
300 stars 177 forks source link

Added ability to insert image definitions into sitemap. #17

Open johncave opened 8 years ago

johncave commented 8 years ago

I added the ability to add image definitions to the sitemap. Basically this works by optionally appending an array to the end of the addItem method call with the structure of the image tag you want to create. Can document this and send another pull request but wanted to know if you'd be interested in merging this code first.

johncave commented 8 years ago

@mablae Submitted a pull request but there's a couple of others that add the same functionality already sitting in its pull request queue. Also I haven't documented how to use the new functionality yet. Might get some time to write that this weekend and submit another pull request.