Topic構造化データ:「mainEntityOfPage」として宣言されたすべての投稿

構造化データモデルでは、mainEntity / mainEntityOfPage としてオブジェクトは1つだけ宣言されるべきです。
詳細は 「mainEntity」 - 背景情報 - データモデル - schema.org を参照してください。

現在、すべての投稿が mainEntityOfPage として宣言されています。

Google は各ページ(URL)を独自のコンテキストとして認識します。そのため、URL ごとに1つの投稿を mainEntity として宣言することが可能です。例:

  • https://DOMAIN/t/SLUG/43: main entity は #post_1
  • https://DOMAIN/t/SLUG/43?page=2: main entity は #post_10 から #post_19 のいずれか
  • https://DOMAIN/t/SLUG/43?page=3: main entity は #post_20 から #post_29 のいずれか
  • […]

「ItemList のページネーション」に関する schema.org のディスカッションおよび Google の情報も参照してください: pagination for ItemList · Issue #1714 · schemaorg/schemaorg · GitHub

  • pagination for ItemList · Issue #1714 · schemaorg/schemaorg · GitHub
  • pagination for ItemList · Issue #1714 · schemaorg/schemaorg · GitHub

Google のデベロッパー ドキュメントからの上記の抜粋は、現在見当たらないため、古い可能性があります: General Structured Data Guidelines | Google Search Central  |  Documentation  |  Google for Developers

これは DiscussionForumPosting - Schema.org Type の使用に関連していませんか?

これはすべての投稿に使用していますが、最初の投稿にのみ使用し、残りは Comment - Schema.org Type を使用すべきのようです。

そうすれば、繰り返しのタイトル、ページネーションの問題、その他適合しないものをすべてなくすことができます。

Google は DiscussionForumPosting のようなサブタイプをあまり重視せず、代わりに親タイプである Article にマッピングする可能性があります。
これにより、Google の視点からは、Discourse は ArticlesComments を持つブログのように見えるかもしれません。

別の方法としては、DiscussionForumPostings の間の関係をより明確にすることです。
例えば、各回答の中に親投稿を宣言するために about - Schema.org Property を使用するなどです。

post_1 (mainEntityOfPage)
|
+-- post_2 (about post_1)
|
+-- post_3 (about post_1)
|   |
|   + post_4 (about post_3)
|   + post_6 (about post_3)
|
+ post_5 (about post_1)

DiscussionForumPosting の使用方法について議論があります。

一つの意見 - 参照: We have DiscussionForumPosting but no DiscussionForum... · Issue #125 · schemaorg/suggestions-questions-brainstorming · GitHub

DiscussionForumPosting の説明は「ディスカッションフォーラムへの投稿」です。

通常のフォーラムはカテゴリで構成されています。カテゴリはフォーラムを含み、フォーラムはトピックを含みます。トピックは 1 つ以上のフォーラム投稿を含みます。

この説明は、このスキーマが個々のフォーラム投稿用であることを示唆していますが、例では複数の著者による複数のフォーラム投稿を含むことができるトピックを示しているようです。

フォーラム投稿用の動作する構造化データモデル(=Google がリッチスニペットを生成するもの)を偶然発見しました:XenForo

Google SERP モバイル表示

Google SERP デスクトップ表示

技術的詳細

例:https://www.audiosciencereview.com/forum/index.php?threads/headphones-and-the-harman-target-curve.17914/

大幅に削減された HTML コード:

