PluginUs.Net - Business Tools for WooCommerce and WordPress

[realize your idea - make your dreams come true]

Support Forum

You need to log-in to create request (topic) to the support

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 please
If 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.

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?

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

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))

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

 

Hello

I have changed the code, but the problem is still there.

Hello

Are you using this hook? - https://products-filter.com/hook/woof_ext_custom_title_xxx

Hello

No, I am not using this hook.

I'm only use this filter:

add_filter('woof_title_tag', function($tag){
return 'p';
});

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

Hello

I have added FTP access data.

So, now you can check it.

Hello

Please  clear  all  cache

Hello

I've added temporary link to admin.

So, you can do what you need.

Hello

Please do a test

Hello

Yes, the translation is now working as it should.

Thank you))

Welcome;)

We will add this fix to the new version of the plugin.