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: "Prestige Pools & Spas LLC",
description: "Prestige Pools & Spas LLC is a full-service pool and spa company serving the Bedford, VA area with expertise in pool maintenance, repair, and spa services. They handle everything from routine pool cleaning and water chemistry balancing to equipment repairs and seasonal openings and closings. Their experienced team is committed to keeping residential pools and hot tubs in top condition year-round.",
telephone: "+1-540-816-2723",
address: {
@type: "PostalAddress",
streetAddress: "705 Industrial Ave",
addressLocality: "Bedford",
addressRegion: "VA",
postalCode: "24523",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.3221217,
longitude: -79.5366011
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.6",
reviewCount: "10",
bestRating: "5"
},
areaServed: "Bedford, Virginia and surrounding areas",
knowsAbout: "Pool & Spa Services, Homeowners with pools or spas, Property managers, Residential pool owners seeking year-round maintenance",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Pool & Spa Services"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Support"
}
],
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.