-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Description
建议进行搜索引擎优化配置
描述
当前主题支持在 _config.yml 中配置以下与搜索引擎优化相关的参数:
# SEO Related
google_site_verification:
bing_site_verification:
naver_site_verification:
yandex_site_verification:
baidu_site_verification:如果条件允许建议完善这些配置,其中 Google Search Console 可通过 https://goo.gle/searchconsole 进行设置。
将 HTML 标记中的 meta 标签的 value 值配置到 _config.yml 并更新部署后即可完成所有权校验。
完成所有权校验后可提交站点地图 https://docs.hmcl.net/sitemap.xml
其它
- 建议为所有文章添加
excerpt
{%- assign seo_description = page.description | default: page.excerpt | default: site.description -%} - 建议更新文章内容时为文章更新
last_modified_at
<lastmod>{{ doc.last_modified_at | default: doc.date | date_to_xmlschema }}</lastmod>
Metadata
Metadata
Assignees
Labels
No labels