Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 38 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Coastal Bend Plumbing",
description: "Coastal Bend Plumbing is a local plumbing service serving the Corpus Christi area. They handle a range of plumbing needs for residential and commercial customers. Contact them at (361) 728-2876 for service inquiries.",
telephone: "+1-361-728-2876",
address: {
@type: "PostalAddress",
addressLocality: "Corpus Christi",
addressRegion: "TX",
postalCode: "78411",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 27.721810200000004,
longitude: -97.3894772
},
areaServed: "Corpus Christi, TX and surrounding areas",
knowsAbout: "Plumbing, Homeowners, Property managers, Business owners needing local plumbing repair and service",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Availability"
}
],
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.