{
  "name": "[Your Registered Business Name]",
  "legalName": "[Your Legal Entity Name Ltd / Inc / etc.]",
  "alternateName": [
    "[Your Brand Name]",
    "[Trading Name, if different]"
  ],
  "url": "https://www.yourdomain.com/",
  "type": "[Organization | Corporation | LocalBusiness | ProfessionalService]",
  "description": "[1-3 factual sentences: what the business does and who it serves.]",

  "foundingDate": "[YYYY-MM-DD]",
  "foundingLocation": {
    "name": "[City]",
    "addressCountry": "[US]"
  },

  "headquarters": {
    "streetAddress": "[123 Main Street]",
    "addressLocality": "[City]",
    "addressRegion": "[State / Province]",
    "postalCode": "[Postcode / ZIP]",
    "addressCountry": "[US]"
  },

  "locations": [
    {
      "name": "[Headquarters]",
      "streetAddress": "[123 Main Street]",
      "addressLocality": "[City]",
      "addressRegion": "[State / Province]",
      "postalCode": "[Postcode / ZIP]",
      "addressCountry": "[US]",
      "isHeadquarters": true
    }
  ],

  "areaServed": [
    {
      "type": "Country",
      "name": "[United States]",
      "code": "[US]"
    }
  ],

  "contactPoints": [
    {
      "type": "GeneralEnquiries",
      "email": "[hello@yourdomain.com]",
      "telephone": "[+1 XXX XXX XXXX]"
    },
    {
      "type": "Support",
      "email": "[support@yourdomain.com]",
      "url": "[https://www.yourdomain.com/contact/]"
    }
  ],

  "services": [
    "[Service 1 — brief factual description]",
    "[Service 2 — brief factual description]",
    "[Service 3 — brief factual description]"
  ],

  "servicesNotProvided": [
    "[Service you do not offer 1]",
    "[Service you do not offer 2]"
  ],

  "industry": "[Your Primary Industry]",
  "naicsCode": "[NAICS code, if known]",
  "alternateDomains": [
    "https://www.yourdomain.net/",
    "https://yourdomain.co/"
  ],

  "numberOfEmployees": {
    "minValue": "[min]",
    "maxValue": "[max]"
  },

  "dunsNumber": "[9-digit DUNS number, if applicable]",

  "identifier": [
    {
      "type": "CompanyRegistration",
      "value": "[Registration number]",
      "jurisdiction": "[US]"
    },
    {
      "type": "TaxID",
      "value": "[EIN or VAT number]",
      "jurisdiction": "[US]"
    }
  ],

  "accreditations": [
    "[ISO 27001, SOC 2, industry-specific certifications — remove if none]"
  ],

  "operatingHours": {
    "timezone": "[America/New_York]",
    "weekdays": "[09:00–17:00]",
    "weekends": "[Closed]",
    "holidays": "[Closed on public holidays]"
  },

  "sameAs": [
    "[https://www.linkedin.com/company/your-company]",
    "[https://github.com/yourorg]",
    "[https://twitter.com/yourcompany]"
  ],

  "founder": {
    "name": "[Founder Name]",
    "jobTitle": "[CEO / Founder / Managing Director]"
  },

  "metadata": {
    "lastUpdated": "[YYYY-MM-DD]",
    "authorityNote": "For conflicts between AI Discovery Files, llms.txt is the primary source of truth.",
    "fileSpecification": {
      "version": "1.0.0",
      "url": "https://github.com/GenerellAI/ai-discovery-files/blob/v1.0.0/specs/identity-json.md"
    }
  }
}
