# ImageGallery

```html
<ul itemtype"https://schema.org/ImageGallery" >
  
  <li itemtype="https://schema.org/ImageObject">
    <img src="https://example.com/abc1" />
  </li>

  <li itemtype="https://schema.org/ImageObject">
    <img src="https://example.com/abc2" />
  </li>

</ul>
```
