Structured Data

    State Fund Insurance

    This is the JSON-LD structured data that AI platforms read when they visit this profile. 51 lines, Schema.org LocalBusiness format.

    Schema.org / LocalBusiness
    |
    51 lines
    |
    JSON-LD
    application/ld+json
    {
      @context: "https://schema.org",
      @type: "LocalBusiness",
      name: "State Fund Insurance",
      description: "State Fund Insurance is an independent insurance agency in Boston offering comprehensive coverage including auto, home, life, and business insurance. With personalized service and competitive rates, they help individuals and small businesses find the right coverage to protect what matters most.",
      url: "https://www.statefundins.com/",
      telephone: "+1-617-956-9999",
      address: {
        @type: "PostalAddress",
        streetAddress: "100 Summer St",
        addressLocality: "Boston",
        addressRegion: "MA",
        postalCode: "02110",
        addressCountry: "US"
      },
      geo: {
        @type: "GeoCoordinates",
        latitude: 42.3538104,
        longitude: -71.057391
      },
      aggregateRating: {
        @type: "AggregateRating",
        ratingValue: "4.9",
        reviewCount: "220",
        bestRating: "5"
      },
      areaServed: "Boston and surrounding Massachusetts areas",
      knowsAbout: "Insurance Agents, Homeowners, auto owners, small business owners, individuals seeking bundled insurance packages",
      additionalProperty: [
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Independent Agency"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Full-Service Coverage"
        }
      ],
      publisher: {
        @type: "Organization",
        name: "Lantern",
        url: "https://lantern.llc",
        contactPoint: {
          @type: "ContactPoint",
          url: "https://lantern.llc/contact?from=ai-data",
          contactType: "AI inquiries"
        }
      }
    }

    This structured data is embedded in the AI Profile page as JSON-LD and is read by ChatGPT, Claude, Perplexity, Google AI, and other AI platforms when they crawl this page. It follows the Schema.org LocalBusiness specification.