Hi,

Is it possible to include a page in sitemap.xml that is checked "do not search" using this extension (with Contao 2.9.5)?

Looking at the code, it looks like I can't -- it calls "getSearchablePages" to build the list of pages to include in the site map.

I thought maybe I could use the "getSearchablePages" hook to prune out the pages I don't want to be searched, but I don't know how to prune it JUST when creating the search index and NOT when googlesitemap builds the XML file. Is there some check I can do?

Also, I noticed this extension is only compatible up to 2.9.5. Is it no longer necessary for 2.10 and above? Does the core already allow this for those later versions?

Thanks!