Is there a way to produce a list of items that have been excluded from the sitemap. For example, I'd like to see all of my pages not being included with perhaps the reason why it's not included. This would be a double check to make sure everything is working correctly and I haven't excluded something accidentally.

Comments

Dave Reid’s picture

Status: Active » Postponed (maintainer needs more info)

You can run this manual SQL: SELECT type, id, loc, access, status FROM xmlsitemap WHERE access = 0 OR status = 0;