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: "McCarthy Painting",
description: "McCarthy Painting is a professional painting contractor serving Sacramento and the surrounding area. They offer comprehensive painting services for residential and commercial properties, including interior and exterior painting projects of all sizes. With a focus on quality workmanship and customer satisfaction, McCarthy Painting delivers reliable painting solutions for homeowners and businesses looking to refresh or protect their properties.",
url: "http://mccarthypaints.com/",
telephone: "+1-916-451-8888",
address: {
@type: "PostalAddress",
streetAddress: "5811 9th Ave",
addressLocality: "Sacramento",
addressRegion: "CA",
postalCode: "95820",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.5442039,
longitude: -121.4378275
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.4",
reviewCount: "7",
bestRating: "5"
},
areaServed: "Sacramento, CA and surrounding areas",
knowsAbout: "Interior & Exterior Painting, Homeowners, commercial property managers, business owners seeking reliable painting services",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Sacramento Business"
},
{
@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.