21 lines
No EOL
458 B
HTML
21 lines
No EOL
458 B
HTML
<script type="application/ld+json">
|
|
{
|
|
"@context": "http://schema.org",
|
|
"@type": "BreadcrumbList",
|
|
"itemListElement": [{
|
|
"@type": "ListItem",
|
|
"position": 1,
|
|
"item": {
|
|
"@id": "{{ .Site.BaseURL }}",
|
|
"name": "home"
|
|
}
|
|
},{
|
|
"@type": "ListItem",
|
|
"position": 3,
|
|
"item": {
|
|
"@id": "{{ .Permalink }}",
|
|
"name": "{{ .Title | humanize }}"
|
|
}
|
|
}]
|
|
}
|
|
</script> |