Skip to content

建议进行搜索引擎优化配置 #373

@neveler

Description

@neveler

建议进行搜索引擎优化配置

描述

当前主题支持在 _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 进行设置。

Image

将 HTML 标记中的 meta 标签的 value 值配置到 _config.yml 并更新部署后即可完成所有权校验。

Image

完成所有权校验后可提交站点地图 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions