{
"@context": "https://schema.org/",
"@type": "Product",
"name": "{$P_NAME}",
"description": "{$P_SHORT_DESCRIPTION}",
"sku": "{$P_CODE}",
"brand": {
"@type": "Brand",
"name": "{$P_BRAND}"
},
"offers": {
"@type": "Offer",
"priceCurrency": "TRY",
"price": "{$P_PRICE_TAX_INCLUDED}",
"availability": "https://schema.org/InStock"
}
}