したがって、私の現在のプロジェクトでは、パスを持つ「チーム」ページに移動すると/home/about/company/team/
、ページのヘッダーは次のようになります。
/home/about/company/ <--- this is what i call the "rootline"
TEAM <-- this is the title of the current page
... content goes here ...
私の現在のマークアップは次のようになります。
<h1>TEAM</h1>
<h2>/home/about/company/</h2>
<div id="content">
<h3>Content Headline</h3>
...
</div>
h2
しかし、ルートラインをタグでラップするのは間違っていると感じます。実際、それは見出しではありませんよね?この場合、優れたセマンティックHTMLを作成する方法についてどう思いますか?