Schema structured data: toevoegen BreadcrumbList en aanvullen Organization
This commit is contained in:
parent
0ed802a015
commit
d5d805730a
5 changed files with 39 additions and 3 deletions
|
@ -12,6 +12,7 @@
|
|||
{
|
||||
"@type": "Organization",
|
||||
"name": "{{ $.Site.Params.organization_name | default .Site.Params.textEmptyValue }}"
|
||||
"sameAs": {{ .Site.Params.organization_sameas }},
|
||||
}
|
||||
],
|
||||
{{ if $author.gender }}"gender": "{{ $author.gender }}",{{ end }}
|
||||
|
@ -22,9 +23,7 @@
|
|||
"worksFor": [
|
||||
{
|
||||
"@type": "Organization",
|
||||
"name": "{{ .Site.Params.name | default .Site.Params.textEmptyValue }}",
|
||||
"sameAs": [ {{ partial "schemas/schema_Social.html" .Site.Params }}
|
||||
]
|
||||
"name": "{{ .Site.Params.name | default .Site.Params.textEmptyValue }}"
|
||||
}
|
||||
],
|
||||
{{ end }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue