0
デザイナーで応答styleseetキックが論理的に今H1あるべきセクションタイトルを、追加したとき。私は5つのセクションと5つのヘッダレスポンシブデザインのヘッダー。
<section>
<h1>this is the header</h1>
</section>
でウェブサイトを持っていますH2はH1を進めるよう
<section>
<h2>this is the NEW section header for mobile</h2>
<h1>this is the header</h1>
</section>
は今、これは明らかに間違っています。これは私の現在の解決策ですが、間違っているようです。
<section>
<div class="section-header">this is the NEW section header for mobile</div>
<h1>this is the header</h1>
</section>
ここではベストプラクティスです。
だと思います。 – LeBlaireau
ああ...そうだよ... –
OK、しかしSEOの質問は、SOのための話題ではない - http://meta.stackoverflow.com/questions/281367/where-to-find-answers-to-seo-questions –