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: "Perfect Painting Co.",
description: "Perfect Painting Co. is a professional painting contractor serving Lake Forest and surrounding Orange County areas. They specialize in interior and exterior residential painting, offering comprehensive services from color consultation to final touches. With a focus on quality craftsmanship and customer satisfaction, they handle projects of all sizes with attention to detail and professional preparation.",
url: "https://perfectpaintingco.net/lake-forest/",
telephone: "+1-949-993-0239",
address: {
@type: "PostalAddress",
streetAddress: "24374 Rockfield Blvd",
addressLocality: "Lake Forest",
addressRegion: "CA",
postalCode: "92630",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.6148868,
longitude: -117.70412689999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.7",
reviewCount: "12",
bestRating: "5"
},
areaServed: "Lake Forest, CA and surrounding Orange County communities",
knowsAbout: "Interior & Exterior Painting, Homeowners needing interior or exterior paint refresh, property owners seeking professional residential painting services",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Color Consultation"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Painting"
}
],
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.