Viewing 6 replies - 1 through 6 (of 6 total)
  • @mythreeseasons

    Often, we see problems occur in combination with another plugin or theme. The fastest way to rule out any conflict, is to deactivate all non-Yoast plugins and switch to a standard theme like Twenty Twenty.

    Please test this on your development or staging site, if you have one. If not, we recommend using the Health Check & Troubleshooting plugin. This plugin has a troubleshooting mode, which does not affect normal visitors to your site.

    If you’re unfamiliar with checking for conflicts, we’d like to point you to a step-by-step guide that will walk you through the process: How to check for plugin conflicts

    If you do not feel comfortable to do this yourself or if this does not solve your issue, our Yoast SEO Premium plugin comes with one year of (technical) support.

    So this is also happening to me starting today. I am pretty sure there is a conflict with Google Stories and Yoast, which would be a serious issue since Stories is owned by Google.

    3 of my web stories for Google popped a conflict today as well.

    Both plugins are super important- how do we fix the conflict?

    • This reply was modified 3 years, 5 months ago by saltysidedish.

    I am absolutely having this issue and fairly sure it is the latest Web Stories plugin conflicting with Yoast.

    If you can, roll back your version of Web Stories.

    Thread Starter mythreeseasons

    (@mythreeseasons)

    I dont know if this is the best long term fix but I found this code yesterday and added it the php of my theme editor:
    (https://www.ads-software.com/support/topic/multiple-canonicals/)

    // remove yoast canonical for web stories
    function remove_canonical() {
    if ( is_singular( ‘web-story’ ) ) {
    add_filter( ‘wpseo_canonical’, ‘__return_false’ );
    }
    }
    add_action(‘wp’, ‘remove_canonical’);

    The last web story I published is now valid according to the url inspection tool.

    Plugin Support Michael Ti?a

    (@mikes41720)

    Hello @mythreeseasons @saltysidedish @benmyhre

    We tried this on a test site with a default WP theme (TwentyTwenty) and only Yoast SEO v17.1 and Web Stories v1.11.0 as the plugins enabled and were able to replicate the issue where the web stories have duplicate canonical tag outputs.

    Thank you for bringing this issue to our attention!

    We apologize?for the trouble you are currently experiencing with our plugin. You are actually not the first to report this issue. That means a bug report has been created and is under review by our product team.

    What’s next?
    Our product team will assess the severity of this problem in relation to other open bug reports and new features. Based on their assessment, the bug report will be given a priority level. Our developers work on the highest priority issues first. Unfortunately, this means we cannot give you an estimate of when they’ll start working on your report.

    We recommend reaching out to the Google Web Stories team as well as having both teams work on this issue will help speed along the process for a solution.

    If you have any further information that may affect the prioritization or help our development team solve this bug, please feel invited to reply to this forum topic.

    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 6 replies - 1 through 6 (of 6 total)
  • The topic ‘The tag ‘link rel=canonical’ appears more than once in the document.’ is closed to new replies.