Need to add MediaGallery Schema on Web stories
-
I need to add MediaGallery Schema on Web stories, How can I get
“thumbnailUrl”:”image thumbnail url ”,
“name”:”Name of slide “,
“description”:”Description of slide “,
I am using web_stories_story_head hook to enter the custom schema
Structure of the MediaGallery Schema{ "@context" : "https://schema.org", "@type": "MediaGallery", "description”:”Description of story”, "mainEntityOfPage": { "@type": "ImageGallery", "associatedMedia":[ { "@type": "ImageObject", "thumbnailUrl”:”image thumbnail url ”, "name”:”Name of slide ", "description”:”Description of slide ", “contenturl”:”Image url“ }
The page I need help with: [log in to see the link]
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Need to add MediaGallery Schema on Web stories’ is closed to new replies.