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: "123 Painting Solutions inc",
description: "123 Painting Solutions Inc is a Chicago-based painting contractor offering comprehensive interior and exterior painting services for residential and commercial properties. With a 4.9-star rating from customers, they bring experienced craftsmanship and attention to detail to every project, from fresh interior walls to exterior home transformations.",
telephone: "+1-773-318-9945",
address: {
@type: "PostalAddress",
streetAddress: "4504 N Moody Ave",
addressLocality: "Chicago",
addressRegion: "IL",
postalCode: "60630",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 41.962339199999995,
longitude: -87.7810585
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "37",
bestRating: "5"
},
areaServed: "Chicago, IL and surrounding areas",
knowsAbout: "Interior & Exterior Painting, Homeowners needing interior or exterior repaints, commercial property managers, renovation contractors",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Chicago Expertise"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive 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.