From f3e91168d92c8b956427e88927a78c3d61b69cfd Mon Sep 17 00:00:00 2001 From: ZhenShuo Leo <98386542+ZhenShuo2021@users.noreply.github.com> Date: Tue, 23 Dec 2025 01:42:44 +0800 Subject: [PATCH] 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 0d217509320439251adb5b6960bacf44aeb20968 due to incorrect merge manipulate --- layouts/partials/schema.html | 1 - 1 file changed, 1 deletion(-) diff --git a/layouts/partials/schema.html b/layouts/partials/schema.html index 67ec58d2..470511ec 100644 --- a/layouts/partials/schema.html +++ b/layouts/partials/schema.html @@ -25,7 +25,6 @@ "name": "{{ .Title | safeJS }}", "headline": "{{ .Title | safeJS }}", {{ with .Description }}"description": "{{ . | safeJS }}",{{ end }} - {{ with .Summary }}"abstract": "{{ . | plainify | htmlUnescape | safeJS }}",{{ end }} {{ with .Site.LanguageCode }}"inLanguage": "{{ . }}",{{ end }} "url" : {{ .Permalink }}, "author" : {