{
"@context": "https://schema.org/",
"@type": "Product",
"name": "Akıllı Telefon X1",
"image": [
"https://example.com/photos/1x1/photo.jpg",
"https://example.com/photos/4x3/photo.jpg"
],
"description": "En yeni teknolojiye sahip, 128GB hafızalı akıllı telefon.",
"brand": {
"@type": "Brand",
"name": "TeknoMarka"
},
"offers": {
"@type": "Offer",
"url": "https://example.com/urun/akilli-telefon-x1",
"priceCurrency": "TRY",
"price": "15500.00",
"availability": "https://schema.org/InStock",
"itemCondition": "https://schema.org/NewCondition"
},
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "4.5",
"reviewCount": "89"
}
}