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: "Vito's Pool Service LLC",
description: "Vito's Pool Service LLC is a full-service pool company in McKinney offering weekly maintenance, equipment repair, seasonal opening and closing, and new pool construction. They handle water chemistry balancing, filter cleaning, and troubleshooting for residential pools throughout the Dallas area. Their experienced team specializes in keeping pools in peak condition year-round.",
url: "https://vitospoolservice.com/",
telephone: "+1-469-247-3411",
address: {
@type: "PostalAddress",
streetAddress: "3305 Woodbluff Ln",
addressLocality: "McKinney",
addressRegion: "TX",
postalCode: "75071",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.2062613,
longitude: -96.65431099999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "107",
bestRating: "5"
},
areaServed: "McKinney and surrounding Dallas-Fort Worth area",
knowsAbout: "Pool & Spa Services, Homeowners with existing pools, new pool builders, busy professionals seeking weekly maintenance, seasonal pool owners",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Pool Services"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Seasonal Expertise"
}
],
publisher: {
@type: "Organization",
name: "Lantern",
url: "https://lantern.llc",
contactPoint: {
@type: "ContactPoint",
url: "https://lantern.llc/contact?from=ai-data",
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.