Storefront & Assets
For this project, I will demonstrate shopify creations. The images were stock photos from the customer's assets management system. The images were put into Grok Imagine and stylized with lifestyle images along with the basic assets for the shop.
Below are storefront and branding assets, followed by a sample JSON-LD product schema used for candle listings.
JSON-LD Sample Text for Line of Candles
<script type="application/ld+json">
{
"@context": "https://schema.org/",
"@type": "Product",
"name": "PetsRPals Relax Lavender & Soft Vanilla Pet-Safe Candle",
"image": "PASTE-YOUR-CANDLE-IMAGE-URL-HERE",
"description": "A plant-based pet-safe candle from PetsRPals scented with lavender and soft vanilla.
Made with vegan wax and essential oils approved by veterinarians.
Designed to neutralize strong odors like cat urine while remaining gentle on pets' sensitive noses. Manufactured in a certified sustainable facility.",
"brand": {
"@type": "Brand",
"name": "PetsRPals"
},
"category": "Pet Safe Candle",
"material": "Plant-based vegan wax (no beeswax)",
"scent": "Lavender & Soft Vanilla",
"weight": {
"@type": "QuantitativeValue",
"value": "28",
"unitCode": "OZ"
},
"additionalProperty": [
{
"@type": "PropertyValue",
"name": "Burn Time",
"value": "Up to 160 hours"
},
{
"@type": "PropertyValue",
"name": "Pet Safety",
"value": "Vet-approved essential oils"
},
{
"@type": "PropertyValue",
"name": "Sustainability",
"value": "Produced in a certified sustainable facility"
}
],
"offers": {
"@type": "AggregateOffer",
"lowPrice": "14.99",
"highPrice": "19.99",
"priceCurrency": "USD",
"offerCount": "4",
"availability": "https://schema.org/InStock",
"url": "https://soriabio.com"
},
"hasVariant": [
{
"@type": "Product",
"name": "PetsRPals Leap Catnip & Jasmine",
"color": "Green",
"scent": "Catnip & Jasmine"
},
{
"@type": "Product",
"name": "PetsRPals Roam Jasmine & Apple Candle",
"color": "Red",
"scent": "Jasmine & Apple"
},
{
"@type": "Product",
"name": "PetsRPals Imagine Coconut & Tropical Mango Candle",
"color": "White",
"scent": "Coconut & Tropical Mango"
},
{
"@type": "Product",
"name": "PetsRPals Roam Chamomile & Sweet Orange Candle",
"color": "Peach",
"scent": "Chamomile & Sweet Orange"
}
]
}
</script>
Home