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: "Frank Pardo Insurance",
description: "Frank Pardo Insurance is an independent insurance agency in Oakland serving the Bay Area with auto, home, and commercial insurance solutions. With over a decade of local experience, they provide personalized coverage recommendations and claims support to help individuals and small business owners find the right protection at competitive rates.",
telephone: "+1-510-437-1391",
address: {
@type: "PostalAddress",
streetAddress: "3934 International Blvd",
addressLocality: "Oakland",
addressRegion: "CA",
postalCode: "94601",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.7742139,
longitude: -122.21833050000001
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "3.7",
reviewCount: "18",
bestRating: "5"
},
areaServed: "Oakland, CA and surrounding Bay Area communities",
knowsAbout: "Insurance Agents, Oakland residents seeking auto or home insurance, Small business owners needing commercial coverage",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Independent Agent"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Presence"
}
],
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.