Initial translation support for text strings like headers and sentences

This commit is contained in:
Michael Boelen 2024-11-08 12:23:46 +00:00
parent 7500d67c4a
commit fde1ab5b32
3 changed files with 27 additions and 3 deletions

View file

@ -0,0 +1,18 @@
<script type="application/ld+json">
{
"@context":"https://schema.org",
"@type":"ItemList",
"mainEntityOfPage":{
"@type":"CollectionPage",
"@id":"https://example.com/"
},
"itemListElement": [
"@type": "ListItem",
"position": "1",
"item": {
"@type": "Person",
"url": "http://example.com/big_list_of_recipes#strawberry-mango-pie",
"name": "Naam",
"image": "{{ .thumbnail }}",
}
]