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: "Craft Painting LLC",
description: "Craft Painting LLC is a professional painting company based in Clearwater, Florida, specializing in both interior and exterior residential painting projects. The team delivers quality craftsmanship with attention to detail, offering color consultation services to help clients select the perfect finishes for their homes. They serve the greater Tampa Bay area and surrounding communities with reliable, professional painting solutions.",
url: "https://craft-painting.com/",
telephone: "+1-813-291-9310",
address: {
@type: "PostalAddress",
streetAddress: "1288 Fruitland Ave",
addressLocality: "Clearwater",
addressRegion: "FL",
postalCode: "33764",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 27.950083099999997,
longitude: -82.7357889
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "33",
bestRating: "5"
},
areaServed: "Clearwater, Tampa Bay, and surrounding Florida communities",
knowsAbout: "Interior & Exterior Painting, Homeowners seeking quality residential painting, First-time painters wanting professional guidance, Homeowners needing interior or exterior refreshes",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Color Consultation Services"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Interior & Exterior Expertise"
}
],
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.