Active
Project:
Boost
Version:
6.x-1.18
Component:
Caching logic
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Jun 2010 at 05:03 UTC
Updated:
4 Jun 2010 at 08:04 UTC
My server:
nginx
boost 1.18
xmlsitemap module 6.x-2.0-beta1
My site have many links which xml sitemap have create sitemap.xml and sitemap.xml?page=1 2 ... of it.
The problem is Boost only cache sitemap.xml not cache page=1, page=2 ...
Everytime googlebot access the sitemaps, the inner sitemap.xml?page=1 ... alway returen the same content of sitemap.xml.
That cause googlebot can't get the sitemap.
regards
Comments
Comment #1
mikeytown2 commenteddoes page query strings work with html on your site?
Comment #2
wqmeng commentedHi,
Yes, they should work, I have views created pages, they all ok with page=1, ...
I have seen the html file and the gz file created by boost with the page=1 in the file name.
While boost will only create sitemap.xml_.xml and sitemap.xml_.xml.gz, no page=1 file will be created even I access sitemap.xml?page=1.
Now I haved added sitemap.xml* to the excpetion list. And after a few hours, google may download the sitemap right again.
I am not sure which cause this problem, boost or something else like rewrite of nginx, seems that I have no problem with apache server before.
Thanks
http://articlesforge.com
Comment #3
wqmeng commentedHere is some result from google bot. You may see that the sitemap.xml?page=1 indeed return the content of sitemap.xml, and in the cache folder, there are only sitemap.xml_.xml and sitemap.xml_.xml.gz, no inner page files will be created.
Thanks
http://articlesforge.com
Comment #4
wqmeng commentedIf I don't cache sitemap with boost, It will get
Thanks
http://articlesforge.com
Comment #5
mikeytown2 commenteddo you have xml caching turned off? I just tried your sitemap.xml file and I don't see the boost tag or any tag in the headers.
Comment #6
wqmeng commentedHi, I have add sitemap.xml* to the avoid cache list. So meantime the cache disabled for sitemap.
thanks