。AtelierRoi"> " />
アトリエロワ

構造化データ・パンクズとFAQの合体

/body(bodyの終了タグ)より前に入れる。
パンクズとFAQの合体
●●内を書き換え

<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@context": "https://schema.org",
      "@type": "BreadcrumbList",
      "itemListElement": [
        {
          "@type": "ListItem",
          "position": 1,
          "name": "●●HOME",
          "item": "●●"
        },
        {
          "@type": "ListItem",
          "position": 2,
          "name": "●●カテゴリー",
          "item": "●●"
        },
        {
          "@type": "ListItem",
          "position": 3,
          "name": "●●記事タイトル",
          "item": "●●"
        }
      ]
    },
    {
      "@context": "https://schema.org",
      "@type": "FAQPage",
      "mainEntity": [
        {
          "@type": "Question",
          "name": "●●このページの目的は何ですか?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "●●このページでは、構造化データの正しい書き方について解説しています。"
          }
        },
        {
          "@type": "Question",
          "name": "●●構造化データとは何ですか?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "●●構造化データは、検索エンジンがページの内容を理解しやすくするためのマークアップです。"
          }
        }
      ]
    }
  ]
}
</script>

HOME > SEOの基本 > 構造化データ・パンクズとFAQの合体