So I wanted to bulk update a portion of my Basic Pages XML Sitemap settings. The default is set to exclude Basic Pages. I could manually update every page, but with over 100 pages that need to be updated that would take too long.
I looked for a Views Bulk Operations setting to bulk update the nodes, and I asked around, but I couldn't find a solution to my problem.
So I created a new sandbox module (xmlsitemap_vbo) to show this functionality. It has 3 VBO actions that update the xmlsitemap DB table:
- Add Node to XML Sitemap
- Remove Node from XML Sitemap
- Reset XML Sitemap setting to default
I think it would be great if this functionality could be added to the xmlsitemap module, because I think others would like this functionality. I've added another issue that I think could be resolved with VBO integration.
Thoughts?
-Nate