Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 49 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Nate's Pool Service & Repair",
description: "Nate's Pool Service & Repair is a locally-owned pool maintenance and repair company serving the Newton area. They specialize in pool cleaning, equipment repair, and seasonal opening and closing services to keep residential pools in top condition throughout the year.",
address: {
@type: "PostalAddress",
streetAddress: "Newtonville",
addressLocality: "Newton",
addressRegion: "MA",
postalCode: "02460",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 42.3441335,
longitude: -71.20611540000002
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "2",
bestRating: "5"
},
areaServed: "Newton and surrounding areas",
knowsAbout: "Pool & Spa Services, Newton-area homeowners with residential pools, families seeking reliable seasonal pool opening and closing, property owners needing regular pool maintenance",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local, Personalized Service"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Pool Care"
}
],
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.