Hello, I translated my site with a fairly simple joomla component called JA Multilanguage that adds language strings to the url:
Primary Language:
http://www.mauzaza.com/en
Secondary Lanague:
http://www.mauzaza.com/id
Looking at the sitemap link structure generated by jsitemap I realise that this might be a problem impeding the site to be crawled properly.
Explanation:
If you submit this link:
http://www.mauzaza.com/index.php?option=com_jmap&view=sitemap&format=xml&lang=en
it is redirected to this link:
http://www.mauzaza.com/en/index.php?option=com_jmap&view=sitemap&format=xml&lang=en
Same thing for the secondary language.
Any thoughts?
Regards