{
  "@context": "https://schema.org",
  "@type": "Organization",
  "@id": "https://yourwebsite.com/#organization",
  "name": "China Sourcing Specialist Barcelona",
  "alternateName": "Sourcing from China Barcelona",
  "description": "Expert China sourcing specialist in Barcelona providing supply chain solutions, product sourcing, and quality assurance services",
  "url": "https://yourwebsite.com/",
  "logo": "https://yourwebsite.com/images/logo.png",
  "image": "https://yourwebsite.com/images/og-image.jpg",
  "telephone": "+34-XXX-XXX-XXX",
  "email": "contact@yourwebsite.com",
  "foundingDate": "YYYY-MM-DD",
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "Your Street Address",
    "addressLocality": "Barcelona",
    "addressRegion": "Catalonia",
    "postalCode": "08000",
    "addressCountry": "ES"
  },
  "areaServed": [
    {
      "@type": "Country",
      "name": "Spain"
    },
    {
      "@type": "Country",
      "name": "China"
    },
    {
      "@type": "Country",
      "name": "European Union"
    }
  ],
  "sameAs": [
    "https://www.linkedin.com/company/yourcompany",
    "https://www.facebook.com/yourcompany",
    "https://www.instagram.com/yourcompany"
  ],
  "contactPoint": {
    "@type": "ContactPoint",
    "contactType": "Customer Service",
    "telephone": "+34-XXX-XXX-XXX",
    "email": "contact@yourwebsite.com",
    "availableLanguage": ["en", "es", "ca", "zh"]
  },
  "priceRange": "$$"
}
