标签: html5 seo
我可以在所有页面中使用相同的H1标签吗? 例如:
<header> <h1>Here is some description of the activity on the site</h1></header>
上面的代码在header.php的每个页面上都是相同的。它在语义上是否正确?
答案 0 :(得分:1)
是的,它在语义上是正确的。但Google搜索引擎优化指南不建议这样做。