• Resolved roxer82

    (@roxer82)


    AMP pages do it terrible on PageSpeed (featured image lazy loaded, duplicated javascripts…), and I think that is making my web is being punished in this core update.

    While my Performance on normal mobile is 98, in AMP is 75.
    Is it possible to change anything to make links not to convert to amp? I mean: even if I’m in an AMP page, I don’t want the home link to be https://www.page.com/?amp, I want it to be https://www.page.com (without amp), and if I have an internal link, like https://www.page.com/1/helloworld/, it takes me to the normal url, without adding de /amp.

    Thanks

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

    (@milindmore22)

    Hello @roxer82

    Thank you for contacting us,

    You can disable the amp-to-amp linking using the filter amp_to_amp_linking_enabled

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

    add_filter ( 'amp_to_amp_linking_enabled' , '__return_false' );

    Additionally, we will recommend disabling the mobile redirection from AMP settings

    We hope this helps!

    Plugin Support Milind More

    (@milindmore22)

    @roxer82 As we didn’t receive a response I’ll mark this as resolved. Feel free to open a new support topic if you require any further assistance.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Link to no amp version’ is closed to new replies.