mirror of
https://github.com/nunocoracao/blowfish.git
synced 2026-01-30 16:31:52 +01:00
fix(schema): remove abstract field
- Search engines do not consume the abstract property
- Platforms (Docusaurus, Vitepress, WordPress, Medium) do not use it
- .Summary method does not match the definition of abstract in schema.org
redo 0d21750932 due to incorrect merge manipulate
This commit is contained in:
@@ -25,7 +25,6 @@
|
|||||||
"name": "{{ .Title | safeJS }}",
|
"name": "{{ .Title | safeJS }}",
|
||||||
"headline": "{{ .Title | safeJS }}",
|
"headline": "{{ .Title | safeJS }}",
|
||||||
{{ with .Description }}"description": "{{ . | safeJS }}",{{ end }}
|
{{ with .Description }}"description": "{{ . | safeJS }}",{{ end }}
|
||||||
{{ with .Summary }}"abstract": "{{ . | plainify | htmlUnescape | safeJS }}",{{ end }}
|
|
||||||
{{ with .Site.LanguageCode }}"inLanguage": "{{ . }}",{{ end }}
|
{{ with .Site.LanguageCode }}"inLanguage": "{{ . }}",{{ end }}
|
||||||
"url" : {{ .Permalink }},
|
"url" : {{ .Permalink }},
|
||||||
"author" : {
|
"author" : {
|
||||||
|
|||||||
Reference in New Issue
Block a user