itemscope
Itemscope is an HTML attribute used to declare that the element and its descendants contain structured data about a real-world item. It is part of the microdata specification and works with itemtype and itemprop to describe the item's properties.
The itemscope attribute marks an element as a new item. The itemtype attribute provides the type of
Example: <div itemscope itemtype="https://schema.org/Book"><span itemprop="name">Example Book</span><span itemprop="author" itemscope itemtype="https://schema.org/Person"><span itemprop="name">Jane Author</span></span></div>
Usage and considerations: Microdata is supported by major search engines and can contribute to rich results