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: "ProTec Painting Company",
description: "ProTec Painting Company is a professional painting service based in Calimesa, CA, serving the local community with quality residential and commercial painting solutions. With a focus on attention to detail and customer satisfaction, they handle both interior and exterior projects to refresh and protect properties.",
url: "http://protecpaint.com/",
telephone: "+1-909-795-4266",
address: {
@type: "PostalAddress",
streetAddress: "1042 5th St",
addressLocality: "Calimesa",
addressRegion: "CA",
postalCode: "92320",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.999705399999996,
longitude: -117.05657180000001
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.3",
reviewCount: "10",
bestRating: "5"
},
areaServed: "Calimesa, CA and surrounding areas",
knowsAbout: "Interior & Exterior Painting, Homeowners needing interior or exterior painting, Property managers, Small business owners",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Calimesa Business"
},
{
@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.