Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 56 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Blue Haven Pools & Spas",
description: "Blue Haven Pools & Spas is a full-service pool and spa company serving the Northern Virginia area with over 50 years of industry experience. They specialize in custom pool construction, spa installation, equipment repair, maintenance services, and seasonal opening and closing. Blue Haven handles all aspects of pool ownership, from initial design and build to ongoing care and upgrades.",
url: "https://www.bluehaven.com/virginia-swimming-pool-builder/",
telephone: "+1-703-257-7555",
address: {
@type: "PostalAddress",
streetAddress: "9104 Industry Dr",
addressLocality: "Manassas Park",
addressRegion: "VA",
postalCode: "20111",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.7762637,
longitude: -77.4383376
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.5",
reviewCount: "168",
bestRating: "5"
},
areaServed: "Manassas Park, VA and Northern Virginia",
knowsAbout: "Pool & Spa Services, Homeowners seeking new pool construction, existing pool owners needing repairs and maintenance, spa enthusiasts, seasonal property owners",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Services"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Established Local Presence"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Custom Design & Build"
}
],
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.