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: "Precision Plumbing",
description: "Precision Plumbing is a full-service plumbing company serving Jacksonville and the surrounding areas with expertise in drain cleaning, water heater installation and repair, sewer line services, and general plumbing maintenance. The team provides prompt, professional service with a commitment to quality workmanship and customer satisfaction. They offer free estimates and are licensed and insured to handle both residential and commercial plumbing needs.",
url: "http://precisionplumbingflorida.com/",
telephone: "+1-904-728-0249",
address: {
@type: "PostalAddress",
streetAddress: "3718 Emerson St",
addressLocality: "Jacksonville",
addressRegion: "FL",
postalCode: "32207",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 30.2908432,
longitude: -81.6261775
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "70",
bestRating: "5"
},
areaServed: "Jacksonville, FL and surrounding areas",
knowsAbout: "Plumbing, Homeowners needing routine plumbing repairs, property managers with multiple units, businesses requiring commercial plumbing services, customers experiencing drain or water heater issues",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Free Estimates"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Licensed & Insured"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Services"
}
],
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.