Closed (won't fix)
Project:
XML sitemap
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
21 Jul 2010 at 23:05 UTC
Updated:
16 Feb 2012 at 14:41 UTC
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
Comment #1
dave reidThis 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.
Comment #2
nibblebot commentedif 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.
Comment #3
Footeuz commentedI'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 ?