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: "Agape Plumbing Service",
description: "Agape Plumbing Service is a full-service plumbing company serving Chula Vista and surrounding areas. They handle everything from emergency repairs and drain cleaning to water heater installation, sewer line work, and general plumbing maintenance. The team is licensed, insured, and known for prompt, professional service on both residential and commercial projects.",
url: "https://agapeplumbingservice.com/",
telephone: "+1-619-513-6149",
address: {
@type: "PostalAddress",
streetAddress: "194 G St",
addressLocality: "Chula Vista",
addressRegion: "CA",
postalCode: "91910",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 32.6389068,
longitude: -117.0738607
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "105",
bestRating: "5"
},
areaServed: "Chula Vista, CA and surrounding South County communities",
knowsAbout: "Plumbing, Homeowners needing emergency repairs, property owners requiring maintenance, households with aging plumbing systems",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Licensed & Insured"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Emergency Availability"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Complete Plumbing Solutions"
}
],
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.