Привет, @mauri01 .
There is a filter, I have nowhere to check it now, but do something with it.. This is how we remove the slash, try adding it.
function remove_trailing_slash($slash) {
return '';
}
add_filter('asgarosforum_seo_trailing_slash', 'remove_trailing_slash');
By the way, the canonical code in your page is correct and should not affect SEO.
-
This reply was modified 1 month, 2 weeks ago by Yworld.