From bb096404fa4afc2414e8c83df034c54c10d49e51 Mon Sep 17 00:00:00 2001 From: "zhangf@suq.cn" Date: Mon, 7 Sep 2026 14:40:33 +0800 Subject: [PATCH] =?UTF-8?q?feat(theme):=20=E5=AE=9E=E7=8E=B0=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2SEO=E6=A0=87=E9=A2=98=E5=92=8C=E5=85=83=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E5=8A=A8=E6=80=81=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将静态页面标题替换为动态{$current_cate.seo_title}变量 - 使用动态{$current_cate.seo_keywords}变量替代硬编码关键词 - 采用动态{$current_cate.seo_description}变量更新页面描述 - 统一所有HTML页面的SEO元数据结构 - 提升网站搜索引擎优化效果和内容管理灵活性 --- public/themes/website/1/zh/demo/about.html | 6 +++--- public/themes/website/1/zh/demo/announce.html | 6 +++--- public/themes/website/1/zh/demo/category.html | 6 +++--- public/themes/website/1/zh/demo/contact.html | 6 +++--- public/themes/website/1/zh/demo/download.html | 6 +++--- public/themes/website/1/zh/demo/faq.html | 6 +++--- public/themes/website/1/zh/demo/investment.html | 6 +++--- public/themes/website/1/zh/demo/search.html | 6 +++--- public/themes/website/1/zh/demo/single_search.html | 6 +++--- public/themes/website/1/zh/demo/video.html | 6 +++--- 10 files changed, 30 insertions(+), 30 deletions(-) diff --git a/public/themes/website/1/zh/demo/about.html b/public/themes/website/1/zh/demo/about.html index c8a7bb5..f90d15f 100644 --- a/public/themes/website/1/zh/demo/about.html +++ b/public/themes/website/1/zh/demo/about.html @@ -4,9 +4,9 @@ - 关于我们 - 睿能科技 - - + {$current_cate.seo_title} + +