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: "Stanton House Painters",
description: "Stanton House Painters is a locally-owned residential painting company serving Stanton and surrounding Orange County communities. They specialize in interior and exterior house painting with a focus on quality craftsmanship and attention to detail. The team handles both small touch-up projects and full home repaints, working with homeowners to select colors and finishes that match their vision.",
url: "https://www.stantonhousepainters.com/",
telephone: "+1-714-462-1752",
address: {
@type: "PostalAddress",
streetAddress: "8470 W Cerritos Ave",
addressLocality: "Stanton",
addressRegion: "CA",
postalCode: "90680",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.809539,
longitude: -117.98514100000001
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "13",
bestRating: "5"
},
areaServed: "Stanton, CA and surrounding Orange County areas",
knowsAbout: "Interior & Exterior Painting, Homeowners needing interior or exterior painting, Stanton residents, property owners managing single-family homes",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Owner-Operated Business"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Residential Painting Specialist"
}
],
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.