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: "Mike Jones painting LLC",
description: "Mike Jones Painting LLC is a local painting contractor serving the Moncks Corner area and surrounding communities. They offer professional interior and exterior painting services for residential properties, delivering quality craftsmanship and attention to detail on every project.",
telephone: "+1-854-219-0120",
address: {
@type: "PostalAddress",
streetAddress: "131 Underbrush Ct",
addressLocality: "Moncks Corner",
addressRegion: "SC",
postalCode: "29461",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.1690932,
longitude: -80.0331233
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "24",
bestRating: "5"
},
areaServed: "Moncks Corner, SC and surrounding areas",
knowsAbout: "Interior & Exterior Painting, Homeowners seeking residential painting, Property owners needing interior or exterior updates",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local, Independent Operation"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Residential 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.