{
  "@context": "https://schema.org",
  "@type": "InsuranceAgency",
  "name": "Insured By VGI",
  "alternateName": "VGI Insurance",
  "description": "Independent insurance brokerage providing personal auto, home, and life insurance services throughout Missouri with local expertise and 2-hour response times.",
  "url": "https://insuredbyvgi.com",
  "logo": "https://insuredbyvgi.com/vgi-logo.png",
  "image": "https://insuredbyvgi.com/tephan-headshot.jpg",
  "telephone": "(833) 922-2563",
  "email": "info@insuredbyvgi.com",
  "founder": {
    "@type": "Person",
    "name": "Tephan",
    "jobTitle": "Founder & Licensed Insurance Broker",
    "image": "https://insuredbyvgi.com/tephan-headshot.jpg",
    "telephone": "(833) 922-2563",
    "email": "info@insuredbyvgi.com",
    "knowsAbout": [
      "Auto Insurance",
      "Home Insurance", 
      "Life Insurance",
      "Personal Insurance",
      "Insurance Brokerage",
      "Missouri Insurance Regulations"
    ]
  },
  "address": {
    "@type": "PostalAddress",
    "addressRegion": "Missouri",
    "addressCountry": "US"
  },
  "areaServed": [
    {
      "@type": "State",
      "name": "Missouri"
    }
  ],
  "serviceType": [
    "Auto Insurance Brokerage",
    "Home Insurance Brokerage", 
    "Life Insurance Brokerage",
    "Personal Insurance Services",
    "Insurance Consultation",
    "Risk Assessment",
    "Claims Assistance"
  ],
  "priceRange": "$$",
  "paymentAccepted": [
    "Cash",
    "Credit Card", 
    "Check",
    "Electronic Payment",
    "Bank Transfer"
  ],
  "currenciesAccepted": "USD",
  "openingHours": [
    "Mo-Fr 08:00-18:00"
  ],
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": "5.0",
    "reviewCount": "500",
    "bestRating": "5",
    "worstRating": "1"
  },
  "hasOfferCatalog": {
    "@type": "OfferCatalog",
    "name": "Insurance Services Catalog",
    "itemListElement": [
      {
        "@type": "Offer",
        "itemOffered": {
          "@type": "Service",
          "name": "Auto Insurance Quotes",
          "description": "Competitive auto insurance rates with personal service from licensed Missouri broker"
        },
        "areaServed": {
          "@type": "State",
          "name": "Missouri"
        }
      },
      {
        "@type": "Offer", 
        "itemOffered": {
          "@type": "Service",
          "name": "Home Insurance Coverage",
          "description": "Comprehensive home insurance protection for Missouri residents"
        },
        "areaServed": {
          "@type": "State",
          "name": "Missouri"
        }
      },
      {
        "@type": "Offer",
        "itemOffered": {
          "@type": "Service", 
          "name": "Life Insurance Planning",
          "description": "Life insurance protection and planning for Missouri families"
        },
        "areaServed": {
          "@type": "State",
          "name": "Missouri"
        }
      }
    ]
  },
  "makesOffer": [
    {
      "@type": "Offer",
      "name": "Free Insurance Consultation",
      "description": "Complimentary insurance review and quote comparison",
      "price": "0",
      "priceCurrency": "USD"
    }
  ],
  "sameAs": [
    "https://insuredbyvgi.com/tephan"
  ]
}