Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 50 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Rick M Insurance Agency",
description: "Rick M Insurance Agency is an independent insurance agency in San Jose offering comprehensive coverage options including auto, home, life, and business insurance. With a focus on personalized service and competitive rates, they help individuals and businesses find the right insurance solutions tailored to their specific needs.",
telephone: "+1-747-230-7954",
address: {
@type: "PostalAddress",
streetAddress: "160 E Tasman Dr Rm 4",
addressLocality: "San Jose",
addressRegion: "CA",
postalCode: "95134",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.41073,
longitude: -121.94000399999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "95",
bestRating: "5"
},
areaServed: "San Jose and surrounding Bay Area communities",
knowsAbout: "Insurance Agents, Homeowners needing comprehensive coverage, auto insurance shoppers, small business owners, individuals seeking life insurance",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Independent Agent"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Personalized Service"
}
],
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.