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: "Merit Pool Care",
description: "Merit Pool Care provides professional pool maintenance and care services to Austin-area homeowners. Specializing in recurring pool cleaning, chemical balancing, and equipment repairs, Merit Pool Care keeps residential pools safe, clean, and properly maintained throughout the year. Their experienced team handles routine service calls to ensure pools stay in top condition.",
telephone: "+1-512-572-6688",
address: {
@type: "PostalAddress",
streetAddress: "3808 Tamil St",
addressLocality: "Austin",
addressRegion: "TX",
postalCode: "78749",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 30.212286199999998,
longitude: -97.8370716
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "13",
bestRating: "5"
},
areaServed: "Austin, TX and surrounding areas",
knowsAbout: "Pool & Spa Services, Residential pool owners seeking regular maintenance, homeowners who want consistent water chemistry management, property owners wanting equipment reliability",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Routine Pool Maintenance Focus"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Austin-Based Service"
}
],
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.