Hi all,
we have a website in 10 languages https:/www.swissinfo.ch, and we would like to have a sitemap pro languages.
So my first idea is to have 10 instances of Unlimited PHP Sitemap Generator.
But I don't want the website to be completly parsed 10 times, so I wanted to use the "Parse ONLY" URLs configuration.
Here is an excerpt of the config:
<option name="xs_initurl">[ External links are visible to forum administrators only ]</option>
<option name="xs_parse_only">eng eng/</option>
but I end up with other languages in the sitemap.
If I change the config to this:
<option name="xs_initurl">[ External links are visible to forum administrators only ]</option>
<option name="xs_parse_only">eng/</option>
(slash at the end), then I only get 70 urls
What am I missing ?
Do you have any tips to achieve what we want ?
Thanks,
Regards.