Adding 'Schema.org' Mark-up
-
Hi David!
I’ve been adding the ‘Schema.org’ mark-up on my galleries. Here is what I have right now:
<div itemscope itemtype="https://schema.org/ImageGallery" id="gallery-[+id+]-[+instance+]" class="gallery gallery-[+id+]"> <div class="gallery-row gallery-clear"> <figure itemprop="image" itemscope itemtype="https://schema.org/ImageObject" class="gallery-item col-[+columns+]"> <div class="gallery-icon">[+link+]</div> <figcaption itemprop="caption" class="gallery-caption">[+caption+]</figcaption> </figure> </div><!-- Row Close --> </div><!-- .gallery -->
I’m having a hard time trying to add
[+link+]
to my custom ‘Mark-up Template’:<a itemprop="contentURL" href="/gallery-link-page/"><img itemprop="thumbnailUrl" width="300" height="200" src="images/thubnail-1.jpg" alt="Name of Gallery" /></a>
Any ideas?
https://www.ads-software.com/plugins/media-library-assistant/
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Adding 'Schema.org' Mark-up’ is closed to new replies.