Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 56 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "That 1 Painter Nashville",
description: "That 1 Painter Nashville is a full-service painting company serving the greater Nashville area from their Franklin location. They offer interior and exterior residential painting, cabinet refinishing, color consultation, and free estimates for homeowners looking to refresh their spaces. With a focus on quality craftsmanship and personalized service, they handle everything from accent walls to whole-home painting projects.",
url: "https://that1painter.com/nashville-tennessee/",
telephone: "+1-629-230-2345",
address: {
@type: "PostalAddress",
streetAddress: "2550 Meridian Blvd #200",
addressLocality: "Franklin",
addressRegion: "TN",
postalCode: "37067",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.9516738,
longitude: -86.8093178
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "189",
bestRating: "5"
},
areaServed: "Franklin, Nashville, and surrounding Middle Tennessee communities",
knowsAbout: "Interior & Exterior Painting, Homeowners seeking interior refreshes, exterior repaints, kitchen cabinet refinishing, property sellers preparing homes for market",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Free Estimates & Consultation"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full Service Coverage"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Franklin-Based Operation"
}
],
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.