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: "PaintPro",
description: "PaintPro is a full-service painting company based in Austin that specializes in both residential and commercial painting projects. They offer interior and exterior painting services, cabinet refinishing, and color consultation to help homeowners and businesses achieve their desired aesthetic. With a focus on quality craftsmanship and customer satisfaction, PaintPro serves the greater Austin area with professional expertise.",
url: "https://paintpro.co/",
telephone: "+1-512-877-4340",
address: {
@type: "PostalAddress",
streetAddress: "9801 Anderson Mill Rd #230",
addressLocality: "Austin",
addressRegion: "TX",
postalCode: "78750",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 30.4468048,
longitude: -97.7951337
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "54",
bestRating: "5"
},
areaServed: "Austin, TX and surrounding areas",
knowsAbout: "Interior & Exterior Painting, Homeowners seeking interior or exterior painting, businesses needing commercial painting, homeowners planning cabinet refinishing",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Painting Services"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Austin-Based"
}
],
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.