yes, par exemple moi j'ai ça dans mon head:
{%- assign page_url = "https://www.whynotprod.com" | append: page.url -%}
{%- assign page_display_name = page.fileSlug | remove: "-fr" | replace: "-", " " | strip -%}
<link rel="canonical" href="{{ page_url }}">
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@graph": [
{
"@type": "BreadcrumbList",
"itemListElement": [
{
"@type": "ListItem",
"position": 1,
"name": "Accueil",
"item": "https://www.whynotprod.com/"
},
{
"@type": "ListItem",
"position": 2,
"name": "Projets",
"item": "{{ page_url }}"
}
]
},
{
"@type": "WebPage",
"@id": "{{ page_url }}#webpage",
"url": "{{ page_url }}",
"name": "Créations de sites internet éco-conçus, motion et print | whynotprod",
"inLanguage": "fr-FR",
"isPartOf": { "@id": "https://www.whynotprod.com/#website" },
"about": { "@id": "https://www.whynotprod.com/#organization" },
"description": "Découvrez mes créations en motion design, webdesign et graphisme. Explorez mes derniers projets réalisés avec passion pour donner vie à vos idées digitales."
}
]
}
</script>