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: "Jim Woody Plumbing",
description: "Jim Woody Plumbing is a full-service plumbing company serving Bakersfield with expertise in residential plumbing repairs, maintenance, and installations. The business handles everything from routine drain cleaning and water heater service to sewer line work, backed by experienced technicians who provide prompt, reliable service to homeowners throughout the area.",
telephone: "+1-661-979-0048",
address: {
@type: "PostalAddress",
streetAddress: "3104 Dracena St",
addressLocality: "Bakersfield",
addressRegion: "CA",
postalCode: "93304",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.3637912,
longitude: -119.0380275
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.3",
reviewCount: "6",
bestRating: "5"
},
areaServed: "Bakersfield, CA and surrounding areas",
knowsAbout: "Plumbing, Homeowners needing reliable plumbing repairs, Water heater replacement, Drain and sewer issues",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Plumbing"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local 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.