|
1
|
<script type="application/ld+json"> |
|
2
|
{ |
|
3
|
"@context": "http://schema.org", |
|
4
|
"@type": "BreadcrumbList", |
|
5
|
"itemListElement": [{ |
|
6
|
"@type": "ListItem", |
|
7
|
"position": 1, |
|
8
|
"item": { |
|
9
|
"@id": "<%= request.base_url %>", |
|
10
|
"name": "<%= t("site_name") %>" |
|
11
|
} |
|
12
|
},<%= yield %>] |
|
13
|
} |
|
14
|
</script> |