Viewing 8 replies - 1 through 8 (of 8 total)
  • What’s the full error message? Can you share a screenshot of the error and the URL for your site?

    Thread Starter SALZBURG12

    (@salzburg12)

    No error. Google Search Console is not finding any AMP pages at https://www.salzburg12.at

    psonetz

    (@psonetz)

    same here

    @salzburg12:

    Something is injecting extra scripts and styles into the AMP page which is not allowed in the spec which is why validation fails:

    <script type="text/javascript">
    //<![CDATA[
    try{(function(a){var b="https://",c="www.salzburg12.at",d="/cdn-cgi/cl/",e="img.gif",f=new a;f.src=[b,c,d,e].join("")})(Image)}catch(e){}
    //]]>
    </script>

    FYI: you can see these errors by navigating to an AMP page, adding #development=1 to the URL, refreshing the page, and then viewing errors in the javascript console in Developer Tools.

    psonetz

    (@psonetz)

    Could you take a look here please?

    https://www.psoriasis-netz.de/medikamente/etanercept/benepali-als-erstes-biosimilar-fuer-enbrel-zugelassen.html/amp#development=1

    I added only Site Icon and “Featured Image” via functions.php in child theme and no other things. (The validation errors are the same if I delete the entries in functions.php)

    I can’t see what I have to change for a correct validation.

    Omeprazol

    (@omeprazol)

    One of your errors appears because you load jQuery in the body of your page. (Error: the parent tag of script is body, but it can only be head), this means Javascript can only be loaded in the <head> tag.

    psonetz

    (@psonetz)

    Thanks!

    And grrrrrrrr, it’s NextGen ??

    therethere

    (@emotionaltrash)

    i’m getting the same problem. Site is not on webmaster tools. not found any amp pages on my site.

    amp is activated and running well and with no errors on dev mode. Amp validation successful is the only message i get.

    here is the amp version:
    https://goo.gl/9SCxEM

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘AMP Plugin active, but…’ is closed to new replies.