Title要素
<title>: 文書題名要素 - HTML: ハイパーテキストマークアップ言語 | MDN
https://html.spec.whatwg.org/multipage/semantics.html#the-title-element
Contexts in which this element can be used:
In a head element containing no other title elements.
他に title 要素を持たない head 要素の中でのみ使用可能となっている
ところがAmazonの商品ページなど、Bodyの中で使われている場合がある
少なくともChromeではそれでもタブのタイトルに反映されるし、 document.title にも反映される。