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: "Grassland Pool & Spa",
description: "Grassland Pool & Spa is a full-service pool and spa company serving the Franklin area with expertise in pool construction, maintenance, and spa services. They handle everything from building new pools to seasonal openings and closings, water chemistry balancing, and equipment repairs to keep pools and hot tubs running smoothly year-round.",
telephone: "+1-615-767-4765",
address: {
@type: "PostalAddress",
streetAddress: "2191 Hillsboro Rd",
addressLocality: "Franklin",
addressRegion: "TN",
postalCode: "37069",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.9972521,
longitude: -86.88703450000001
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "3.4",
reviewCount: "12",
bestRating: "5"
},
areaServed: "Franklin, Tennessee and surrounding areas",
knowsAbout: "Pool & Spa Services, Homeowners with pools or hot tubs, new pool builders, seasonal pool maintenance needs",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Pool & Spa Expertise"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Franklin Presence"
}
],
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.