{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": [
        "InsuranceAgency",
        "LocalBusiness"
      ],
      "@id": "https://morganoagency.com/#insurance-agency",
      "name": "The Morgano Agency Inc",
      "alternateName": [
        "The Morgano Agency",
        "Morgano Agency"
      ],
      "url": "https://morganoagency.com/",
      "telephone": "+18646095285",
      "faxNumber": "+18646095689",
      "email": "vic@morganoagency.com",
      "address": {
        "@type": "PostalAddress",
        "streetAddress": "206B Pine Knoll Dr",
        "addressLocality": "Greenville",
        "addressRegion": "SC",
        "postalCode": "29609",
        "addressCountry": "US"
      },
      "openingHoursSpecification": [
        {
          "@type": "OpeningHoursSpecification",
          "dayOfWeek": [
            "Monday",
            "Tuesday",
            "Wednesday",
            "Thursday",
            "Friday"
          ],
          "opens": "09:00",
          "closes": "17:00"
        }
      ],
      "areaServed": [
        "Greenville SC",
        "Greer SC",
        "Taylors SC",
        "Mauldin SC",
        "Simpsonville SC",
        "Travelers Rest SC",
        "Easley SC",
        "Fountain Inn SC",
        "Upstate South Carolina"
      ],
      "subjectOf": [
        {
          "@type": "WebPage",
          "@id": "https://morgano-machine-agent.pages.dev/llms.txt"
        }
      ],
      "potentialAction": [
        {
          "@type": "ContactAction",
          "name": "Contact The Morgano Agency",
          "target": "https://morganoagency.com/contact/"
        },
        {
          "@type": "QuoteAction",
          "name": "Start an insurance quote request",
          "target": "https://morganoagency.com/contact/"
        }
      ]
    },
    {
      "@type": "Person",
      "@id": "https://morganoagency.com/#vic-morgano",
      "name": "Vic Morgano",
      "worksFor": {
        "@id": "https://morganoagency.com/#insurance-agency"
      }
    },
    {
      "@type": "WebAPI",
      "@id": "https://morgano-machine-agent.pages.dev/a2a#api",
      "name": "The Morgano Agency A2A Routing Endpoint",
      "description": "Routing-only machine endpoint for Morgano service pages, quote paths, COI requests, and contact information. It does not quote premiums, bind coverage, confirm coverage, or issue certificates.",
      "provider": {
        "@id": "https://morganoagency.com/#insurance-agency"
      },
      "documentation": "https://morgano-machine-agent.pages.dev/machine/actions.json",
      "termsOfService": "https://morganoagency.com/contact/"
    }
  ]
}