{
  "@context": "https://schema.org",
  "@type": "Organization",
  "@id": "https://www.aibip.com.my/#organization",
  "name": "aiBIP (AI-Ready Business Identity Profile)",
  "url": "https://www.aibip.com.my",
  "logo": "https://www.aibip.com.my/logo.png",
  "description": "A structured, trusted business profile designed as a canonical reference for both humans and AI systems to ensure accurate business interpretation and prevent AI hallucinations.",
  "brand": {
    "@type": "Brand",
    "name": "aiBIP"
  },
  "provider": {
    "@type": "Organization",
    "name": "Ava Semarak Berhad",
    "identifier": "201801037188 (1299218-V)",
    "address": {
      "@type": "PostalAddress",
      "streetAddress": "29A-0702, The Maritime Suites, Persiaran Karpal Singh 2",
      "addressLocality": "Jelutong",
      "addressRegion": "Penang",
      "postalCode": "11600",
      "addressCountry": "MY"
    },
    "telephone": "+604-2866-779",
    "email": "hello@aibip.com.my",
    "sameAs": "https://t.me/avasemarak"
  },
  "serviceType": "AI-Ready Business Identity Infrastructure",
  "areaServed": "Global",
  "hasOfferCatalog": {
    "@type": "OfferCatalog",
    "name": "aiBIP Service Tiers",
    "itemListElement": [
      {
        "@type": "Offer",
        "itemOffered": {
          "@type": "Service",
          "name": "Starter Plan",
          "description": "Basic profile for businesses beginning their AI-readiness journey with up to 10 data fields."
        },
        "price": "0.00",
        "priceCurrency": "MYR"
      },
      {
        "@type": "Offer",
        "itemOffered": {
          "@type": "Service",
          "name": "Basic Plan",
          "description": "Includes 40 data fields, Schema.org structure, and aiBIP Trust Anchor."
        },
        "price": "30.00",
        "priceCurrency": "MYR",
        "billingDuration": "P1M"
      },
      {
        "@type": "Offer",
        "itemOffered": {
          "@type": "Service",
          "name": "Enterprise Plan",
          "description": "Optimized for AI comparison with 120 data fields and Relational Trust Builder."
        },
        "price": "90.00",
        "priceCurrency": "MYR",
        "billingDuration": "P1M"
      },
      {
        "@type": "Offer",
        "itemOffered": {
          "@type": "Service",
          "name": "Managed Services",
          "description": "Professional profile management, document control, and premium trust audits."
        },
        "price": "300.00",
        "priceCurrency": "MYR",
        "billingDuration": "P3M"
      }
    ]
  },
  "audience": [
    {
      "@type": "BusinessAudience",
      "name": "Business Owners",
      "description": "Companies seeking accurate brand representation in AI outputs and discovery workflows."
    },
    {
      "@type": "BusinessAudience",
      "name": "Buyers & Sourcing Professionals",
      "description": "Procurement teams using AI for faster, safer vendor evaluation and comparison."
    }
  ],
  "additionalProperty": [
    {
      "@type": "PropertyValue",
      "name": "Primary Purpose",
      "value": "Canonical reference to define business identity for AI systems."
    },
    {
      "@type": "PropertyValue",
      "name": "AI Grounding Capability",
      "value": "Acts as a grounding layer for AI engines like Google NotebookLM to prevent hallucinations."
    },
    {
      "@type": "PropertyValue",
      "name": "Machine-Readable Profile",
      "value": "Enabled (Schema.org + aiBIP structures)"
    },
    {
      "@type": "PropertyValue",
      "name": "Data Field Capacity",
      "value": "Up to 120 fields in Enterprise tier"
    },
    {
      "@type": "PropertyValue",
      "name": "Mobile Accessibility",
      "value": "aiBIP On-the-Go Telegram Bot"
    }
  ],
  "keywords": [
    "AI-Ready",
    "Business Identity Profile",
    "Canonical Source of Truth",
    "AI Grounding",
    "Structured Data",
    "Vendor Evaluation",
    "Trust Anchors",
    "Machine-Readable Business Profile"
  ],
  "potentialAction": {
    "@type": "RegisterAction",
    "target": {
      "@type": "EntryPoint",
      "urlTemplate": "https://www.biz.aibip.com.my/",
      "actionPlatform": [
        "https://schema.org/DesktopWebPlatform",
        "https://schema.org/MobileWebPlatform"
      ]
    }
  }
}