Canonical tag on WordPress site. How to remove it?

piraders

Newbie
Joined
Nov 18, 2012
Messages
13
Reaction score
5
Not sure if this is the correct section but I need help regarding the removal of the canonical tag.

I found with the inspect element a canonical tag inside the head section.

1690714915411.png


So the question is, what creates this canonical part and where can I remove it?

This page ir custom Archive page.

Website setup:
Wordpress
Yoast SEO
WPML
Advanced Custom Fields
 
Add this to your functions.php and it will be removed.

Code:
add_filter( 'wpseo_canonical', '__return_false' );
Awesome, Thanks.

I also have one issue regarding the title tag. Maybe you can help me with this also.

1690744457921.png


You see that there is a title tag on the page.
As this is a custom archive page I don't have a page where I could edit this.

Maybe you have an idea where could I find this and change the title?

Thanks,
 
Back
Top