How to make some links not indexable
The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday. If you have problems with registration ask help on contact us page pleaseIf you not got email within 24~36 business hours, firstly check your spam box, and if no any email from the support there - back to the forum and read answer here. DO NOT ANSWER ON EMAILS [noreply@pluginus.net] FROM THE FORUM!! Emails are just for your info, all answers should be published only here.
The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday.
Quote from ValtronEU on October 15, 2024, 21:34Hello,
My site is not live yet and all content are not indexable.
So, I make a test. I've unchecked this option Settings > Reading > Discourage search engines from indexing this site and all links below are became indexable.
https://www.valtron.de/k/autozubehoer/f/produktart-gps-antenne/
https://www.valtron.de/k/autozubehoer/autoantennen/f/produktart-gps-antenne/
https://www.valtron.de/geschaft/f/produktart-gps-antenne/They are duplicate each other and this is not good for SEO.
Is there any hook or filter to make, for example, first link indexable and all other not indexable?
Hello,
My site is not live yet and all content are not indexable.
So, I make a test. I've unchecked this option Settings > Reading > Discourage search engines from indexing this site and all links below are became indexable.
https://www.valtron.de/k/autozubehoer/f/produktart-gps-antenne/
https://www.valtron.de/k/autozubehoer/autoantennen/f/produktart-gps-antenne/
https://www.valtron.de/geschaft/f/produktart-gps-antenne/
They are duplicate each other and this is not good for SEO.
Is there any hook or filter to make, for example, first link indexable and all other not indexable?
Quote from Pablo Borysenco on October 16, 2024, 14:12Hello
Yes. You can use this setting - https://share.pluginus.net/image/i20241016151059.png
OR you can use this hook - https://products-filter.com/woof_seo_do_index
Hello
Yes. You can use this setting - https://share.pluginus.net/image/i20241016151059.png
OR you can use this hook - https://products-filter.com/woof_seo_do_index
Quote from ValtronEU on October 17, 2024, 14:01Hello,
After your tip I made adjustments to the settings and now everything works fine.
I have one more question. When I check "In Stock" (Auf Lager in German) option in filter in German language there is no translation (see image below).
Thank you))
Hello,
After your tip I made adjustments to the settings and now everything works fine.
I have one more question. When I check"In Stock" (Auf Lager in German) option in filter in German language there is no translation (see image below).

Thank you))
Quote from Pablo Borysenco on October 18, 2024, 10:56Hello
Try in file -\woocommerce-products-filter\ext\by_instock\index.php - change this code - https://share.pluginus.net/image/i20241018115251.png
self::$includes['js_lang_custom'][$this->index] = apply_filters('woof_ext_custom_title_by_instock', esc_html__('In stock', 'woocommerce-products-filter'));
and do a test
Hello
Try in file -\woocommerce-products-filter\ext\by_instock\index.php - change this code - https://share.pluginus.net/image/i20241018115251.png
self::$includes['js_lang_custom'][$this->index] = apply_filters('woof_ext_custom_title_by_instock', esc_html__('In stock', 'woocommerce-products-filter'));
and do a test
Quote from ValtronEU on October 18, 2024, 12:25Hello
I have changed the code, but the problem is still there.
Hello
I have changed the code, but the problem is still there.
Quote from Pablo Borysenco on October 21, 2024, 11:53Hello
Are you using this hook? - https://products-filter.com/hook/woof_ext_custom_title_xxx
Hello
Are you using this hook? - https://products-filter.com/hook/woof_ext_custom_title_xxx
Quote from ValtronEU on October 21, 2024, 12:32Hello
No, I am not using this hook.
I'm only use this filter:
add_filter('woof_title_tag', function($tag){
return 'p';
});
Hello
No, I am not using this hook.
I'm only use this filter:
add_filter('woof_title_tag', function($tag){
return 'p';
});
Quote from Pablo Borysenco on October 22, 2024, 11:36Hello
Ok! So you translated this string - https://share.pluginus.net/image/i20241022122715.png - using a translation plugin. In this case it should be translated. This is very strange.
Can you drop me ftp access - https://share.pluginus.net/image/i20230222134241.png ->https://share.pluginus.net/image/i20230222134615.png - I will check it
Hello
Ok! So you translated this string - https://share.pluginus.net/image/i20241022122715.png - using a translation plugin. In this case it should be translated. This is very strange.
Can you drop me ftp access - https://share.pluginus.net/image/i20230222134241.png ->https://share.pluginus.net/image/i20230222134615.png - I will check it
Quote from ValtronEU on October 22, 2024, 15:58Hello
I have added FTP access data.
So, now you can check it.
Hello
I have added FTP access data.
So, now you can check it.
Quote from Pablo Borysenco on October 23, 2024, 13:22Hello
Please clear all cache
Hello
Please clear all cache
Quote from ValtronEU on October 23, 2024, 15:12Hello
I've added temporary link to admin.
So, you can do what you need.
Hello
I've added temporary link to admin.
So, you can do what you need.
Quote from Pablo Borysenco on October 24, 2024, 12:36Hello
Please do a test
Hello
Please do a test
Quote from ValtronEU on October 24, 2024, 21:53Hello
Yes, the translation is now working as it should.
Thank you))
Hello
Yes, the translation is now working as it should.
Thank you))
Quote from Pablo Borysenco on October 25, 2024, 10:31Welcome;)
We will add this fix to the new version of the plugin.
Welcome;)
We will add this fix to the new version of the plugin.