-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for multiple sitemaps, per theme #40
Comments
Interesting. Please provide a story where multiple sitemaps would be required, or justify why this is necessary. |
A sitemap can have a max of 50,000 links so for example octobercms.com has a forum and so you would fill up the sitemap very quickly (hopefully) and then get stuck. I was thinking maybe RainLab Blog and Forum plugins being able to create a separate sitemap for each category you create for example. This is something I need to code for one of my websites as each forum section - I have thousands of posts and so need to create many sitemaps. ~I am sure other people can suggest many ideas; but it's really useful to be able to create several sitemaps etc. thanks. Sitemap limit: http://www.sitemaps.org/faq.html#faq_sitemap_size |
We are aware of the protocol limit of 50,000 records, according to the Google guidelines it cannot exceed this amount any way. I'm still yet to see a compelling reason why this is needed. |
Hard to give some reasons etc. Maybe someone else can suggest some input here. Best idea I could suggest would be like this: (octobercms forum) News / Announcements (sitemap 1) => http://octobercms.com/forum/chan/newsannouncements
If I moved one of my vBulletin Forums over this is how I would set it up for Octobercms etc. For Blogs I would setup different sitemaps for each of the category... I guess could give a webmaster more control say Google bot has not crawled a section of their website and they want to send that section to Google webmaster tools to get it crawled etc. Many reasons, but only if it's worth your time (of course) just a suggestion. |
Another story/reason, say I add octobercms.com to Google News I would have to create two sitemaps then.
Search engines like Bing, Yahoo!, Yandex, Baidu, Naver etc can only crawl a normal sitemap and not a Google News, Images, Video, Mobile sitemap etc. Google News sitemap: https://support.google.com/news/publisher/answer/74288?hl=en |
Yes I see, to satisfy this feature, this plugin needs the following enhancements:
|
@daftspunk do you still plan on implementing this? |
This is much easier to implement as a theme template using the resources component and building nodes using Twig like any other navigation:
|
This plugin only creates a single sitemap file....?
You need to update this to be able to create multiple sitemaps e.g.
The text was updated successfully, but these errors were encountered: