Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Maybellyne

    (@maybellyne)

    Hello @supportfinder,

    Thanks for reaching out!

    Do you mean that you want to remove canonical URL from a particular page? By default, Yoast SEO Premium adds a canonical tag that points to the current page.

    However, to disable the canonical feature completely and remove the tag from all pages or certain pages, you can add the wpseo_canonical filter code to your theme’s functions.php or add the code using a plugin:

    add_filter( 'wpseo_canonical', '__return_false' );

    It’s a good idea to create a backup of your site before making this change.

    Thread Starter supportfinder

    (@supportfinder)

    Hi,

    If i don’t have an access to the functions.php, can I add in another way? THank you

    Hi,

    There might be a plugin solution available. You could find a plugin that can add it to your site. In this manner, we suggest reviewing the WordPress plugin repository for a plugin that can best match your needs: https://wordpress.org/plugins/.

    Plugin Support devnihil

    (@devnihil)

    We are going ahead and marking this issue as resolved due to inactivity. If you require any further assistance please create a new issue.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Canonical Tag on particular page’ is closed to new replies.