Viewing 3 replies - 1 through 3 (of 3 total)
  • Remove the tags ?

    Look at the page source for your AMP generated post, and look at the tags and HTML elements (easier to do with a shorter post), and see if there is anything being injected by a plugin that should not be there.

    What specific ‘tag’ does the error specify if any ?

    Mote that some things like inline HTML should not be in your posts content, like the dread WP alignment tags, which must be changed to CSS classes.

    Hi! We have the same issue on 3500 page….

    Prohibited tag: left

    The site is: https://www.keyforweb.it

    an example page: https://www.keyforweb.it/samsung-galaxy-s7-arrivo-un-programma-permuta-lupgrade-stile-iphone/amp/

    some help? ??

    thx a lot!

    If you have inline html like

    <p align="left">

    You will need to
    a) stop doing that ??
    b) do search replace in your dbase to add a class like

    <p class="textleft">
    
    .textleft{text-align:left}

    or similar

    modern HTML should not have any inline CSS in the HTML.

    We had same issue with the ‘center’ tag. (sigh)

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Prohibited tag : errors on your AMP pages’ is closed to new replies.