From 0d217509320439251adb5b6960bacf44aeb20968 Mon Sep 17 00:00:00 2001 From: ZhenShuo Leo <98386542+ZhenShuo2021@users.noreply.github.com> Date: Mon, 15 Dec 2025 19:59:54 +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 --- layouts/partials/schema.html | 1 - 1 file changed, 1 deletion(-) diff --git a/layouts/partials/schema.html b/layouts/partials/schema.html index 6d278272..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": "{{ . | safeJS }}",{{ end }} {{ with .Site.LanguageCode }}"inLanguage": "{{ . }}",{{ end }} "url" : {{ .Permalink }}, "author" : {