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: "Capital One Plumbing",
description: "Capital One Plumbing is a full-service plumbing company serving Beaumont and the surrounding Inland Empire area. They handle residential plumbing repairs, installations, drain cleaning, water heater service, sewer line work, and emergency plumbing calls. The team is licensed, insured, and committed to fast, reliable service for homeowners and property managers.",
url: "https://capital1plumbing.com/",
telephone: "+1-909-325-0421",
address: {
@type: "PostalAddress",
streetAddress: "1595 Lakeview St",
addressLocality: "Beaumont",
addressRegion: "CA",
postalCode: "92223",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.9517095,
longitude: -116.9940491
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "111",
bestRating: "5"
},
areaServed: "Beaumont, CA and surrounding Inland Empire communities",
knowsAbout: "Plumbing, Homeowners needing urgent plumbing repairs, property managers, households with aging plumbing systems",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Emergency Availability"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Expertise"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Licensed & Insured"
}
],
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.