将 p 或 div 放在节中的 H1 之前
我想知道在部分内 h1 之前放置 p/div 是否可以?
例子:
<section>
<div class="breadcrumbs">Home | Bla | Bla </div>
<h1>Heading</h1>
<p>content</p>
</section>
I am wondering if it's ok to put p/div before h1 inside section?
example:
<section>
<div class="breadcrumbs">Home | Bla | Bla </div>
<h1>Heading</h1>
<p>content</p>
</section>
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
是的。问题可能是你是否想要 SEO 明智的。越高越重要,我们猜测你的 h1 也非常重要(内容方面)。
但如果它真的像你在这里展示的那么小,那就没有问题了
yes it is. The question might be if you want it SEO-wise. The higher up the more important, and we are guessing that your h1 is also really important (content wise).
But if it's really as small as you show here, no trouble at all
是的,这样做完全没问题,没有理由
H1
必须是页面上的第一个内容,只要它是 H1(或其他标题),它就会对这些浏览器保持相同的重要性或概述文档的 SE - IOW 它将保持其语义作为标题Yes it's perfectly OK to do this, there's no reason an
H1
has to be the first thing on a page, as long as it's an H1 (or other heading) it will maintain the same importance for those browsers or SE's that outline documents - IOW it will maintain it's semantics as the heading