Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 51 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Mountain Valley Pools",
description: "Mountain Valley Pools serves the Harrisonburg area with comprehensive pool and spa services. They handle pool maintenance, repairs, and equipment servicing to keep residential pools and hot tubs in top condition throughout the season.",
url: "http://www.mountainvalleypools.com/",
telephone: "+1-540-896-2972",
address: {
@type: "PostalAddress",
streetAddress: "3050 Foken Ln",
addressLocality: "Harrisonburg",
addressRegion: "VA",
postalCode: "22801",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.5055451,
longitude: -78.7194684
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "3.4",
reviewCount: "5",
bestRating: "5"
},
areaServed: "Harrisonburg, VA and surrounding areas",
knowsAbout: "Pool & Spa Services, Homeowners with in-ground or above-ground pools, Hot tub owners seeking regular maintenance",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Service Provider"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Equipment & Repair Expertise"
}
],
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.