fix: schema
This commit is contained in:
parent
c612140db4
commit
716b618550
1 changed files with 1 additions and 2 deletions
|
@ -67,8 +67,7 @@
|
||||||
"@id": "{{ meta.url }}#website"
|
"@id": "{{ meta.url }}#website"
|
||||||
},
|
},
|
||||||
"@id": "{{ fullUrl }}",
|
"@id": "{{ fullUrl }}",
|
||||||
"headline": "headline": "{%- if title %}{{ title }} • {% endif -%}{{ meta.siteName }}",
|
"headline": "{%- if title %}{{ title }} • {% endif -%}{{ meta.siteName }}",
|
||||||
,
|
|
||||||
"description": "{% if description %}{{ description }}{% else %}{{ meta.siteDescription }}{% endif %}",
|
"description": "{% if description %}{{ description }}{% else %}{{ meta.siteDescription }}{% endif %}",
|
||||||
"image": "{% if image %}{{ image }}{% else %}{{ meta.meta_data.opengraph_default }}{% endif %}",
|
"image": "{% if image %}{{ image }}{% else %}{{ meta.meta_data.opengraph_default }}{% endif %}",
|
||||||
"inLanguage": "{{ meta.locale }}",
|
"inLanguage": "{{ meta.locale }}",
|
||||||
|
|
Reference in a new issue