Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,

    I too am getting the “Prohibited or invalid use of HTML Tag” error with the webmaster tools. I am getting this error

    Malformed URL ‘https://<article class=”callout”>Click for deal<h3>HideMyAss Coupon</h3><p>Get 57% off your first payment at HMA</p></article>’ for attribute ‘href’ in tag ‘a’.

    Maybe someone has a solution that can work for both of us?
    Thanks

    @chrisgrim
    You need to fix the bad HTML in your post. That is a malformed URL. You can’t have a class in middle of URL, obviously. A class can be added to the anchor link but not the URL.

    @handicrunch
    you need to fix any use of inline styles like <p align="center"></p> — that should be a class like <p class="centertext"></p> or similar. This is common error, as well as things like inline styles on tables.

    Need to check that a plugin is not
    a) injecting javascript into the /amp/ endpoint
    b) minifying or compressing the /amp/ endpoint

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘When i install plug in my wordpress blog i get some errors in webmaster’ is closed to new replies.