![]() |
|
Sitemap-extended problem with index - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: Sitemap-extended problem with index (/thread-12320.html) |
Sitemap-extended problem with index - ventesites - 2015-09-22 Hi ../page/index.php The index page of my gallery is index.php and there is no folder "page" I suppose i should only have what can i do to solve this problem? Thanks Pat Sitemap-extended problem with index - acrylian - 2015-09-22 The sitemap covers the "standard theme structure". Which means the index page contains the the toplevel albums which is paginated. To those pages the If a theme/site does not use this structure but a custom one the sitemap does not and cannot know about that. The simplest way sadly would be to manually edit the sitemap files to remove the unneeded ones. OR create a custom sitemap plugin matching the structure of your theme/site. Sitemap-extended problem with index - ventesites - 2015-09-22 what would be the part to delete so it no longer generates the file : ? Thanks Sitemap-extended problem with index - acrylian - 2015-09-22 Sorry, I don't know that offhand. Look at the plugin, the code is documented.As said easiest is you edit the xml files for now. Edit: Btw, as I don't always know everything offhand myself: On the plugin options you can override the index page by setting the gallery index your theme/site uses. Sitemap-extended problem with index - ventesites - 2015-09-23 yes I understand, the problem is that this plugin comes with zenphoto and generates an error in Google webmaster tools when the sitemap is submitted because of those non existing generated urls..... Sitemap-extended problem with index - acrylian - 2015-09-23 Sorry, I answered quickly inbetween yesterday so I somehow missed the detail. Correct urls for the index pages would be: I just tested and the sitemap generates the correct urls for me. So the question is what is different on your site. Sitemap-extended problem with index - ventesites - 2015-09-24 I found out what was creating the problem. In the sitemap configuration i had "index.php" for the gallery homepage instead of leaving the field empty. I have the admin in french and the translation is not right as it says "if this field is empty the index sitemap WON'T be generated." while in fact this field should be left empty if the gallery home page is index.php... |