hexo-theme-fluid
hexo-theme-fluid copied to clipboard
[SEO] 支持 Canonical URL
如是功能需求,请确定符合以下情况
- [x] 难以通过自定义实现
- [x] 难以通过第三方插件实现
请描述该需求尝试解决的问题
在 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 的升级并合并更改,希望可以从主题层面实现功能。