Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 56 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Thomas F. Walsh Insurance Agency Inc.",
description: "Thomas F. Walsh Insurance Agency Inc. is an independent insurance agency serving the Boston area with personalized coverage solutions. They offer homeowners, auto, life, and business insurance policies tailored to individual and commercial needs. With decades of local experience, they focus on finding the right coverage at competitive rates for their clients.",
url: "http://www.thomaswalshinsurance.com/",
telephone: "+1-617-268-1350",
address: {
@type: "PostalAddress",
streetAddress: "579 E Broadway",
addressLocality: "Boston",
addressRegion: "MA",
postalCode: "02127",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 42.3352611,
longitude: -71.0410686
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.6",
reviewCount: "13",
bestRating: "5"
},
areaServed: "Boston and surrounding Massachusetts areas",
knowsAbout: "Insurance Agents, Boston-area homeowners, auto insurance shoppers, small business owners, individuals seeking bundled insurance policies",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Independent Agency"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Expertise"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Multiple Insurance Types"
}
],
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.