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: "Mainline Plumbing, AC & Electric Repair",
description: "Mainline Plumbing, AC & Electric Repair is a full-service home repair company serving the Boca Raton area with expertise in plumbing, air conditioning, and electrical work. The team handles everything from routine maintenance and repairs to emergency service calls, serving both residential and commercial properties. They combine multiple skilled trades under one roof, making them a convenient one-stop solution for homeowners needing coordinated repairs or installations.",
url: "https://mainlineplumbingservice.com/",
telephone: "+1-954-266-0466",
address: {
@type: "PostalAddress",
streetAddress: "23123 FL-7 Ste 205",
addressLocality: "Boca Raton",
addressRegion: "FL",
postalCode: "33428",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 26.332649,
longitude: -80.20398209999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "118",
bestRating: "5"
},
areaServed: "Boca Raton and surrounding South Florida communities",
knowsAbout: "Plumbing, Homeowners needing multiple home system repairs, Boca Raton residents seeking emergency service, Property managers with mixed maintenance needs",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Three Trades Under One Roof"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Emergency Service Available"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Residential & Commercial Expertise"
}
],
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.