Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 51 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Quality Painting Solutions",
description: "Quality Painting Solutions is an independently-owned painting contractor serving the Nashville area from their Antioch base. They specialize in residential interior and exterior painting, offering comprehensive services from surface preparation to final finishing. Their team is known for attention to detail, professional workmanship, and customer-focused service.",
url: "https://qualitypaintingnashville.com/",
telephone: "+1-615-720-2040",
address: {
@type: "PostalAddress",
streetAddress: "4017 Darlene Dr",
addressLocality: "Antioch",
addressRegion: "TN",
postalCode: "37013",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 36.058991,
longitude: -86.696354
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "37",
bestRating: "5"
},
areaServed: "Nashville and surrounding areas including Antioch, Madison, and Hermitage",
knowsAbout: "Interior & Exterior Painting, Homeowners seeking residential interior or exterior painting, property managers maintaining multi-unit properties",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Painting"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local, Independent Operator"
}
],
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.