Add Product Structured Data to any page

PHOTO EMBED

Fri Dec 16 2022 11:42:58 GMT+0000 (Coordinated Universal Time)

Saved by @swina #structureddata #schema.org

<script type="application/ld+json">
    {
      "@context": "https://schema.org/",
      "@type": "Product",
      "name": "__product_name__",
      "brand" : "__brand_name__",
      "author": {
        "@type": "Organization",
        "name": "Organization Name"
      },
      "description": "__product_description__",
      "image" : "__product_image_url"
    }
    </script>
content_copyCOPY