Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 45 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Miami Painting Pros",
description: "Miami Painting Pros is a local painting contractor serving the Miami area with residential and commercial painting services. Based in Miami, they offer interior and exterior painting solutions for homes and businesses. Contact them at (786) 410-3070 or visit their website to discuss your painting project needs.",
url: "https://www.paintingcompaniesinmiami.com/contact-us",
telephone: "+1-786-410-3070",
address: {
@type: "PostalAddress",
streetAddress: "8015 NW 64th St",
addressLocality: "Miami",
addressRegion: "FL",
postalCode: "33166",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 25.8321145,
longitude: -80.32761719999999
},
areaServed: "Miami and surrounding areas, South Florida",
knowsAbout: "Interior & Exterior Painting, Miami homeowners, Commercial property owners, Property managers",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Miami-Based"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Residential & Commercial Services"
}
],
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.