{
  "@context": "https://schema.org",
  "@type": "Organization",
  "name": "Pets Paradise Global",
  "url": "https://petsparadiseglobal.com",
  "logo": "https://petsparadiseglobal.com/cdn/shop/files/logo.png",
  "email": "hello@petsparadiseglobal.com",
  "sameAs": [
    "https://petsparadiseglobal.com"
  ],
  "contactPoint": [{
    "@type": "ContactPoint",
    "contactType": "customer service",
    "email": "hello@petsparadiseglobal.com",
    "availableLanguage": ["English"]
  }],
  "areaServed": "Worldwide",
  "brand": {
    "@type": "Brand",
    "name": "Pets Paradise Global"
  },
  "hasOfferCatalog": {
    "@type": "OfferCatalog",
    "name": "Pet Accessories",
    "itemListElement": {
      "@type": "OfferCatalog",
      "name": "Accessories Clean Feed 85 SKU"
    }
  }
}