<!DOCTYPE html>
<html>
    <head>
        <title>ヘッドフォンとハーマン目標カーブ | Audio Science Review (ASR) フォーラム</title>
        […]
    </head>
    <body>
        <script type="application/ld+json">
            {
                "@context": "https://schema.org",
                "@type": "DiscussionForumPosting",
                "@id": "https://audiosciencereview.com/forum/index.php?threads/headphones-and-the-harman-target-curve.17914/",
                "headline": "ヘッドフォンとハーマン目標カーブ",
                "articleBody": "最近、ヘッドフォンのイコライジング(APO+Peace)を試し始めています。Hifiman Ananda と Denon AH-D7200 の 2 つのヘッドフォンで、この作業を繰り返しています。両方とも、ハーマン目標プロファイルの音は...",
                "articleSection": "ヘッドフォンおよびヘッドフォンアンプレビュー",
                "author": {
                    "@type": "Person",
                    "name": "spittiz"
                },
                "datePublished": "2020-11-27T20:59:17+00:00",
                "dateModified": "2022-11-14T12:49:45+00:00",
                "image": "https://audiosciencereview.com/forum/data/avatars/h/6/6175.jpg?1606506178",
                "interactionStatistic": {
                    "@type": "InteractionCounter",
                    "interactionType": "https://schema.org/ReplyAction",
                    "userInteractionCount": 353
                },
                "publisher": {
                    "@type": "Organization",
                    "name": "Audio Science Review (ASR) フォーラム",
                    "logo": {
                        "@type": "ImageObject",
                        "url": "https://www.audiosciencereview.com/forum%20resources/Two-line%20ASR%20Logo-new.png"
                    }
                },
                "mainEntityOfPage": {
                    "@type": "WebPage",
                    "@id": "https://audiosciencereview.com/forum/index.php?threads/headphones-and-the-harman-target-curve.17914/"
                }
            }
        </script>

        <h1>ヘッドフォンとハーマン目標カーブ</h1>

        <ul>
            <li>
                <a href="/forum/index.php?members/spittiz.6175/" itemprop="name">spittiz</a>
            </li>
            <li>
                <a href="/forum/index.php?threads/headphones-and-the-harman-target-curve.17914/">
                    <time datetime="2020-11-27T20:59:17+0000" title="2020 年 11 月 27 日 20:59">2020 年 11 月 27 日</time>
                </a>
            </li>
        </ul>

        <nav>
            <ul>
                <li><a href="/forum/index.php?threads/headphones-and-the-harman-target-curve.17914/">1</a></li>
                […]
                <li><a href="/forum/index.php?threads/headphones-and-the-harman-target-curve.17914/page-18">18</a></li>
            </ul>
        </nav>

        <!-- トピックの投稿 -->
        <article id="js-post-582475">
            <section itemscope itemtype="https://schema.org/Person"></section>
            <header>
                <time datetime="2020-11-27T20:59:17+0000" title="2020 年 11 月 27 日 20:59" itemprop="datePublished">2020 年 11 月 27 日</time>
            </header>
            <article>
                [投稿本文]
            </article>
        </article>

        <!-- 最初の回答 -->
        <article id="js-post-582631">
            <section itemscope itemtype="https://schema.org/Person">[…]</section>
            <header>
                <time datetime="2020-11-28T01:50:59+0000" title="2020 年 11 月 28 日 01:50" itemprop="datePublished">2020 年 11 月 28 日</time>
            </header>
            <article>
                <blockquote>
                    [引用本文]
                </blockquote>
                [投稿本文]
            </article>
            <time datetime="2020-11-28T02:03:35+0000" title="2020 年 11 月 28 日 02:03" itemprop="dateModified">2020 年 11 月 28 日</time>
        </article>

        <article id="js-post-582634">[…]</article>

        […]

        <article id="js-post-584460">[…]</article>

        <article id="js-post-584505">[…]</article>
    </body>
