how to exclude the parameter id_lang
« on: January 25, 2017, 04:47:55 PM »
hello,

how to exclude the parameter id_lang from crwaling ?
for example :

i have webpage with 2 langs :
[ External links are visible to forum administrators only ]
[ External links are visible to forum administrators only ]

i want to crawl and add to the sitemap, only the parameter with id_lang = 3

how to exclude it ?

and more :
if i want to exclude parameter from the middle of the url - example :
token
page

how to exclude it ?

thanks
Re: how to exclude the parameter id_lang
« Reply #1 on: January 25, 2017, 06:02:48 PM »
You can add "id_lang=1" in Exclude URls setting to avoid indexing any pages that include "id_lang=1" in URL.
The same for other parameters ("token=", "page="). That applies to parameter in any place in the URL.
Re: how to exclude the parameter id_lang
« Reply #2 on: January 26, 2017, 09:23:00 AM »
thanks,

but i still cant exclude it ... maybe im doing it wrong .

attached picture  - is this the right way ?
Re: how to exclude the parameter id_lang
« Reply #4 on: January 26, 2017, 11:29:59 AM »
[ External links are visible to forum administrators only ]
Re: how to exclude the parameter id_lang
« Reply #5 on: January 26, 2017, 11:47:16 AM »
Hello,

that URL doesn't contain "id_lang=1" or "token" hence not excluded by generator.
Re: how to exclude the parameter id_lang
« Reply #6 on: January 26, 2017, 03:40:55 PM »
[ External links are visible to forum administrators only ]id_lang=1
Re: how to exclude the parameter id_lang
« Reply #8 on: January 27, 2017, 06:48:03 AM »
no - i didn't and from some reason - now the generator wont work

my cron job is :
curl "[ External links are visible to forum administrators only ]" -k

why he wont work ?

all my cronjobs are working fine