On this page:
This is some text inside of a div block.
This is some text inside of a div block.
This is some text inside of a div block.
Created
updated
ImageGallery Schema for Webflow Websites
ImageGallery schema describes a page containing a collection of images. Use this on portfolio galleries, photo albums, and curated image collection pages. Helps Google understand the page is a gallery rather than a single article.
Fields
- name — Gallery title (shared)
- description — Gallery description (shared)
- url — Gallery page URL (shared)
- primaryImageOfPage — Featured image
- datePublished — Gallery creation date (shared)
- dateModified — Last update (shared)
- inLanguage — Language (shared)
- image — Gallery images (shared)
- author — Photographer/curator (shared)
Ask AI about this property
I just read https://www.karpi.studio/schema-glossary-types/image-gallery about ImageGallery schema for Webflow websites. Help me apply this to my own portfolio gallery / photo album:
- Which ImageGallery fields to use: `name`, `description`, `url`, `primaryImageOfPage`, `image`, `author`, `datePublished`, `dateModified`, `inLanguage`
- A complete JSON-LD example using the @graph format for a single ImageGallery entity with these fields
- Exactly how to implement it on a Webflow CMS template for portfolio galleries and photo albums, mapping `image` and `author` from collection fields
- How to validate it with the Schema.org Validator (there is no dedicated Google rich result for this type), which still helps Google understand the page is a gallery rather than a single article
- The most common mistakes, like omitting `primaryImageOfPage` or the `author` (photographer/curator)