Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 51 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Molina Insurance Group",
description: "Molina Insurance Group is an independent insurance agency in Portland offering comprehensive coverage including auto, home, business, and life insurance. With a focus on personalized service, they help clients find the right policies to protect what matters most. Located on NE Sandy Boulevard, they work with multiple carriers to provide competitive quotes and tailored solutions for families and businesses.",
url: "https://www.mig-pdx.com/",
telephone: "+1-971-447-0515",
address: {
@type: "PostalAddress",
streetAddress: "4515 NE Sandy Blvd",
addressLocality: "Portland",
addressRegion: "OR",
postalCode: "97213",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 45.5376778,
longitude: -122.61679239999998
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "3.7",
reviewCount: "3",
bestRating: "5"
},
areaServed: "Portland, Oregon and surrounding areas",
knowsAbout: "Insurance Agents, Portland families seeking auto and home insurance, small business owners, individuals wanting comprehensive coverage from one agent",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Independent Agent"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Multiple Coverage 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.