Typo3 サイトにリッチ スニペットを実装できませんでした。基本的に、html タグをラップしてメタ スニペットを含めようとしましたが、役に立たず、一連のサイト エラーが発生しました。
page.meta.itemprop.name = name
page.meta.itemprop.description = description
page.meta.itemprop.image = http://www.example.com/img/01.png
htmlコードは次のとおりです
<html itemscope itemtype="http://schema.org/Organization">
<meta itemprop="name" content="name">
<meta itemprop="description" content="description">
<meta itemprop="image" content="http://www.example.com/image.png">
どのタイポスクリプトを使用する必要がありますか?