Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 45 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Blades Plumbing",
description: "Blades Plumbing is a local plumbing service in Corpus Christi specializing in residential and commercial plumbing solutions. Based on their service area and Google business profile, they handle a range of plumbing needs for local customers seeking professional, reliable repairs and installations.",
telephone: "+1-361-300-2833",
address: {
@type: "PostalAddress",
streetAddress: "14149 Coquina Bay Ave",
addressLocality: "Corpus Christi",
addressRegion: "TX",
postalCode: "78418",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 27.5854832,
longitude: -97.2323465
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "2",
bestRating: "5"
},
areaServed: "Corpus Christi, TX and surrounding areas",
knowsAbout: "Plumbing, Homeowners, Property managers, Commercial property owners",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Corpus Christi Business"
}
],
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.