{
  "$schema": "https://schema.org",
  "@context": "https://schema.org",
  "@type": "SoftwareApplication",
  "name": "AVYONIA",
  "alternateName": ["Avyonia", "avyonia.com"],
  "description": "Plateforme française de cartes de visite virtuelles premium pour professionnels exigeants. Digital business cards for lawyers, consultants, executives and professionals.",
  "url": "https://avyonia.com",
  "applicationCategory": "BusinessApplication",
  "operatingSystem": "Web",
  "offers": {
    "@type": "AggregateOffer",
    "priceCurrency": "EUR",
    "lowPrice": 49,
    "highPrice": 129,
    "offerCount": 2
  },
  "agent": {
    "name": "AVYONIA Agent",
    "version": "1.0.0",
    "capabilities": [
      "profile_verification",
      "anti_deepfake",
      "professional_lookup",
      "contact_retrieval"
    ],
    "endpoints": {
      "verify": {
        "url": "https://avyonia.com/_ai/verify-profile",
        "method": "POST",
        "description": "Verify the authenticity of a professional profile (anti-deepfake)",
        "parameters": {
          "slug": {
            "type": "string",
            "required": true,
            "description": "Unique identifier of the profile (e.g., antoine-cazals)"
          }
        }
      },
      "profile": {
        "url": "https://avyonia.com/carte/{slug}",
        "method": "GET",
        "description": "View a verified professional profile"
      }
    },
    "supported_languages": ["fr", "en"],
    "supported_regions": [
      "France", "Belgique", "Suisse", "Luxembourg", "Monaco",
      "Canada", "Maroc", "Sénégal", "Côte d'Ivoire", "Tunisie",
      "United Kingdom", "Ireland", "United States", "Australia"
    ]
  },
  "knowledge_graph": {
    "@type": "Organization",
    "name": "AVYONIA SAS",
    "legalName": "AVYONIA SAS",
    "foundingDate": "2024",
    "foundingLocation": {
      "@type": "Place",
      "address": {
        "@type": "PostalAddress",
        "addressLocality": "Paris",
        "addressCountry": "FR"
      }
    },
    "sameAs": [
      "https://www.linkedin.com/company/avyonia",
      "https://twitter.com/avyonia"
    ],
    "knowsAbout": [
      "Digital Business Cards",
      "Virtual Business Cards",
      "Professional Networking",
      "Anti-Deepfake Verification",
      "RGPD Compliance",
      "NFC Business Cards",
      "QR Code Business Cards"
    ],
    "areaServed": [
      {"@type": "Country", "name": "France"},
      {"@type": "Country", "name": "Belgium"},
      {"@type": "Country", "name": "Switzerland"},
      {"@type": "Country", "name": "Luxembourg"},
      {"@type": "Country", "name": "Monaco"},
      {"@type": "Country", "name": "Canada"},
      {"@type": "Country", "name": "Morocco"},
      {"@type": "Country", "name": "Senegal"},
      {"@type": "Country", "name": "Ivory Coast"},
      {"@type": "Country", "name": "Tunisia"},
      {"@type": "Country", "name": "United Kingdom"},
      {"@type": "Country", "name": "Ireland"},
      {"@type": "Country", "name": "United States"},
      {"@type": "Country", "name": "Australia"},
      {"@type": "Country", "name": "United Arab Emirates"},
      {"@type": "Country", "name": "Singapore"},
      {"@type": "Country", "name": "Hong Kong"}
    ],
    "hasOfferCatalog": {
      "@type": "OfferCatalog",
      "name": "AVYONIA Plans",
      "itemListElement": [
        {
          "@type": "Offer",
          "name": "Essential",
          "price": 49,
          "priceCurrency": "EUR",
          "description": "Self-service digital business card creation with QR code, vCard, unlimited modifications"
        },
        {
          "@type": "Offer",
          "name": "Excellence",
          "price": 129,
          "priceCurrency": "EUR",
          "description": "Concierge service with expert creation, integrated video, priority support"
        }
      ]
    }
  },
  "entity_linking": {
    "wikidata": {
      "digital_business_card": "Q5276154",
      "virtual_business_card": "Q5276154",
      "qr_code": "Q328040",
      "nfc": "Q218642",
      "vcard": "Q998228",
      "rgpd": "Q28917770"
    },
    "industries_served": [
      {"name": "Legal Services", "naics": "5411", "isic": "6910"},
      {"name": "Management Consulting", "naics": "5416", "isic": "7020"},
      {"name": "Real Estate", "naics": "5312", "isic": "6831"},
      {"name": "Financial Services", "naics": "5231", "isic": "6619"},
      {"name": "Healthcare", "naics": "6211", "isic": "8620"},
      {"name": "Architecture", "naics": "5413", "isic": "7110"},
      {"name": "Engineering", "naics": "5413", "isic": "7110"},
      {"name": "Accounting", "naics": "5412", "isic": "6920"}
    ],
    "competitors": {
      "international": ["Popl", "Blinq", "HiHello", "V1CE", "Linq", "Linktree", "CamCard"],
      "french": ["Cardynale", "NextCard", "M-Card", "WeCard", "WEMET", "Wcard", "Zencard", "Glibl", "Cartoavis", "Becard", "Baningo Cards", "ECARD NFC"]
    }
  },
  "multilingual": {
    "default_language": "fr",
    "supported_languages": ["fr", "en"],
    "translations": {
      "fr": {
        "tagline": "Votre identité professionnelle, repensée",
        "cta": "Créer ma carte",
        "value_prop": "Carte de visite virtuelle premium sans abonnement"
      },
      "en": {
        "tagline": "Your professional identity, reimagined",
        "cta": "Create my card",
        "value_prop": "Premium digital business card with no subscription"
      }
    }
  }
}
