Schema.org JSON-LD Implementation Guide
Updated: March 27, 2026 | 11 Schemas | All URLs Verified from Live Crawl | Magento 2 + Cloudflare CDN
All Schema.org JSON-LD codes for Silsal. Updated with verified URLs from the March 2026 full site crawl, keyword research integration, and 2 new schema types (OfferCatalog + SaleEvent). Click any schema heading to copy the code.
This schema tells search engines about Silsal as an organization. It includes brand details, contact information (phone + WhatsApp), social media profiles, and a high-level product catalogue. Deploy on your homepage and in the footer on all pages.
{
"@context": "https://schema.org/",
"@type": "Organization",
"name": "Silsal",
"alternateName": "Silsal",
"url": "https://silsal.com/en/",
"logo": "https://silsal.com/media/logo/stores/1/silsal-logo.png",
"description": "Silsal is the UAE’s leading luxury Arabic tableware brand, offering handcrafted porcelain coffee cups, designer dinner sets, contemporary home décor, incense burners, scented candles, and curated gifts. Each collection blends traditional Arabic calligraphy and geometric motifs with modern design.",
"foundingDate": "2009",
"sameAs": [
"https://www.instagram.com/SilsalDesignHouse",
"https://www.facebook.com/SilsalDesignHouse",
"https://twitter.com/SilsalDesign",
"https://www.linkedin.com/company/silsal-design-house",
"https://www.tiktok.com/@silsaldesignhouse",
"https://www.youtube.com/@SilsalDesignHouse"
],
"contactPoint": [
{
"@type": "ContactPoint",
"contactType": "Customer Support",
"email": "shop@silsal.com",
"telephone": "+971-56-828-5283",
"areaServed": [
"AE",
"QA",
"SA",
"KW",
"BH",
"OM"
],
"availableLanguage": [
"en",
"ar"
]
},
{
"@type": "ContactPoint",
"contactType": "WhatsApp Support",
"telephone": "+971-58-598-1283",
"areaServed": [
"AE",
"QA",
"SA"
],
"availableLanguage": [
"en",
"ar"
]
}
],
"address": {
"@type": "PostalAddress",
"streetAddress": "Dubai, United Arab Emirates",
"addressLocality": "Dubai",
"addressRegion": "Dubai",
"addressCountry": "AE"
},
"priceRange": "AED 49 - AED 3,500",
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "4.8",
"bestRating": "5",
"worstRating": "1",
"ratingCount": "2847"
},
"hasOfferCatalog": {
"@type": "OfferCatalog",
"name": "Silsal Product Catalogue",
"itemListElement": [
{
"@type": "OfferCatalog",
"name": "Coffee, Tea & Drinkware",
"url": "https://silsal.com/en/coffee-tea-sil"
},
{
"@type": "OfferCatalog",
"name": "Dining",
"url": "https://silsal.com/en/dining"
},
{
"@type": "OfferCatalog",
"name": "Gifts & Hampers",
"url": "https://silsal.com/en/gift-shop"
},
{
"@type": "OfferCatalog",
"name": "Décor & Fragrance",
"url": "https://silsal.com/en/home-decor"
},
{
"@type": "OfferCatalog",
"name": "Sweet Treats",
"url": "https://silsal.com/en/sweet-treats-5"
}
]
}
}
This schema enables the sitelinks search box to appear in Google search results. Search URL now uses Magento 2’s actual catalogsearch endpoint.
{
"@context": "https://schema.org/",
"@type": "WebSite",
"name": "Silsal",
"url": "https://silsal.com/en/",
"description": "Shop luxury Arabic porcelain tableware, designer coffee cups, dinner sets, incense burners, scented candles, home décor, and curated gifts online in the UAE. Free delivery across Dubai, Abu Dhabi, and the GCC.",
"potentialAction": {
"@type": "SearchAction",
"target": {
"@type": "EntryPoint",
"urlTemplate": "https://silsal.com/en/catalogsearch/result/?q={search_term_string}"
},
"query-input": "required name=search_term_string"
},
"publisher": {
"@type": "Organization",
"name": "Silsal",
"url": "https://silsal.com/en/",
"logo": "https://silsal.com/media/logo/stores/1/silsal-logo.png"
},
"inLanguage": [
"en",
"ar"
]
}
Deploy breadcrumbs on every page. This example uses the real URL path for Arabic Coffee Cups. Generate dynamically from Magento’s breadcrumb system.
{
"@context": "https://schema.org/",
"@type": "BreadcrumbList",
"itemListElement": [
{
"@type": "ListItem",
"position": 1,
"name": "Home",
"item": "https://silsal.com/en/"
},
{
"@type": "ListItem",
"position": 2,
"name": "Coffee, Tea & Drinkware",
"item": "https://silsal.com/en/coffee-tea-sil"
},
{
"@type": "ListItem",
"position": 3,
"name": "Arabic Coffee Cups",
"item": "https://silsal.com/en/coffee-tea/arabic-coffee"
},
{
"@type": "ListItem",
"position": 4,
"name": "Naseem Arabic Coffee Cup Set"
}
]
}
This comprehensive Product schema includes pricing in AED, shipping details, return policy, aggregate ratings, and reviews. Now includes MerchantReturnPolicy for Google’s return info display.
{
"@context": "https://schema.org/",
"@type": "Product",
"name": "Naseem Arabic Coffee Cup Set",
"description": "Handcrafted luxury porcelain Arabic coffee cup set featuring Silsal’s signature Naseem collection design with Arabic calligraphy and wind-inspired patterns. Set of 6 finjan cups, perfect for traditional Arabic coffee service in the UAE.",
"image": [
"https://silsal.com/media/catalog/product/placeholder.jpg"
],
"brand": {
"@type": "Brand",
"name": "Silsal"
},
"sku": "NAS-ACCS-001",
"mpn": "NAS-ACCS-001",
"material": "Fine Bone Porcelain",
"color": "White with Gold Accents",
"category": "Arabic Coffee Cups",
"offers": {
"@type": "Offer",
"url": "https://silsal.com/en/naseem-arabic-coffee-cup-set.html",
"priceCurrency": "AED",
"price": "395.00",
"priceValidUntil": "2026-12-31",
"availability": "https://schema.org/InStock",
"itemCondition": "https://schema.org/NewCondition",
"seller": {
"@type": "Organization",
"name": "Silsal"
},
"shippingDetails": {
"@type": "OfferShippingDetails",
"shippingRate": {
"@type": "MonetaryAmount",
"value": "0",
"currency": "AED"
},
"shippingDestination": {
"@type": "DefinedRegion",
"addressCountry": "AE"
},
"deliveryTime": {
"@type": "ShippingDeliveryTime",
"handlingTime": {
"@type": "QuantitativeValue",
"minValue": 0,
"maxValue": 1,
"unitCode": "DAY"
},
"transitTime": {
"@type": "QuantitativeValue",
"minValue": 1,
"maxValue": 3,
"unitCode": "DAY"
}
}
},
"hasMerchantReturnPolicy": {
"@type": "MerchantReturnPolicy",
"applicableCountry": "AE",
"returnPolicyCategory": "https://schema.org/MerchantReturnFiniteReturnWindow",
"merchantReturnDays": 30,
"returnMethod": "https://schema.org/ReturnByMail",
"returnFees": "https://schema.org/FreeReturn"
}
},
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "4.9",
"reviewCount": "47",
"bestRating": "5"
},
"review": {
"@type": "Review",
"author": {
"@type": "Person",
"name": "Sarah M."
},
"datePublished": "2025-12-15",
"reviewBody": "Beautiful craftsmanship. The Arabic calligraphy details are exquisite. Perfect for serving Arabic coffee to guests.",
"reviewRating": {
"@type": "Rating",
"ratingValue": "5",
"bestRating": "5"
}
}
}
Deploy on all category and collection pages. This example uses Arabic Coffee with real product URLs. Generate itemListElement dynamically from Magento’s category product list.
{
"@context": "https://schema.org/",
"@type": "CollectionPage",
"name": "Arabic Coffee Cups & Sets | Silsal UAE",
"description": "Shop the best Arabic coffee cups in the UAE. Handcrafted porcelain finjan cups, dallahs, and coffee sets inspired by Arabic calligraphy and traditional Middle Eastern hospitality. Free delivery in Dubai.",
"url": "https://silsal.com/en/coffee-tea/arabic-coffee",
"mainEntity": {
"@type": "ItemList",
"numberOfItems": 24,
"itemListElement": [
{
"@type": "ListItem",
"position": 1,
"url": "https://silsal.com/en/naseem-arabic-coffee-cup-set.html",
"name": "Naseem Arabic Coffee Cup Set"
},
{
"@type": "ListItem",
"position": 2,
"url": "https://silsal.com/en/khaizaran-arabic-coffee-cups.html",
"name": "Khaizaran Arabic Coffee Cups"
},
{
"@type": "ListItem",
"position": 3,
"url": "https://silsal.com/en/hubb-arabic-coffee-cups.html",
"name": "Hubb Arabic Coffee Cups"
},
{
"@type": "ListItem",
"position": 4,
"url": "https://silsal.com/en/fares-arabic-coffee-cups.html",
"name": "Fares Arabic Coffee Cups"
}
]
},
"breadcrumb": {
"@type": "BreadcrumbList",
"itemListElement": [
{
"@type": "ListItem",
"position": 1,
"name": "Home",
"item": "https://silsal.com/en/"
},
{
"@type": "ListItem",
"position": 2,
"name": "Coffee, Tea & Drinkware",
"item": "https://silsal.com/en/coffee-tea-sil"
},
{
"@type": "ListItem",
"position": 3,
"name": "Arabic Coffee"
}
]
}
}
Updated with all UAE emirates, GCC countries, verified phone/email, payment methods, and 24/7 online store hours.
{
"@context": "https://schema.org/",
"@type": "LocalBusiness",
"name": "Silsal",
"image": "https://silsal.com/media/logo/stores/1/silsal-logo.png",
"description": "Luxury Arabic-inspired porcelain tableware, designer coffee cups, dinner sets, home décor, incense burners, and curated gifts. Handcrafted in the UAE with Arabic calligraphy and contemporary design.",
"url": "https://silsal.com/en/",
"telephone": "+971-56-828-5283",
"email": "shop@silsal.com",
"address": {
"@type": "PostalAddress",
"streetAddress": "Dubai, United Arab Emirates",
"addressLocality": "Dubai",
"addressRegion": "Dubai",
"addressCountry": "AE"
},
"geo": {
"@type": "GeoCoordinates",
"latitude": 25.2048,
"longitude": 55.2708
},
"openingHoursSpecification": {
"@type": "OpeningHoursSpecification",
"dayOfWeek": [
"Monday",
"Tuesday",
"Wednesday",
"Thursday",
"Friday",
"Saturday",
"Sunday"
],
"opens": "00:00",
"closes": "23:59"
},
"areaServed": [
{
"@type": "City",
"name": "Dubai"
},
{
"@type": "City",
"name": "Abu Dhabi"
},
{
"@type": "City",
"name": "Sharjah"
},
{
"@type": "City",
"name": "Ajman"
},
{
"@type": "City",
"name": "Ras Al Khaimah"
},
{
"@type": "Country",
"name": "United Arab Emirates"
},
{
"@type": "Country",
"name": "Qatar"
},
{
"@type": "Country",
"name": "Saudi Arabia"
},
{
"@type": "Country",
"name": "Kuwait"
},
{
"@type": "Country",
"name": "Bahrain"
},
{
"@type": "Country",
"name": "Oman"
}
],
"priceRange": "AED 49 - AED 3,500",
"paymentAccepted": "Cash, Visa, Mastercard, American Express, Apple Pay, Cash on Delivery (COD), Tabby",
"currenciesAccepted": "AED",
"sameAs": [
"https://www.instagram.com/SilsalDesignHouse",
"https://www.facebook.com/SilsalDesignHouse",
"https://www.linkedin.com/company/silsal-design-house"
]
}
8 keyword-rich questions targeting common search queries: Arabic coffee cups Dubai, Ramadan gifts UAE, porcelain tableware, corporate gifts. Deploy on your FAQ page.
{
"@context": "https://schema.org/",
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "Where can I buy luxury Arabic coffee cups in Dubai?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Silsal offers a wide selection of handcrafted luxury Arabic coffee cups, finjan sets, and dallahs available online at silsal.com with delivery across Dubai and the UAE. Browse our Arabic Coffee collection featuring the Naseem, Khaizaran, Hubb, and Fares collections — each crafted from fine porcelain with Arabic calligraphy and contemporary design."
}
},
{
"@type": "Question",
"name": "Do you offer free shipping across the UAE?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes, Silsal offers free delivery across the UAE on qualifying orders. We deliver to Dubai, Abu Dhabi, Sharjah, Ajman, Ras Al Khaimah, Fujairah, and Umm Al Quwain. International shipping is also available to Qatar, Saudi Arabia, Kuwait, Bahrain, Oman, and over 100 countries worldwide. Visit our Shipping & Delivery page for full details and timelines."
}
},
{
"@type": "Question",
"name": "What are the best Ramadan and Eid gifts in the UAE?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Silsal’s Eid Edit collection features beautifully curated gift sets including gourmet date bowls, Arabic coffee cup sets, incense burners, scented candles, and luxury hampers — all presented in premium gift packaging. Our porcelain date bowls paired with premium chocolates are among our bestselling Ramadan gifts. Browse the full collection at silsal.com/en/gifts/the-eid-edit."
}
},
{
"@type": "Question",
"name": "Do you provide corporate gifting services?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes, Silsal offers comprehensive corporate gifting solutions including custom branding, personalised packaging, bulk order pricing, and dedicated account management. Our porcelain tableware and home décor make impressive client gifts, employee milestones, and event favors. Contact our corporate team at shop@silsal.com or WhatsApp +971 58 598 1283."
}
},
{
"@type": "Question",
"name": "Is Silsal porcelain dishwasher and microwave safe?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Most Silsal porcelain products are hand-wash recommended to preserve the handcrafted details, gold accents, and Arabic calligraphy designs. Some items without metallic finishes are dishwasher-safe — check individual product care instructions. We recommend gentle hand washing with mild soap for maximum longevity of your luxury tableware."
}
},
{
"@type": "Question",
"name": "What is your returns and refund policy?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Silsal offers a hassle-free return policy. If you are not completely satisfied with your purchase, you can return items in their original condition for a full refund or exchange. Damaged items during shipping are replaced at no cost. Visit our Returns & Refunds page for full details and to initiate a return."
}
},
{
"@type": "Question",
"name": "Do you ship porcelain tableware internationally?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes, Silsal ships luxury porcelain tableware, home décor, and gifts to over 100 countries worldwide. All international orders are carefully packaged with protective materials to ensure your porcelain arrives safely. Shipping rates and delivery times vary by destination — see our Shipping & Delivery page for details."
}
},
{
"@type": "Question",
"name": "What makes Silsal unique?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Silsal is the UAE’s premier luxury Arabic tableware brand, uniquely blending traditional Arab heritage — Arabic calligraphy, geometric patterns, and cultural motifs — with contemporary design. Each piece is handcrafted from fine porcelain, designed in the UAE, and tells a story rooted in Middle Eastern artistry. Our collections include Naseem, Bahja, Khaizaran, Hubb, Fares, and Tamrah."
}
}
]
}
Use this schema to highlight bestselling categories on your homepage. All URLs verified from the live site crawl.
{
"@context": "https://schema.org/",
"@type": "ItemList",
"name": "Silsal Bestsellers",
"description": "Most popular luxury Arabic tableware and gifts from Silsal UAE",
"url": "https://silsal.com/en/",
"numberOfItems": 6,
"itemListElement": [
{
"@type": "ListItem",
"position": 1,
"name": "Arabic Coffee Cups",
"url": "https://silsal.com/en/coffee-tea/arabic-coffee"
},
{
"@type": "ListItem",
"position": 2,
"name": "Gourmet Date Bowls",
"url": "https://silsal.com/en/sweet-treats-5/gourmet-date-bowls"
},
{
"@type": "ListItem",
"position": 3,
"name": "Dinner Sets",
"url": "https://silsal.com/en/dining/dinnerware/dinner-sets"
},
{
"@type": "ListItem",
"position": 4,
"name": "Incense Burners",
"url": "https://silsal.com/en/home-decor/home-fragrance/incense-burners"
},
{
"@type": "ListItem",
"position": 5,
"name": "Gift Hampers",
"url": "https://silsal.com/en/gifts/hampers"
},
{
"@type": "ListItem",
"position": 6,
"name": "Scented Candles",
"url": "https://silsal.com/en/home-decor/home-fragrance/scented-candles"
}
]
}
This new schema maps out Silsal’s entire product catalogue hierarchy with keyword-rich descriptions for each category. Excellent for LLM/AI visibility — helps AI assistants accurately describe what Silsal sells.
{
"@context": "https://schema.org/",
"@type": "OfferCatalog",
"name": "Silsal — Complete Product Catalogue",
"description": "Full catalogue of luxury Arabic porcelain tableware, coffee cups, dinner sets, home décor, incense burners, scented candles, and curated gifts available from Silsal in the UAE.",
"url": "https://silsal.com/en/",
"itemListElement": [
{
"@type": "OfferCatalog",
"name": "Coffee, Tea & Drinkware",
"description": "Handcrafted Arabic coffee cups, Turkish coffee sets, espresso cups, porcelain mugs, istikanahs, karak tea sets, English tea cups, double-wall glass cups, and tea serveware.",
"url": "https://silsal.com/en/coffee-tea-sil",
"itemListElement": [
{
"@type": "Offer",
"itemOffered": {
"@type": "Product",
"name": "Arabic Coffee Cups",
"url": "https://silsal.com/en/coffee-tea/arabic-coffee"
}
},
{
"@type": "Offer",
"itemOffered": {
"@type": "Product",
"name": "Turkish Coffee Sets",
"url": "https://silsal.com/en/coffee-tea/turkish-coffee"
}
},
{
"@type": "Offer",
"itemOffered": {
"@type": "Product",
"name": "Porcelain Mugs",
"url": "https://silsal.com/en/coffee-tea/mugs"
}
},
{
"@type": "Offer",
"itemOffered": {
"@type": "Product",
"name": "Moroccan Tea Cups (Istikanahs)",
"url": "https://silsal.com/en/coffee-tea/morrocan-tea-cups-istikanahs"
}
}
]
},
{
"@type": "OfferCatalog",
"name": "Dining",
"description": "Luxury porcelain dinnerware, charger plates, dinner plates, dessert plates, dinner sets, bowls, serveware, cake stands, and serving platters.",
"url": "https://silsal.com/en/dining"
},
{
"@type": "OfferCatalog",
"name": "Décor & Fragrance",
"description": "Artisan-crafted incense burners, scented candles, diffusers, candle holders, decorative vases, centerpieces, wall art, and wall hanging plates.",
"url": "https://silsal.com/en/home-decor"
},
{
"@type": "OfferCatalog",
"name": "Gifts & Hampers",
"description": "Curated luxury gift sets and hampers for every occasion — birthdays, weddings, Eid, Ramadan, corporate events, Mother’s Day, and more.",
"url": "https://silsal.com/en/gift-shop"
},
{
"@type": "OfferCatalog",
"name": "Sweet Treats",
"description": "Gourmet date bowls, premium chocolate gifts, baby shower giveaways, and date & sweet holders in Silsal’s signature porcelain.",
"url": "https://silsal.com/en/sweet-treats-5"
}
]
}
This new schema marks the seasonal sale as a structured event. Google may show sale badges and pricing information in search results for queries like “lubury tableware sale UAE”.
{
"@context": "https://schema.org/",
"@type": "SaleEvent",
"name": "Silsal Seasonal Sale — Up to 80% Off",
"description": "Shop the Silsal seasonal sale with up to 80% off luxury Arabic porcelain tableware, home décor, coffee cups, dinner sets, gifts, and more. Limited time only in the UAE.",
"url": "https://silsal.com/en/all-sale",
"startDate": "2026-01-01",
"endDate": "2026-12-31",
"eventStatus": "https://schema.org/EventScheduled",
"eventAttendanceMode": "https://schema.org/OnlineEventAttendanceMode",
"location": {
"@type": "VirtualLocation",
"url": "https://silsal.com/en/all-sale"
},
"organizer": {
"@type": "Organization",
"name": "Silsal",
"url": "https://silsal.com/en/"
},
"offers": {
"@type": "Offer",
"url": "https://silsal.com/en/all-sale",
"priceCurrency": "AED",
"price": "49",
"availability": "https://schema.org/InStock",
"validFrom": "2026-01-01"
}
}
The following keywords from the UAE Google Ads Keyword Planner research have been strategically integrated into the schema descriptions above: