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: "A-Plus Plumbing & Repair",
description: "A-Plus Plumbing & Repair is a local plumbing service based in Corpus Christi that handles residential and commercial plumbing needs. The business provides repair, maintenance, and installation services for homes and businesses throughout the area.",
telephone: "+1-361-991-4069",
address: {
@type: "PostalAddress",
streetAddress: "2009 Briarwood Dr",
addressLocality: "Corpus Christi",
addressRegion: "TX",
postalCode: "78412",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 27.698953,
longitude: -97.37400699999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "3.3",
reviewCount: "12",
bestRating: "5"
},
areaServed: "Corpus Christi, TX and surrounding areas",
knowsAbout: "Plumbing, Homeowners, business owners, property managers needing plumbing repairs and maintenance",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Corpus Christi Business"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Residential & Commercial"
}
],
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.