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: "Ashby Pool",
description: "Ashby Recreational Association is a members-only summer pool facility in Bridgewater serving families and the local community from Memorial Day through Labor Day. The facility features a 25-meter lap pool with diving area, kids' pool for children under 6, and various recreational amenities including shuffleboard, cornhole, and basketball. They offer swim lessons, competitive swim training through the Anacondas swim team, lap swims, and host regular community events like movie nights and family fun nights.",
url: "https://ashbypool.membersplash.com/",
telephone: "+1-540-828-6231",
address: {
@type: "PostalAddress",
streetAddress: "250 Anaconda Wy",
addressLocality: "Bridgewater",
addressRegion: "VA",
postalCode: "22812",
addressCountry: "US"
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.6",
reviewCount: "19",
bestRating: "5"
},
areaServed: "Bridgewater, VA and surrounding areas",
knowsAbout: "Pool & Spa Services, Families with young children, competitive swimmers, community members seeking summer recreation memberships",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Complete Recreation Hub"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Competitive Swim Team"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Multi-Purpose Pools"
}
],
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.