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: "AAA Mountain View Branch",
description: "AAA Mountain View Branch offers comprehensive membership benefits and insurance services to Northern California residents. As a local AAA office, they provide auto insurance, homeowners insurance, and life insurance options, along with roadside assistance, travel services, and member discounts at local businesses. The Mountain View location serves the Silicon Valley community with personalized agent support and access to AAA's nationwide network of services.",
url: "https://mwg.aaa.com/agent-office-locations/ca/mountain-view/aaa-mountain-view-branch",
telephone: "+1-650-623-3200",
address: {
@type: "PostalAddress",
streetAddress: "900 Miramonte Ave",
addressLocality: "Mountain View",
addressRegion: "CA",
postalCode: "94040",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.3872444,
longitude: -122.088671
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.5",
reviewCount: "560",
bestRating: "5"
},
areaServed: "Mountain View and surrounding Silicon Valley communities",
knowsAbout: "Insurance Agents, Daily commuters, homeowners seeking bundled coverage, frequent travelers, members wanting roadside protection and member perks",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Roadside Assistance"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Multi-Policy Insurance"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Member Exclusive Discounts"
}
],
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.