بيانات منظمة للموضوع: جميع المشاركات معرّفة كـ "mainEntityOfPage"

في نموذج البيانات المنظم، يجب الإعلان عن كائن واحد فقط كـ mainEntity / mainEntityOfPage.
انظر “mainEntity” - معلومات أساسية - نموذج البيانات - schema.org

حاليًا، يتم الإعلان عن كل منشور على أنه mainEntityOfPage.

ترى جوجل أن كل صفحة (= عنوان URL) هي سياقها الخاص. وبالتالي، من الممكن الإعلان عن منشور واحد لكل عنوان URL كـ mainEntity - على سبيل المثال:

  • https://DOMAIN/t/SLUG/43: الكيان الرئيسي هو #post_1
  • https://DOMAIN/t/SLUG/43?page=2: الكيان الرئيسي هو أحد #post_10 إلى #post_19
  • https://DOMAIN/t/SLUG/43?page=3: الكيان الرئيسي هو أحد #post_20 إلى #post_29
  • […]

انظر أيضًا المناقشة حول schema.org بشأن “تقسيم قوائم العناصر” وجوجل: pagination for ItemList · Issue #1714 · schemaorg/schemaorg · GitHub

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

قد يكون المقتطف أعلاه من وثائق مطوري جوجل قديمًا لأنه مفقود حاليًا: General Structured Data Guidelines | Google Search Central  |  Documentation  |  Google for Developers

هل لا يتعلق هذا باستخدام: DiscussionForumPosting - Schema.org Type

نحن نستخدم هذا لكل منشور على حدة، ويبدو أنه يجب علينا استخدامه للمنشور الأول فقط ثم استخدام Comment - Schema.org Type للباقي.

بهذه الطريقة سنتخلص من جميع عناوين التكرار الخاصة بالترقيم وما إلى ذلك والأشياء الأخرى التي لا تتناسب.

قد لا تهتم Google حقًا بالأنواع الفرعية مثل DiscussionForumPosting وتقوم بتعيينها إلى النوع الأب Article بدلاً من ذلك.
من خلال القيام بذلك، قد تبدو Discourse أشبه بمدونة تحتوي على Articles بالإضافة إلى Comments من منظور Google.

ربما تكون هناك طريقة أخرى لجعل العلاقات بين 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 هو “منشور في منتدى مناقشة”.

المنتدى النموذجي يتكون من فئات. تحتوي الفئات على منتديات، ويحتوي المنتدى على مواضيع. يحتوي الموضوع على منشور واحد أو أكثر في المنتدى.

يبدو أن الوصف يشير إلى أن هذا المخطط هو لمنشور فردي في المنتدى ولكن المثال يبدو أنه يوضح أنه للموضوع الذي يمكن أن يحتوي على منشورات متعددة في المنتدى من مؤلفين متعددين.

تعثرتُ في نموذج بيانات مهيكلة يعمل (= جوجل يُنشئ مقتطفات غنية) لمنشورات المنتدى في الواقع: XenForo

عرض نتائج بحث جوجل على الجوال

عرض نتائج بحث جوجل على سطح المكتب

التفاصيل التقنية

على سبيل المثال https://www.audiosciencereview.com/forum/index.php?threads/headphones-and-the-harman-target-curve.17914/

كود HTML مُختزل بشدة:

<!DOCTYPE html>
<html>
    <head>
        <title>سماعات الرأس ومنحنى هارمان المستهدف | منتدى مراجعة العلوم الصوتية (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. مع كلتيهما، أعتقد أن ملف هارمان المستهدف يبدو وكأنه...",
                "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": "منتدى مراجعة العلوم الصوتية (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="27 نوفمبر 2020 الساعة 8:59 مساءً">27 نوفمبر 2020</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="27 نوفمبر 2020 الساعة 8:59 مساءً" itemprop="datePublished">27 نوفمبر 2020</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="28 نوفمبر 2020 الساعة 1:50 صباحًا" itemprop="datePublished">28 نوفمبر 2020</time>
            </header>
            <article>
                <blockquote>
                    [نص الاقتباس]
                </blockquote>
                [نص المنشور]
            </article>
            <time datetime="2020-11-28T02:03:35+0000" title="28 نوفمبر 2020 الساعة 2:03 صباحًا" itemprop="dateModified">28 نوفمبر 2020</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>سماعات الرأس ومنحنى هارمان المستهدف | منتدى مراجعة العلوم الصوتية (ASR)</title>

        <meta name="description" content="لقد بدأتُ مؤخرًا في تجربة ضبط معادلة سماعاتي (APO+Peace). لقد كنتُ أتردد في ذلك مع سماعتين من سماعاتي، وهما Hifiman Ananda و..." />
        <meta property="og:description" content="لقد بدأتُ مؤخرًا في تجربة ضبط معادلة سماعاتي (APO+Peace). لقد كنتُ أتردد في ذلك مع سماعتين من سماعاتي، وهما Hifiman Ananda و Denon AH-D7200. مع كلتيهما، أعتقد أن ملف هارمان المستهدف يبدو سيئًا. خاصة مع Ananda، يبدو الأمر وكأنه رمي..." />
        <meta property="twitter:description" content="لقد بدأتُ مؤخرًا في تجربة ضبط معادلة سماعاتي (APO+Peace). لقد كنتُ أتردد في ذلك مع سماعتين من سماعاتي، وهما Hifiman Ananda و Denon AH-D7200. مع كلتيهما..." />

        <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="منتدى مراجعة العلوم الصوتية (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. مع كلتيهما، أعتقد أن ملف هارمان المستهدف يبدو وكأنه...",
                "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": "منتدى مراجعة العلوم الصوتية (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="27 نوفمبر 2020 الساعة 8:59 مساءً">27 نوفمبر 2020</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>7 فبراير 2019</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="27 نوفمبر 2020 الساعة 8:59 مساءً" itemprop="datePublished">27 نوفمبر 2020</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>7 فبراير 2019</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="28 نوفمبر 2020 الساعة 1:50 صباحًا" itemprop="datePublished">28 نوفمبر 2020</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="28 نوفمبر 2020 الساعة 2:03 صباحًا" itemprop="dateModified">28 نوفمبر 2020</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>20 نوفمبر 2020</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="30 نوفمبر 2020 الساعة 8:37 صباحًا" itemprop="datePublished">30 نوفمبر 2020</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/">منحنى USound المستهدف لسماعات الأذن الداخلية (IEMs)</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 يبدو «خاطئًا» بالنسبة لي. هل أنا وحدي؟</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="8 أكتوبر 2022 الساعة 5:06 مساءً">8 أكتوبر 2022</time></a></li>
                            <li><a href="/forum/index.php?forums/headphone-iem-reviews-discussions.58/">مراجعات ومناقشات سماعات الرأس وسماعات الأذن الداخلية</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>4 ألف</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="16 نوفمبر 2022 الساعة 5:05 صباحًا">اليوم الساعة 5: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/">منحنيات مستهدفة «مائلة محايدة» لسماعات الرأس وسماعات الأذن الداخلية؟</a>
                        <ul>[…]</ul>
                    </div>
                    […]
                </div>
                <div>
                    […]
                    <div>
                        <a href="/forum/index.php?threads/looking-for-bt-anc-over-ear-with-hardware-eq.36328/">أبحث عن سماعات أذن فوق الأذن مع Bluetooth/Active Noise Cancellation ومُعادِل «عتادي»</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>