{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "@context": "https://schema.org",
  "@type": "Corporation",
  "@id": "https://abctool.info/#organization",
  "identifier": {
    "taxId": "US-XX-XXXXXXX",
    "registrationNumber": "REG-2026-8899",
    "duns": "012345678"
  },
  "name": "abctool.info",
  "legalName": "abctool.info Online Utilities",
  "alternateName": "abctool",
  "description": "abctool.info is a developer productivity platform providing standard business profile JSON schemas, live format generators, text processing tools, and SEO structured data utilities.",
  "url": "https://abctool.info",
  "logo": "https://abctool.info/favicon.ico",
  "foundingDate": "2026-01-01",
  "founders": [
    {
      "@type": "Person",
      "name": "Morse",
      "jobTitle": "Lead Developer & Architect"
    }
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "Online Web Service Suite 100",
    "addressLocality": "Global",
    "addressRegion": "Online",
    "postalCode": "00000",
    "addressCountry": "Global"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 37.7749,
    "longitude": -122.4194
  },
  "contactPoint": [
    {
      "@type": "ContactPoint",
      "telephone": "+1-800-000-0000",
      "contactType": "customer service",
      "email": "contact@abctool.info",
      "availableLanguage": ["English", "Chinese"]
    },
    {
      "@type": "ContactPoint",
      "contactType": "technical support",
      "email": "support@abctool.info",
      "url": "https://abctool.info/json-format-business-profile-structure/"
    }
  ],
  "sameAs": [
    "https://abctool.info/business-profile-json-format-template/",
    "https://abctool.info/json-format-business-profile-structure/",
    "https://x.com/morse365365"
  ],
  "knowsAbout": [
    "Business Profile JSON Schema",
    "Schema.org Structured Data",
    "Google Rich Results",
    "Developer Productivity Tools"
  ],
  "department": [
    {
      "@type": "LocalBusiness",
      "name": "abctool.info Developer Tools Lab",
      "url": "https://abctool.info/business-profile-json-format-template/",
      "telephone": "+1-800-000-0001",
      "openingHoursSpecification": [
        {
          "@type": "OpeningHoursSpecification",
          "dayOfWeek": ["Monday", "Tuesday", "Wednesday", "Thursday", "Friday"],
          "opens": "00:00",
          "closes": "23:59"
        }
      ]
    }
  ]
}
