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: "RC Plumbing Inc.",
description: "RC Plumbing Inc. is a locally-owned plumbing service based in Corpus Christi, TX, specializing in residential and commercial plumbing solutions. The company handles a full range of plumbing services including repairs, installations, and maintenance for both homes and businesses. RC Plumbing is committed to providing reliable, professional service with a focus on customer satisfaction.",
telephone: "+1-361-991-6464",
address: {
@type: "PostalAddress",
streetAddress: "4821 Cain Dr suite a",
addressLocality: "Corpus Christi",
addressRegion: "TX",
postalCode: "78411",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 27.706113,
longitude: -97.388436
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "2",
bestRating: "5"
},
areaServed: "Corpus Christi, TX and surrounding areas",
knowsAbout: "Plumbing, Homeowners, Business owners, Property managers",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Locally Owned Operation"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Plumbing"
}
],
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.