{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "Organization",
      "name": "Hargeisa Code Lab",
      "alternateName": "HargeisaCodeLab",
      "url": "https://hargeisacodelabs.pages.dev",
      "logo": "https://hargeisacodelabs.pages.dev/favicon.ico",
      "description": "Web and mobile application development studio based in Hargeisa, Somaliland",
      "foundingLocation": {
        "@type": "Place",
        "name": "Hargeisa, Somaliland"
      },
      "areaServed": [
        { "@type": "Place", "name": "Somaliland" },
        { "@type": "Place", "name": "Somalia" },
        { "@type": "Place", "name": "East Africa" },
        { "@type": "Place", "name": "Global" }
      ],
      "contactPoint": [
        {
          "@type": "ContactPoint",
          "contactType": "Customer Service",
          "email": "hargeisacodelab@gmail.com",
          "telephone": "+252-63-9003086",
          "availableLanguage": ["English", "Somali"]
        },
        {
          "@type": "ContactPoint",
          "contactType": "WhatsApp",
          "url": "https://wa.me/+252639003086"
        }
      ],
      "sameAs": [
        "https://hargeisacodelabs.pages.dev"
      ],
      "knowsAbout": [
        "Web Development",
        "Mobile App Development",
        "React",
        "Next.js",
        "Node.js",
        "React Native",
        "UI/UX Design",
        "Software Engineering"
      ]
    },
    {
      "@type": "ItemList",
      "itemListElement": [
        {
          "@type": "ListItem",
          "position": 1,
          "item": {
            "@type": "Service",
            "name": "Custom Web Development",
            "description": "Bespoke web applications built with React, Next.js, and Node.js",
            "provider": { "@type": "Organization", "name": "Hargeisa Code Lab" }
          }
        },
        {
          "@type": "ListItem",
          "position": 2,
          "item": {
            "@type": "Service",
            "name": "Mobile App Development",
            "description": "Cross-platform mobile apps for iOS and Android using React Native",
            "provider": { "@type": "Organization", "name": "Hargeisa Code Lab" }
          }
        },
        {
          "@type": "ListItem",
          "position": 3,
          "item": {
            "@type": "Service",
            "name": "UI/UX Design",
            "description": "User-centered interface design and design systems",
            "provider": { "@type": "Organization", "name": "Hargeisa Code Lab" }
          }
        },
        {
          "@type": "ListItem",
          "position": 4,
          "item": {
            "@type": "Service",
            "name": "Technical Consulting",
            "description": "Architecture planning and technology strategy",
            "provider": { "@type": "Organization", "name": "Hargeisa Code Lab" }
          }
        }
      ]
    }
  ]
}
