Schema structured data: toevoegen BreadcrumbList en aanvullen Organization

This commit is contained in:
Michael Boelen 2023-06-15 11:53:46 +02:00
parent 0ed802a015
commit d5d805730a
5 changed files with 39 additions and 3 deletions

View file

@ -5,6 +5,8 @@
{{- else if .IsPage -}}
{{ partial "schemas/schema_BreadcrumbList.html" . }}
{{ if in .Params.content_types "person" }}
{{ partial "schemas/schema_Person.html" . }}
{{ end }}