Written by Anonymous

<script type="application/ld+json">
      {
        "@context": "http://schema.org",
        "@type": "Product",
        "name": "商品名",
        "review": {
          "@type": "Review",
          "name": "記事タイトル",
          "author": {
            "@type": "Person",
            "name": "プロフィール名"
          },
          "positiveNotes": {
            "@type": "ItemList",
            "itemListElement": [
              {
                "@type": "ListItem",
                "position": 1,
                "name": "メリット①"
              },
              {
                "@type": "ListItem",
                "position": 2,
                "name": "メリット②"
              },
              {
                "@type": "ListItem",
                "position": 3,
                "name": "メリット③"
              },
              {
                "@type": "ListItem",
                "position": 4,
                "name": "メリット④"
              },
              {
                "@type": "ListItem",
                "position": 5,
                "name": "メリット⑤"
              }
            ]
          },
          "negativeNotes": {
            "@type": "ItemList",
            "itemListElement": [
              {
                "@type": "ListItem",
                "position": 1,
                "name": "デメリット①"
              },
              {
                "@type": "ListItem",
                "position": 2,
                "name": "デメリット②"
              },
              {
                "@type": "ListItem",
                "position": 3,
                "name": "デメリット③"
              }
            ]
          }
        }
      }
    </script>
Notepad
Auto link Select All