If i have content types Page, Book, and Blog, I would like the option to have separate sitemap files for each type like:
sitemap-page.xml
sitemap-page-1.xml
sitemap-blog.xml

so that if nodes of a certain type are not getting indexed by google, I know that it is limited to certain types.
I am willing to write a patch or sub-module to implement this if you can point me in the right direction.

Comments

dave reid’s picture

Status: Active » Closed (won't fix)

This is possible with the sitemap context API, but I would not recommend this at all. If your content types are being listed, there's not much we can do. It's in Google's hands from there.

nibblebot’s picture

if google is not indexing all of my content, I have no idea which content is *not* getting indexed because all the content types are grouped together. With separate sitemaps, I could see if certain content types are having trouble getting indexed.

Footeuz’s picture

I'm also interested for this feature.
Because I have a content type on a subdomain
So I have to separate my sitemap in 2 files.

Is it possible with the api to doing this ?