ppoffice / hexo-theme-icarus

A simple, delicate, and modern theme for the static site generator Hexo.
https://ppoffice.github.io/hexo-theme-icarus/
MIT License
6.28k stars 1.54k forks source link

引导页面多个 h1 标签导致的 SEO 问题 #1185

Closed scholar7r closed 1 year ago

scholar7r commented 1 year ago

确保你在提交Bug反馈之前仔细阅读了Hexo文档Icarus用户指南,和GitHub issues来了解你的问题是否已经被他人提出过。

Bug描述 在搜索引擎中,h1 标签起到了至关重要的作用。采用作者的渲染方式会导致引导页面出现多个 h1,从而导致主页 SEO 权重分散。

{/* Title */}
{page.title !== '' ? <h1 class="title is-3 is-size-4-mobile">
    {index ? <a class="link-muted" href={url_for(page.link || page.path)}>{page.title}</a> : page.title}
</h1> : null}

期望行为

scholar7r commented 1 year ago

非常抱歉因为手贱按到 Enter 导致了如此混乱的 Issue 提交。

ppoffice commented 1 year ago

已在5.2.1中修复。