VvebOIDC/plugins/seo/config/schemas/post/news.json

23 lines
804 B
JSON

{
"@context": "https://schema.org",
"@type": "NewsArticle",
"@@data-v-component-product":"product",
"headline": "{$product.name|htmlspecialchars}",
"image @@data-v-product-images": [
"https://example.com/photos/1x1/photo.jpg @@data-v-product-image @@data-v-product-image-src",
"https://example.com/photos/4x3/photo.jpg @@data-v-product-image @@data-v-product-image-src",
"https://example.com/photos/16x9/photo.jpg @@data-v-product-image @@data-v-product-image-src"
],
"datePublished": "{$post.pubDate}",
"dateModified": "{$post.modDate}",
"author @@data-v-component-admin": [{
"@type": "Person",
"name": "Jane Doe",
"url": "https://example.com/profile/janedoe123"
},{
"@type": "Person",
"name": "John Doe",
"url": "https://example.com/profile/johndoe123"
}]
}