Bring a touch of whimsy to any space with our White Picket Fence Fairy Garden, beautifully arranged in a square white dish. This miniature scene features a charming hedgehog, a playful gnome, soft moss, and a white stone walkway that adds structure and charm. The picket fence frames the garden, creating a quaint, storybook-like atmosphere. Perfect as a unique living gift or a delightful home accent, this fairy garden is handcrafted by Ward’s Florist in Beverly, MA, making each piece a one-of-a-kind miniature world. 🪴 Available for same-day delivery in Beverly, MA and surrounding North Shore towns. {%- comment -%} Dynamic Product JSON-LD for all products - Always includes offer, aggregateRating, and review - Safe defaults if metafields or images are missing {%- endcomment -%} {% if template == 'product' %} { "@context": "https://schema.org/", "@type": "Product", "name": {{ product.title | escape | json }}, "image": [ {% if product.images.size > 0 %} {% for image in product.images %} {{ image.src | img_url: 'master' | json }}{% unless forloop.last %},{% endunless %} {% endfor %} {% else %} "https://wardsflorist.com/default-image.jpg" {% endif %} ], "description": {{ product.description | strip_html | truncatewords: 50 | default: "Beautiful handcrafted flowers delivered same day." | json }}, "sku": {{ product.sku | default: "SKU-DEFAULT" | json }}, "brand": { "@type": "Brand", "name": "Ward's Florist" }, "offers": { "@type": "Offer", "priceCurrency": "USD", "price": {{ product.price | divided_by: 100.0 | default: 49.99 }}, "availability": "{% if product.available %}https://schema.org/InStock{% else %}https://schema.org/OutOfStock{% endif %}", "url": {{ shop.url | append: product.url | json }} }, "aggregateRating": { "@type": "AggregateRating", "ratingValue": {{ product.metafields.reviews.rating | default: 5 }}, "reviewCount": {{ product.metafields.reviews.count | default: 1 }} }, "review": [ { "@type": "Review", "reviewRating": { "@type": "Rating", "ratingValue": 5, "bestRating": 5 }, "author": { "@type": "Person", "name": "Ward’s Florist Customer" }, "reviewBody": "Beautiful, fresh flowers delivered same day. Highly recommend!" } ] } {% endif %}
