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: "Asante Paint Company & Decor",
description: "Asante Paint Company & Decor is a full-service painting company located in Fresno, CA that specializes in both interior and exterior painting projects. They offer professional painting services with attention to detail and quality craftsmanship for residential clients throughout the Fresno area.",
url: "http://www.asantepaintco.com/",
telephone: "+1-844-415-3192",
address: {
@type: "PostalAddress",
streetAddress: "1444 Fulton St",
addressLocality: "Fresno",
addressRegion: "CA",
postalCode: "93721",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 36.738915,
longitude: -119.7951043
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "1",
bestRating: "5"
},
areaServed: "Fresno, CA and surrounding areas",
knowsAbout: "Interior & Exterior Painting, Homeowners needing interior or exterior painting, property managers, residential renovations",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Painting"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Fresno Business"
}
],
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.