Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 56 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "AAA Painting Company",
description: "AAA Painting Company, owned and operated by John Patterson and his son Justin, specializes in high-quality interior and exterior painting for both residential and commercial properties throughout the Inland Empire. They focus on superior craftsmanship using premium materials while maintaining affordable pricing, and offer color consultation and cost-saving tips to help homeowners achieve their desired results without compromising quality.",
url: "https://aaapaintingriverside.com/",
telephone: "+1-951-685-1595",
address: {
@type: "PostalAddress",
streetAddress: "9089 Galena St",
addressLocality: "Riverside",
addressRegion: "CA",
postalCode: "92509",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 34.0049184,
longitude: -117.48135850000001
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "40",
bestRating: "5"
},
areaServed: "Riverside, CA and Inland Empire",
knowsAbout: "Interior & Exterior Painting, Homeowners seeking quality interior and exterior painting, Commercial property owners, Budget-conscious clients who don't want to compromise on quality",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Family-Owned & Operated"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Quality + Affordability"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Expert Color Guidance"
}
],
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.