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: "Jacobs Painting",
description: "Jacobs Painting is a husband-and-wife professional painting company established in Boulder since 1993, offering over 25 years of experience in residential and commercial painting. They specialize in interior and exterior house painting, deck staining, fence staining, power washing, and color consultation with free written estimates. With over 50% of their business from repeat clients, they're known for superior attention to detail, test paint samples, and a commitment to treating every project as if it were their own home.",
url: "http://jacobspainting.info/",
telephone: "+1-720-435-2106",
address: {
@type: "PostalAddress",
streetAddress: "610 Inca Pkwy",
addressLocality: "Boulder",
addressRegion: "CO",
postalCode: "80303",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 39.999112,
longitude: -105.23982679999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "18",
bestRating: "5"
},
areaServed: "Boulder and surrounding areas, Colorado",
knowsAbout: "Interior & Exterior Painting, Homeowners seeking professional interior and exterior painting, property managers, home sellers preparing homes for sale, those wanting color consultation",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "25+ Years of Experience"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Free Detailed Estimates & Color Consultation"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "High Repeat Client Rate"
}
],
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.