</html>
削減された HTML ソース(クリックして開く)
<!DOCTYPE html>
<html>
    <head>
        <title>ヘッドフォンとハーマン目標カーブ | Audio Science Review (ASR) フォーラム</title>

        <meta name="description" content="最近、ヘッドフォンのイコライジング(APO+Peace)を試し始めています。Hifiman Ananda と..." />
        <meta property="og:description" content="最近、ヘッドフォンのイコライジング(APO+Peace)を試し始めています。Hifiman Ananda と Denon AH-D7200 の 2 つのヘッドフォンで、この作業を繰り返しています。両方とも、ハーマン目標プロファイルの音はひどいです。特に Ananda は、..." />
        <meta property="twitter:description" content="最近、ヘッドフォンのイコライジング(APO+Peace)を試し始めています。Hifiman Ananda と Denon AH-D7200 の 2 つのヘッドフォンで、この作業を繰り返しています..." />

        <meta property="og:url" content="https://audiosciencereview.com/forum/index.php?threads/headphones-and-the-harman-target-curve.17914/" />
        <link rel="canonical" href="https://audiosciencereview.com/forum/index.php?threads/headphones-and-the-harman-target-curve.17914/" />

        <link rel="next" href="/forum/index.php?threads/headphones-and-the-harman-target-curve.17914/page-2" />

        <meta property="og:site_name" content="Audio Science Review (ASR) フォーラム" />
        <meta property="og:type" content="website" />
        <meta property="twitter:card" content="summary" />

        <meta property="og:title" content="ヘッドフォンとハーマン目標カーブ" />
        <meta property="twitter:title" content="ヘッドフォンとハーマン目標カーブ" />

        <meta property="og:image" content="https://www.audiosciencereview.com/forum%20resources/Two-line%20ASR%20Logo-new.png" />
        <meta property="twitter:image" content="https://www.audiosciencereview.com/forum%20resources/Two-line%20ASR%20Logo-new.png" />

    </head>
    <body>
        <script type="application/ld+json">
            {
                "@context": "https://schema.org",
                "@type": "DiscussionForumPosting",
                "@id": "https://audiosciencereview.com/forum/index.php?threads/headphones-and-the-harman-target-curve.17914/",
                "headline": "ヘッドフォンとハーマン目標カーブ",
                "articleBody": "最近、ヘッドフォンのイコライジング(APO+Peace)を試し始めています。Hifiman Ananda と Denon AH-D7200 の 2 つのヘッドフォンで、この作業を繰り返しています。両方とも、ハーマン目標プロファイルの音は...",
                "articleSection": "ヘッドフォンおよびヘッドフォンアンプレビュー",
                "author": {
                    "@type": "Person",
                    "name": "spittiz"
                },
                "datePublished": "2020-11-27T20:59:17+00:00",
                "dateModified": "2022-11-14T12:49:45+00:00",
                "image": "https://audiosciencereview.com/forum/data/avatars/h/6/6175.jpg?1606506178",
                "interactionStatistic": {
                    "@type": "InteractionCounter",
                    "interactionType": "https://schema.org/ReplyAction",
                    "userInteractionCount": 353
                },
                "publisher": {
                    "@type": "Organization",
                    "name": "Audio Science Review (ASR) フォーラム",
                    "logo": {
                        "@type": "ImageObject",
                        "url": "https://www.audiosciencereview.com/forum%20resources/Two-line%20ASR%20Logo-new.png"
                    }
                },
                "mainEntityOfPage": {
                    "@type": "WebPage",
                    "@id": "https://audiosciencereview.com/forum/index.php?threads/headphones-and-the-harman-target-curve.17914/"
                }
            }
        </script>

        <header>
            […]
        </header>

        <nav>
            <ul itemscope itemtype="https://schema.org/BreadcrumbList">
                <li itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem">
                    <a href="/forum/index.php" itemprop="item">
                    <span itemprop="name">フォーラム</span>
                    </a>
                    <meta itemprop="position" content="1" />
                </li>
                <li itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem">
                    <a href="/forum/index.php#audio-audio-audio.40" itemprop="item">
                    <span itemprop="name">オーディオ、オーディオ、オーディオ!</span>
                    </a>
                    <meta itemprop="position" content="2" />
                </li>
                <li itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem">
                    <a href="/forum/index.php?forums/headphones-and-headphone-amplifier-reviews.57/" itemprop="item">
                    <span itemprop="name">ヘッドフォンおよびヘッドフォンアンプレビュー</span>
                    </a>
                    <meta itemprop="position" content="3" />
                </li>
            </ul>
        </nav>

        <h1>ヘッドフォンとハーマン目標カーブ</h1>

        <ul>
            <li>
                <a href="/forum/index.php?members/spittiz.6175/" itemprop="name">spittiz</a>
            </li>
            <li>
                <a href="/forum/index.php?threads/headphones-and-the-harman-target-curve.17914/"><time datetime="2020-11-27T20:59:17+0000" title="2020 年 11 月 27 日 20:59">2020 年 11 月 27 日</time></a>
            </li>
        </ul>

        <nav>
            <ul>
                <li><a href="/forum/index.php?threads/headphones-and-the-harman-target-curve.17914/">1</a></li>
                <li><a href="/forum/index.php?threads/headphones-and-the-harman-target-curve.17914/page-2">2</a></li>
                <li><a href="/forum/index.php?threads/headphones-and-the-harman-target-curve.17914/page-3">3</a></li>
                <li><a href="/forum/index.php?threads/headphones-and-the-harman-target-curve.17914/page-18">18</a></li>
            </ul>
        </nav>

        <article id="js-post-582475">
            <section itemscope itemtype="https://schema.org/Person">
                <a href="/forum/index.php?members/spittiz.6175/">
                <img src="/forum/data/avatars/m/6/6175.jpg?1606506178" alt="spittiz" width="96" height="96" itemprop="image" /> 
                </a>
                <h4><a href="/forum/index.php?members/spittiz.6175/" itemprop="name">spittiz</a></h4>
                <h5 itemprop="jobTitle">メンバー</h5>
                <dl>
                    <dt>参加日</dt>
                    <dd>2019 年 2 月 7 日</dd>
                </dl>
                <dl>
                    <dt>投稿数</dt>
                    <dd>14</dd>
                </dl>
                <dl>
                    <dt>いいね数</dt>
                    <dd>12</dd>
                </dl>
            </section>
            <header>
                <ul>
                    <li>
                        <a href="/forum/index.php?threads/headphones-and-the-harman-target-curve.17914/post-582475" rel="nofollow">
                        <time datetime="2020-11-27T20:59:17+0000" title="2020 年 11 月 27 日 20:59" itemprop="datePublished">2020 年 11 月 27 日</time>
                        </a>
                    </li>
                </ul>
                <ul>
                    <li>
                        <a href="/forum/index.php?threads/headphones-and-the-harman-target-curve.17914/post-582475"
                            rel="nofollow">
                        </a>
                    </li>
                    <li>
                        <a href="/forum/index.php?threads/headphones-and-the-harman-target-curve.17914/post-582475" rel="nofollow">
                        #1
                        </a>
                    </li>
                </ul>
            </header>
            <article>
                [投稿本文]
            </article>
            <footer>
                <span>反応:</span>
                <a href="/forum/index.php?posts/582475/reactions" rel="nofollow"><bdi>tmtomh</bdi>、<bdi>yigitboy</bdi>、<bdi>Frank Dernie</bdi> とその他 2 名</a>
            </footer>
        </article>

        <article id="js-post-582631">
            <section itemscope itemtype="https://schema.org/Person">
                <a href="/forum/index.php?members/dreyfus.6150/">
                <img src="/forum/data/avatars/m/6/6150.jpg?1601328956" alt="Dreyfus" width="96" height="96" itemprop="image" /> 
                </a>
                <h4><a href="/forum/index.php?members/dreyfus.6150/" itemprop="name">Dreyfus</a></h4>
                <h5 itemprop="jobTitle">アクティブメンバー</h5>
                <dl>
                    <dt>参加日</dt>
                    <dd>2019 年 2 月 7 日</dd>
                </dl>
                <dl>
                    <dt>投稿数</dt>
                    <dd>234</dd>
                </dl>
                <dl>
                    <dt>いいね数</dt>
                    <dd>287</dd>
                </dl>
                <dl>
                    <dt>所在地</dt>
                    <dd>
                        <a href="/forum/index.php?misc/location-info&amp;location=Germany" rel="nofollow noreferrer" target="_blank">ドイツ</a>
                    </dd>
                </dl>
            </section>
            <header>
                <ul>
                    <li>
                        <a href="/forum/index.php?threads/headphones-and-the-harman-target-curve.17914/post-582631" rel="nofollow">
                        <time datetime="2020-11-28T01:50:59+0000" title="2020 年 11 月 28 日 01:50" itemprop="datePublished">2020 年 11 月 28 日</time>
                        </a>
                    </li>
                </ul>
                <ul>
                    <li>
                        <a href="/forum/index.php?threads/headphones-and-the-harman-target-curve.17914/post-582631"
                            rel="nofollow">
                        </a>
                    </li>
                    <li>
                        <a href="/forum/index.php?threads/headphones-and-the-harman-target-curve.17914/post-582631" rel="nofollow">
                        #2
                        </a>
                    </li>
                </ul>
            </header>
            <article>
                <blockquote>
                    <a href="/forum/index.php?goto/post&amp;id=582475"
                        rel="nofollow">spittiz さんより:</a>
                    [引用本文]
                </blockquote>
                [投稿本文]
                <blockquote>
                    <a href="/forum/index.php?goto/post&amp;id=582475"
                        rel="nofollow">spittiz さんより:</a>
                    [引用本文]
                </blockquote>
                [投稿本文]
            </article>
            <time datetime="2020-11-28T02:03:35+0000" title="2020 年 11 月 28 日 02:03" itemprop="dateModified">2020 年 11 月 28 日</time>
            <footer>
                <span>反応:</span>
                <a href="/forum/index.php?posts/582631/reactions" rel="nofollow"><bdi>Presently42</bdi>、<bdi>Ilkless</bdi>、<bdi>oivavoi</bdi> とその他 3 名</a>
            </footer>
        </article>

        <article id="js-post-582634">[…]</article>
        […]
        <article id="js-post-584460">[…]</article>

        <article id="js-post-584505">
            <section itemscope itemtype="https://schema.org/Person">
                <a href="/forum/index.php?members/feelas.22359/">
                <img src="/forum/data/avatars/m/22/22359.jpg?1612728223" alt="Feelas" width="96" height="96" itemprop="image" /> 
                </a>
                <h4><a href="/forum/index.php?members/feelas.22359/" itemprop="name">Feelas</a></h4>
                <h5 itemprop="jobTitle">シニアメンバー</h5>
                <dl>
                    <dt>参加日</dt>
                    <dd>2020 年 11 月 20 日</dd>
                </dl>
                <dl>
                    <dt>投稿数</dt>
                    <dd>376</dd>
                </dl>
                <dl>
                    <dt>いいね数</dt>
                    <dd>307</dd>
                </dl>
            </section>
            <header>
                <ul>
                    <li>
                        <a href="/forum/index.php?threads/headphones-and-the-harman-target-curve.17914/post-584505" rel="nofollow">
                        <time datetime="2020-11-30T08:37:59+0000" title="2020 年 11 月 30 日 08:37" itemprop="datePublished">2020 年 11 月 30 日</time>
                        </a>
                    </li>
                </ul>
                <ul>
                    <li>
                        <a href="/forum/index.php?threads/headphones-and-the-harman-target-curve.17914/post-584505"
                            rel="nofollow">
                        </a>
                    </li>
                    <li>
                        <a href="/forum/index.php?threads/headphones-and-the-harman-target-curve.17914/post-584505" rel="nofollow">
                        #20
                        </a>
                    </li>
                </ul>
            </header>
            <article>
                <blockquote>
                    <a href="/forum/index.php?goto/post&amp;id=584460"
                        rel="nofollow">Senior NEET Engineer さんより:</a>
                    [引用本文]
                </blockquote>
                [投稿本文]
            </article>
            <footer></footer>
        </article>

        <nav>
            <ul>
                <li><a href="/forum/index.php?threads/headphones-and-the-harman-target-curve.17914/">1</a></li>
                <li><a href="/forum/index.php?threads/headphones-and-the-harman-target-curve.17914/page-2">2</a></li>
                <li><a href="/forum/index.php?threads/headphones-and-the-harman-target-curve.17914/page-3">3</a></li>
                <li><a href="/forum/index.php?threads/headphones-and-the-harman-target-curve.17914/page-18">18</a></li>
            </ul>
            <a href="/forum/index.php?threads/headphones-and-the-harman-target-curve.17914/page-2">次</a>
            <a href="/forum/index.php?threads/headphones-and-the-harman-target-curve.17914/page-18" title="最後"><span>最後</span></a>
        </nav>

        <div>
            <h3>類似スレッド</h3>
            <div>
                <div>
                    […]
                    <div>
                        <a href="/forum/index.php?threads/usound-target-curve-for-iems.35086/">IEM 用 USound 目標カーブ</a>
                        <ul>[…]</ul>
                    </div>
                    […]
                </div>
                <div>
                    […]
                    <div>
                        <a href="/forum/index.php?threads/my-hrtf-target-vs-harman-target.36255/">私の HRTF 目標対ハーマン目標</a>
                        <ul>[…]</ul>
                    </div>
                    […]
                </div>
                <div>
                    <a href="/forum/index.php?members/dazerdoreal.52898/">
                    <span role="img">D</span> 
                    </a>
                    <div>
                        <a href="/forum/index.php?threads/the-iem-harman-target-2019-sounds-off-to-me-is-it-just-me.38113/">2019 年 IEM ハーマン目標は私には「おかしく」聞こえます。私だけでしょうか?</a>
                        <ul>
                            <li><a href="/forum/index.php?members/dazerdoreal.52898/" itemprop="name">Dazerdoreal</a></li>
                            <li><a href="/forum/index.php?threads/the-iem-harman-target-2019-sounds-off-to-me-is-it-just-me.38113/" rel="nofollow"><time datetime="2022-10-08T17:06:16+0100" title="2022 年 10 月 8 日 17:06">2022 年 10 月 8 日</time></a></li>
                            <li><a href="/forum/index.php?forums/headphone-iem-reviews-discussions.58/">ヘッドフォンおよび IEM レビュー・議論</a></li>
                        </ul>
                        <span>
                        <a href="/forum/index.php?threads/the-iem-harman-target-2019-sounds-off-to-me-is-it-just-me.38113/page-2">2</a>
                        <a href="/forum/index.php?threads/the-iem-harman-target-2019-sounds-off-to-me-is-it-just-me.38113/page-3">3</a>
                        </span>
                    </div>
                    <div title="最初のメッセージの反応スコア: 1">
                        <dl>
                            <dt>返信数</dt>
                            <dd>52</dd>
                        </dl>
                        <dl>
                            <dt>閲覧数</dt>
                            <dd>4K</dd>
                        </dl>
                    </div>
                    <div>
                        <a href="/forum/index.php?threads/the-iem-harman-target-2019-sounds-off-to-me-is-it-just-me.38113/latest" rel="nofollow"><time datetime="2022-11-16T05:05:28+0000" title="2022 年 11 月 16 日 05:05">今日 05:05</time></a>
                        <a href="/forum/index.php?members/aperiodic.7528/" itemprop="name">Aperiodic</a>
                    </div>
                    <a href="/forum/index.php?members/aperiodic.7528/">
                    <span role="img">A</span> 
                    </a>
                </div>
                <div>
                    […]
                    <div>
                        <a href="/forum/index.php?threads/sloped-neutral-target-curves-for-headphones-and-iems.36532/">「傾斜したニュートラル」なヘッドフォンおよび IEM 用目標カーブ?</a>
                        <ul>[…]</ul>
                    </div>
                    […]
                </div>
                <div>
                    […]
                    <div>
                        <a href="/forum/index.php?threads/looking-for-bt-anc-over-ear-with-hardware-eq.36328/">ハードウェア EQ 搭載の BT/ANC オーバーイヤーを探しています</a>
                        <ul>[…]</ul>
                    </div>
                    […]
                </div>
            </div>
        </div>

        <ul itemscope itemtype="https://schema.org/BreadcrumbList">
            <li itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem">
                <a href="/forum/index.php" itemprop="item">
                <span itemprop="name">フォーラム</span>
                </a>
                <meta itemprop="position" content="1" />
            </li>
            <li itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem">
                <a href="/forum/index.php#audio-audio-audio.40" itemprop="item">
                <span itemprop="name">オーディオ、オーディオ、オーディオ!</span>
                </a>
                <meta itemprop="position" content="2" />
            </li>
            <li itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem">
                <a href="/forum/index.php?forums/headphones-and-headphone-amplifier-reviews.57/" itemprop="item">
                <span itemprop="name">ヘッドフォンおよびヘッドフォンアンプレビュー</span>
                </a>
                <meta itemprop="position" content="3" />
            </li>
        </ul>

        <footer>
            […]
        </footer>
    </body>
</html>