+ 9
what’s itemscope in html?
3 Respostas
+ 11
According to Microdata and Schema.org vocabulary, itemscope is the name of the microdata boolean attribute which indicates that the element’s descendants may contain information about the element.
When the itemscope attribute is specified on an HTML element, it informs search engines and web browsers that descendants of the HTML element may be carrying machine-readable information about the HTML element. Search engines like Google, Microsoft, and Yahoo! use microdata markup to improve their search results.
+ 5
thank you