fluid-dev / hexo-theme-fluid

:ocean: 一款 Material Design 风格的 Hexo 主题 / An elegant Material-Design theme for Hexo
https://hexo.fluid-dev.com/
GNU General Public License v3.0
7.05k stars 1.11k forks source link

[SEO] 支持 Canonical URL #1038

Open AnzhiZhang opened 6 months ago

AnzhiZhang commented 6 months ago

如是功能需求,请确定符合以下情况

请描述该需求尝试解决的问题

在 head 中提供 Canonical URL:https://developers.google.com/search/docs/crawling-indexing/consolidate-duplicate-urls?visit_id=638396256870362030-1024112630&rd=1&hl=zh-cn

<link rel="canonical" href="{{ config.url }}/xxxxx"/>

请描述您认为可行的解决方案

参考:https://github.com/iissnan/hexo-theme-next/pull/931/files

考虑过的替代方案

尝试过以下两个插件: https://github.com/tarunbatra/hexo-canonical-link https://github.com/HyunSeob/hexo-auto-canonical

都需要修改 layout,我尝试在 custom_head 中添加,但未成功。如果自己修改 layout,需要维护 fluid 的升级并合并更改,希望可以从主题层面实现功能。