← All types
JSON-LD Output
{
"@context": "https://schema.org/",
"@type": "Store",
"name": "GreenLeaf Garden Center",
"address": {
"@type": "PostalAddress",
"streetAddress": "500 Nursery Road",
"addressLocality": "Austin",
"addressRegion": "TX",
"postalCode": "78745",
"addressCountry": "US"
},
"url": "https://greenleafgarden.example.com",
"telephone": "+1-512-555-0150",
"description": "Family-owned garden center specializing in native Texas plants and organic gardening supplies.",
"image": [
"https://example.com/photos/greenleaf-storefront.jpg"
],
"priceRange": "$$",
"geo": {
"@type": "GeoCoordinates",
"latitude": 30.2087,
"longitude": -97.7796
},
"openingHoursSpecification": [
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": "https://schema.org/Monday",
"opens": "08:00",
"closes": "18:00"
},
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": "https://schema.org/Tuesday",
"opens": "08:00",
"closes": "18:00"
},
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": "https://schema.org/Wednesday",
"opens": "08:00",
"closes": "18:00"
},
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": "https://schema.org/Thursday",
"opens": "08:00",
"closes": "18:00"
},
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": "https://schema.org/Friday",
"opens": "08:00",
"closes": "18:00"
},
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": "https://schema.org/Saturday",
"opens": "08:00",
"closes": "18:00"
},
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": "https://schema.org/Sunday",
"opens": "10:00",
"closes": "16:00"
}
],
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": 4.8,
"bestRating": 5,
"worstRating": 1,
"reviewCount": 156
},
"review": {
"@type": "Review",
"author": "Carlos D.",
"reviewRating": {
"@type": "Rating",
"ratingValue": 5,
"bestRating": 5,
"worstRating": 1
},
"reviewBody": "Incredible selection of native plants. The staff really knows their stuff.",
"datePublished": "2025-10-20"
},
"logo": "https://example.com/greenleaf-logo.png",
"email": "contact@greenleafgarden.example.com",
"sameAs": [
"https://www.facebook.com/greenleafgarden",
"https://www.instagram.com/greenleafgarden"
],
"department": [
{
"@type": "LocalBusiness",
"name": "GreenLeaf Outdoor Decor",
"address": {
"@type": "PostalAddress",
"streetAddress": "500 Nursery Road, Building B",
"addressLocality": "Austin",
"addressRegion": "TX",
"postalCode": "78745",
"addressCountry": "US"
},
"telephone": "+1-512-555-0151"
}
]
}