{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "WebSite",
      "@id": "https://diginiaty.com/#website",
      "url": "https://diginiaty.com/",
      "name": "Diginiaty — Niaty Tamba",
      "description": "Portfolio freelance de Niaty Tamba : développement web, 3D, React et IT & infrastructure. Paris & Strasbourg.",
      "inLanguage": "fr-FR",
      "publisher": { "@id": "https://diginiaty.com/#person" }
    },
    {
      "@type": "Person",
      "@id": "https://diginiaty.com/#person",
      "name": "Niaty Tamba",
      "jobTitle": "Freelance Développeur & Spécialiste IT",
      "email": "contact@diginiaty.com",
      "telephone": "+33776103157",
      "url": "https://diginiaty.com/",
      "image": "https://diginiaty.com/og.svg",
      "knowsLanguage": ["fr-FR", "en", "pt"],
      "address": {
        "@type": "PostalAddress",
        "addressLocality": "Strasbourg",
        "addressRegion": "Grand Est",
        "addressCountry": "FR"
      },
      "areaServed": [
        { "@type": "City", "name": "Paris" },
        { "@type": "City", "name": "Strasbourg" }
      ]
    }
  ]
}
