Advertisement
jaideep06

Schema

Feb 4th, 2025
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.00 KB | None | 0 0
  1.  {
  2.       "@context": "https://schema.org",
  3.       "@type": "OnlineStore",
  4.       "name": "Example Online Store",
  5.       "url": "https://www.example.com",
  6.       "sameAs": ["https://example.net/profile/example12", "https://example.org/@example34"],
  7.       "logo": "https://www.example.com/assets/images/logo.png",
  8.       "contactPoint": {
  9.         "contactType": "Customer Service",
  10.         "email": "support@example.com",
  11.         "telephone": "+47-99-999-9900"
  12.       },
  13.       "vatID": "FR12345678901",
  14.       "iso6523Code": "0199:724500PMK2A2M1SQQ228",
  15.       "hasMerchantReturnPolicy": {
  16.         "@type": "MerchantReturnPolicy",
  17.         "applicableCountry": ["FR", "CH"],
  18.         "returnPolicyCountry": "FR",
  19.         "returnPolicyCategory": "https://schema.org/MerchantReturnFiniteReturnWindow",
  20.         "merchantReturnDays": 60,
  21.         "returnMethod": "https://schema.org/ReturnByMail",
  22.         "returnFees": "https://schema.org/FreeReturn",
  23.         "refundType": "https://schema.org/FullRefund"
  24.       }
  25.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement