• Resolved koskar22

    (@koskar22)


    Hi, i use amp plugin in my website for months now. Everything works great. I have one question just to see if there is a problem with seo. I have only posts in amp mode, but when i visit a post from google that is amp and i click to go to a category or home page i see that at url still have ?amp=1. Is there a way to serve no amp urls in amp pages?

    Thank you

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Milind More

    (@milindmore22)

    Hello @koskar22

    Yes, that’s possible to disable AMP to AMP linking so when users click on a link on AMP pages they will be directed to non-AMP pages.

    Please add the following code snippet in your child themes functions.php or in a custom plugin

    add_filter( 'amp_to_amp_linking_enabled', '__return_false' );

    We hope this helps!

    Thread Starter koskar22

    (@koskar22)

    Perfect…thank you

    Plugin Support Milind More

    (@milindmore22)

    @koskar22
    Glad our suggestion is helpful, I’ll mark this as resolved Open a new support topic if you face further issues, also feel free to leave a plugin review, we would love to hear your feedback.

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.