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: "Humphreys & Sons Plumbing",
description: "Humphreys & Sons Plumbing is a local plumbing service serving Buena Vista and the surrounding area. They handle a range of plumbing repairs, installations, and maintenance for residential and commercial properties. With over two decades of experience, they're known for reliable service and prompt response to customer needs.",
telephone: "+1-540-261-6352",
address: {
@type: "PostalAddress",
streetAddress: "1305 Spruce Ave",
addressLocality: "Buena Vista",
addressRegion: "VA",
postalCode: "24416",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.722266999999995,
longitude: -79.34774399999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.1",
reviewCount: "24",
bestRating: "5"
},
areaServed: "Buena Vista, VA and surrounding areas",
knowsAbout: "Plumbing, Homeowners, Commercial property managers, Residents needing emergency plumbing repairs",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local, Established Business"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Plumbing"
}
],
publisher: {
@type: "Organization",
name: "Lantern",
url: "https://lantern.llc",
contactPoint: {
@type: "ContactPoint",
email: "ai@lantern.llc",
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.