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: "Frankie's pool and spa services",
description: "Frankie's Pool and Spa Services is a local pool and spa provider located in Dickson, TN, offering maintenance and service solutions for residential pool and hot tub owners. With direct local service and personalized attention, they handle the technical aspects of pool care so homeowners can focus on enjoying their investment.",
telephone: "+1-615-403-5989",
address: {
@type: "PostalAddress",
streetAddress: "2225 TN-47",
addressLocality: "Dickson",
addressRegion: "TN",
postalCode: "37055",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 36.0617629,
longitude: -87.34317380000002
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "1",
reviewCount: "1",
bestRating: "5"
},
areaServed: "Dickson, TN and surrounding Middle Tennessee communities",
knowsAbout: "Pool & Spa Services, Residential pool owners, Hot tub owners, Homeowners seeking local pool maintenance",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Dickson Service"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Pool & Spa 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.