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: "Safer Insurance Agency Inc. San Ysidro",
description: "Safer Insurance Agency Inc. is an independent insurance agency serving the San Ysidro community with comprehensive coverage options including auto, home, life, and commercial insurance. The agency specializes in helping families and business owners find affordable coverage tailored to their specific needs, with a focus on personalized service and competitive rates.",
url: "https://saferinsurance.com/",
telephone: "+1-619-428-1333",
address: {
@type: "PostalAddress",
streetAddress: "337 E San Ysidro Blvd",
addressLocality: "San Ysidro",
addressRegion: "CA",
postalCode: "92173",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 32.5510741,
longitude: -117.03826919999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "43",
bestRating: "5"
},
areaServed: "San Ysidro, CA and surrounding areas",
knowsAbout: "Insurance Agents, Families seeking auto and home insurance, business owners needing commercial coverage, individuals wanting personalized insurance guidance",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Independent Agency"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Expertise"
}
],
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.