generate_product_schema
Generate a Product JSON-LD schema with pricing, brand, availability, and other product details for structured data markup.
Instructions
Generate a Product JSON-LD schema with pricing, brand, availability, and other product details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sku | No | Stock Keeping Unit identifier | |
| url | No | Product page URL | |
| name | Yes | Product name | |
| brand | No | Brand name | |
| image | No | Product image URL | |
| price | No | Price of the product | |
| description | No | Product description | |
| availability | No | Product availability status | |
| priceCurrency | No | Currency code (e.g., USD, EUR, GBP) |