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: "Prime Painters",
description: "Prime Painters is a local painting contractor serving Lubbock and surrounding areas. They offer professional interior and exterior painting services for residential and commercial properties. With years of experience, Prime Painters delivers quality finishes and reliable service to homeowners and business owners throughout the region.",
telephone: "+1-806-589-0743",
address: {
@type: "PostalAddress",
streetAddress: "3108 74th St",
addressLocality: "Lubbock",
addressRegion: "TX",
postalCode: "79423",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.5268727,
longitude: -101.88224369999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "3.7",
reviewCount: "3",
bestRating: "5"
},
areaServed: "Lubbock, TX and surrounding areas",
knowsAbout: "Interior & Exterior Painting, Homeowners, business owners, property managers seeking local painting contractors",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Lubbock Business"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Residential & Commercial Services"
}
],
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.