{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "Organization",
      "@id": "https://mynomadea.com/#organization",
      "name": "Nomadéa",
      "alternateName": ["Nomadea", "myNomadea"],
      "url": "https://mynomadea.com",
      "logo": "https://mynomadea.com/front/img/logo.png",
      "description": "Nomadéa est une marque d'hôtellerie premium conçue pour le long séjour, le travail à distance et les nouveaux modes de vie. Ni hôtel. Ni coliving. Un nouveau standard international du long séjour.",
      "description_en": "Nomadéa is a premium hospitality brand designed for long stays, remote work, and new ways of living. Not a hotel. Not coliving. A new international standard for the long stay.",
      "foundingDate": "2024",
      "founders": [
        {
          "@type": "Person",
          "@id": "https://mynomadea.com/#johannley",
          "name": "Johann Ley",
          "jobTitle": "Founder & CEO",
          "email": "johann@mynomadea.com",
          "telephone": "+33601480155",
          "worksFor": { "@id": "https://mynomadea.com/#organization" }
        }
      ],
      "contactPoint": {
        "@type": "ContactPoint",
        "email": "contact@mynomadea.com",
        "contactType": "customer service",
        "availableLanguage": ["French", "English"]
      },
      "knowsLanguage": ["fr", "en"],
      "areaServed": "Worldwide",
      "sameAs": []
    },

    {
      "@type": "WebSite",
      "@id": "https://mynomadea.com/#website",
      "url": "https://mynomadea.com",
      "name": "Nomadéa",
      "description": "Smart hospitality for remote living",
      "publisher": { "@id": "https://mynomadea.com/#organization" },
      "inLanguage": ["fr", "en"],
      "potentialAction": {
        "@type": "SearchAction",
        "target": "https://mynomadea.com/fr"
      }
    },

    {
      "@type": "LodgingBusiness",
      "@id": "https://mynomadea.com/#firstlocation",
      "name": "Nomadéa — To'a Hotu",
      "description": "Premier site Nomadéa en Polynésie Française — lodges premium pour longs séjours et travail nomade.",
      "address": {
        "@type": "PostalAddress",
        "addressRegion": "Polynésie Française",
        "addressCountry": "PF"
      },
      "openingHoursSpecification": {
        "@type": "OpeningHoursSpecification",
        "description": "Ouverture prévue — dates à confirmer"
      },
      "amenityFeature": [
        { "@type": "LocationFeatureSpecification", "name": "Espace de travail intégré", "value": true },
        { "@type": "LocationFeatureSpecification", "name": "Long séjour", "value": true },
        { "@type": "LocationFeatureSpecification", "name": "Communauté de nomades", "value": true },
        { "@type": "LocationFeatureSpecification", "name": "Wifi haut débit", "value": true }
      ]
    },

    {
      "@type": "Service",
      "@id": "https://mynomadea.com/#service-stays",
      "name": "Séjours Nomadéa / Nomadéa Stays",
      "description": "Lodges premium pour longs séjours (1 semaine à 3+ mois), conçus pour les travailleurs à distance, nomades digitaux et voyageurs slow.",
      "description_en": "Premium lodges for long stays (1 week to 3+ months), designed for remote workers, digital nomads, and slow travelers.",
      "url_fr": "https://mynomadea.com/fr/sejours",
      "url_en": "https://mynomadea.com/en/stays",
      "provider": { "@id": "https://mynomadea.com/#organization" },
      "audience": {
        "@type": "Audience",
        "audienceType": "Digital nomads, remote workers, long-stay travelers"
      }
    },

    {
      "@type": "Service",
      "@id": "https://mynomadea.com/#service-franchise",
      "name": "Système Nomadéa / Nomadéa Franchise System",
      "description": "Système de licence permettant aux opérateurs hôteliers et propriétaires de lodges de transformer leurs actifs sous-exploités en destinations Nomadéa premium.",
      "description_en": "Licensing system enabling hotel and lodge operators to transform underutilised assets into premium Nomadéa destinations.",
      "url_fr": "https://mynomadea.com/fr/franchise",
      "url_en": "https://mynomadea.com/en/franchise",
      "provider": { "@id": "https://mynomadea.com/#organization" },
      "audience": {
        "@type": "Audience",
        "audienceType": "Hotel operators, lodge owners, hospitality entrepreneurs"
      }
    },

    {
      "@type": "Service",
      "@id": "https://mynomadea.com/#service-investment",
      "name": "Investissement Nomadéa / Nomadéa Investment",
      "description": "Opportunité d'investissement seed dans Nomadéa. Levée : CHF 400 000. Valorisation : CHF 4 000 000. Clôture prévue : septembre 2026.",
      "description_en": "Seed investment opportunity in Nomadéa. Raise: CHF 400,000. Valuation: CHF 4,000,000. Target closing: September 2026.",
      "url_fr": "https://mynomadea.com/fr/investir",
      "url_en": "https://mynomadea.com/en/invest",
      "provider": { "@id": "https://mynomadea.com/#organization" },
      "audience": {
        "@type": "Audience",
        "audienceType": "Angel investors, hospitality investors, impact investors"
      }
    },

    {
      "@type": "FAQPage",
      "@id": "https://mynomadea.com/#faq",
      "mainEntity": [
        {
          "@type": "Question",
          "name": "Qu'est-ce que Nomadéa ?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Nomadéa est une marque d'hôtellerie premium pour le long séjour et le travail à distance. Ce n'est ni un hôtel classique, ni un coliving — c'est un nouveau standard international du long séjour, conçu pour les nomades digitaux et les travailleurs à distance."
          }
        },
        {
          "@type": "Question",
          "name": "What is Nomadéa?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Nomadéa is a premium hospitality brand for long stays and remote work. It is neither a traditional hotel nor a coliving space — it is a new international standard for the long stay, designed for digital nomads and remote workers."
          }
        },
        {
          "@type": "Question",
          "name": "Où est le premier site Nomadéa ?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Le premier site Nomadéa est To'a Hotu, en Polynésie Française. L'ouverture est prévue prochainement."
          }
        },
        {
          "@type": "Question",
          "name": "Comment fonctionne le système de franchise Nomadéa ?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Nomadéa propose un système de licence aux opérateurs hôteliers et propriétaires de lodges pour transformer leurs actifs existants en destinations premium long séjour sous la marque Nomadéa."
          }
        },
        {
          "@type": "Question",
          "name": "Comment investir dans Nomadéa ?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Nomadéa lève CHF 400 000 à une valorisation de CHF 4 000 000. Pour accéder à la data room et prendre rendez-vous avec Johann Ley, visitez https://mynomadea.com/fr/investir ou contactez johann@mynomadea.com."
          }
        },
        {
          "@type": "Question",
          "name": "How can I invest in Nomadéa?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Nomadéa is raising CHF 400,000 at a CHF 4,000,000 valuation. To access the data room and schedule a meeting with Johann Ley, visit https://mynomadea.com/en/invest or contact johann@mynomadea.com."
          }
        }
      ]
    }
  ]
}
