Schema Markup for Super Fluffy Clothing Store
<script type="application/ld.+ Json">
{
"@context": "https://schema.org/",
"@type": "Product",
"name": "Super Fluffy Hoodie",
"image": [
https://superfluffyclothingstore.com › products › super-fluffy-hoodies-jackets-sweater-for-men-and-women
],
"description": "The Super Fluffy Hoodie is the ultimate in comfort and warmth. Crafted from ultra-soft fleece, it's perfect for cozy days or layering on cold nights.",
"brand": {
"@type": "Brand",
"name": "CCWHOLESALECLOTHING"
},
"offers": {
"@type": "Offer",
"URL": "https://superfluffyclothingstore.com/products/super-fluffy-hoodies",
"Price Currency": "USD",
"price": "32.50",
"Price Valid Until": "2026-12-31",
"Item Condition": "https://schema.org/New Condition",
"availability": "https://schema.org/In Stock",
"seller": {
"@type": "Organization",
"name": "Super Fluffy Clothing Store"
}
},
"Aggregate Rating": {
"@type": "Aggregate Rating",
"Rating Value": "4.9",
"Review Count": "137"
},
"review": [
{
"@type": "Review",
"author": {
"@type": "Person",
"name": "Alex Smith"
},
"Date Published": "2025-06-15",
"Review Body": "Coziest hoodie I’ve ever owned! Super soft and fits great.",
"Review Rating": {
"@type": "Rating",
"Rating Value": "5",
"Best Rating": "5"
}
}
]
}
</script>