Hi,
I would like to thank you for this great extensions.
Every thing going good, I get full site map for ( en / ar ).
I use drop down with languages to switch it and change sitemap links accordingly.
One question please, about how to add multi language website to Search Console ?
My steps are :
1 : I added this code to .htaccess to redairect all link to non www
RewriteCond %{HTTP_HOST}
www.gpsmapping.ly
RewriteRule (.*)
http://gpsmapping.ly/$1 [R=301,L]
2 : I create property in Google Analytics for my website
Name : GPS Mapping
Default URL :
http://gpsmapping.ly
3 : Adjust Search Console
Add web property to Google Analytics
Now I had confuse how to add link for my website, the link it well be like this without ( www ) as it say in help file I should add separated link for every language :
http://gpsmapping.ly/en/ http://gpsmapping.ly/ar/
When I get HTML file from Search Console to verify my website and I upload the file in root folder and I click verify it does not work because the file is not in (
http://gpsmapping.ly/en/ ) root as well as (
http://gpsmapping.ly/ar/ ), in root folder there is not folder ( /en ) and ( /ar ) in joomla root.
How could I fix this and add web property to Google Analytics ?
Thank you