{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "WebSite",
      "@id": "https://lawexcel.co.il/#website",
      "url": "https://lawexcel.co.il/",
      "name": "LawExcel",
      "publisher": {"@id": "https://lawexcel.co.il/#organization"},
      "inLanguage": ["en", "he", "fr", "ru", "ar"]
    },
    {
      "@type": "LegalService",
      "@id": "https://lawexcel.co.il/#organization",
      "name": "LawExcel — International Legal Services",
      "url": "https://lawexcel.co.il/",
      "telephone": "+972-77-8066333",
      "email": "info@lawexcel.co.il",
      "address": {"@type": "PostalAddress", "streetAddress": "HaOgen 8", "addressLocality": "Herzliya", "addressCountry": "IL"},
      "areaServed": {"@type": "Country", "name": "Israel"},
      "availableLanguage": ["en", "he", "fr", "ru", "ar"],
      "parentOrganization": {"@id": "https://shayoved.co.il/#organization"},
      "employee": {"@id": "https://shayoved.co.il/#person"},
      "hasOfferCatalog": {
        "@type": "OfferCatalog",
        "name": "Israeli legal services for clients abroad",
        "itemListElement": [
          {"@type": "Offer", "itemOffered": {"@id": "https://lawexcel.co.il/local-counsel-israel/#service"}},
          {"@type": "Offer", "itemOffered": {"@id": "https://lawexcel.co.il/inheritance/#article"}},
          {"@type": "Offer", "itemOffered": {"@id": "https://lawexcel.co.il/debt-collection-enforcement-israel/#service"}}
        ]
      }
    }
  ]
}

