Open designgrande opened 6 years ago
It seems to me that according to the HTML 5.2 specification, this usage of the <meta>
element is not allowed.
Same issue for microdata on https://seirdy.one/
Looking at the HTML Living Standard, it should be allowed with the itemprop
attribute. I believe it should work with RDFa attributes such as property
, typeof
, and vocab
as well.
I am facing a serious problem with HTML Tidy (latest version -- https://html-tidy.org).
In short: HTML tidy convert these lines of HTML codes
Into these lines of code -- Please take a close look at META TAGS placement.
This is causing some serious issues with schema validations. You can check the codes here: https://search.google.com/structured-data/testing-tool/u/0/
Because of this issue, the client's (URL: https://techswami.in ) breadcrumb navigation is not visible in search results.
What help do I need from you guys?
Can you please tell me how do I prevent HTML Tidy from messing the META TAGS.
Thanks.