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: "Rc home maintenance and Improvement",
description: "RC Home Maintenance and Improvement is a general contracting company based in Chicago serving the local area with home improvement and maintenance services. As a licensed general contractor, they handle various residential projects from repairs to renovations.",
telephone: "+1-630-460-3059",
address: {
@type: "PostalAddress",
streetAddress: "5801 N Northwest Hwy",
addressLocality: "Chicago",
addressRegion: "IL",
postalCode: "60631",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 41.987221999999996,
longitude: -87.789253
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "1.8",
reviewCount: "17",
bestRating: "5"
},
areaServed: "Chicago and surrounding areas",
knowsAbout: "General Contractors & Remodelers, Homeowners seeking general contracting services for maintenance and improvement projects",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "General Contracting 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.