Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 50 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Extreme Custom Painting",
description: "Extreme Custom Painting is a Port St. Lucie-based painting contractor specializing in custom interior and exterior painting services for residential properties. The company handles full-service painting projects including surface preparation, color consultation, and professional finishing work. They focus on delivering high-quality results tailored to each client's specific needs and vision.",
telephone: "+1-772-240-3444",
address: {
@type: "PostalAddress",
streetAddress: "2019 SW Import Dr",
addressLocality: "Port St. Lucie",
addressRegion: "FL",
postalCode: "34953",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 27.278871799999997,
longitude: -80.40956589999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "10",
bestRating: "5"
},
areaServed: "Port St. Lucie and surrounding areas",
knowsAbout: "Interior & Exterior Painting, Homeowners seeking custom interior or exterior painting, Property owners wanting personalized color consultation",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Custom Painting Focus"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Port St. Lucie Operator"
}
],
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.