Initial translation support for text strings like headers and sentences
This commit is contained in:
parent
7500d67c4a
commit
fde1ab5b32
3 changed files with 27 additions and 3 deletions
|
@ -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 }}",
|
||||
}
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue