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

Canonical URLs / seopress & husky filter

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.

Dear Support Team, if I deactivate the filter, I don't get any canonical URLs. If I activate the filter, I get Canonical URLs error messages.

How can I fix this? I use"seopress" as a seo plugin and as I said without an active filter, everything works without errors.

Thanks for the great support always and I look forward to your reply.

Hello

Please  drop  me  exact  link  to the  issue and  wp-admin access - https://share.pluginus.net/image/i20230222134241.png -> https://share.pluginus.net/image/i20230222134615.png - I will check it

Hello pablo, thank you very much. I gave you access to the test page. Best regards and thanks for the support

Hello

Unfotunately  I  can not  login  to  your  site -  https://c2n.me/4iGc6Tq.png

Please  update  the  plugin  to latest  version(3.3.3) - https://products-filter.com/how-to-make-auto-update-for-wordpress-plugins-and-themes-bought-on-envato  - clear all cache  and  do a test

Hello please click on"Skip", then everything works. It's all up to date.

Thank you for the support

Hello

ok!

Please  update  the  plugin  to latest  version(3.3.3) - https://products-filter.com/how-to-make-auto-update-for-wordpress-plugins-and-themes-bought-on-envato  - clear all cache  and  do a test

Hello Pablo, I found the problem but I don't know how to solve it.

With the Seopress plugin I have to activate the option"Do not show archive of this post type in search engine results (noindex)", then I don't get an error in google.

But since I would like to index these pages, the question is how can I get it to work without an error message.

Thanks for the support

Hello

Are you still getting errors after updating the plugin?

Can you drop me  exact  text  of  this  error in google?

Hello, thanks for the support. Attached is the message from google:

Document does not contain a valid rel=canonical element

Multiple conflicting URLs (https://....com/shop/check/product_cat-../, https://....com/shop/)

Hello

The fact is that this error was in the old version of the plugin.

Do you use SEO plugins on your live site?

Hello Pablo, yes we use seopress and your filter in version 3.3.3 on the live site.

Thank you for Support

It looks like my plugin and seopress is adding a canonical link which results in an error.

You can try  this  code  in  functions.php

add_filter('woof_seo_do_index', function($do_index,$url,$request){
if ($do_index) {
add_filter('seopress_titles_canonical',function($html){
return false;
});
}
return $do_index;
},5,3);

Hello thank you it works.
best regards

Hello

Great!  Welcome;)

Quote from bulli on June 17, 2023, 06:59

Hello thank you it works.
best regards

Hello

Thank you for cooperation, in new version its code added into HUSKY code https://share.pluginus.net/image/i20230710141547.png

Hello, thank you very much! So I can't delete the code in functions.php?

Thank you for everything

Hello

yes you can remove this code

Welcome;)

Thank You :-)