رجوع

التصميم والموارد

مولد Product Schema

إنشاء Product JSON-LD schema markup.

التصنيف

التصميم والموارد

الوسوم

product schemaJSON-ldseostructured data
المزيد من التصميم والموارد
الإدخال

مولد Product Schema

product schemaJSON-ldseostructured data
الإخراج

Generated product schema

{
  "@context": "https://schema.org",
  "@type": "Product",
  "name": "Tool Planet Pro",
  "description": "Premium toolkit access",
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": 4.8,
    "reviewCount": 127
  },
  "offers": {
    "@type": "Offer",
    "price": "19.99",
    "priceCurrency": "USD",
    "availability": "https://schema.org/InStock"
  }
}