Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 45 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "The Lubbock Painting Company",
description: "The Lubbock Painting Company is a local painting service in Lubbock, Texas offering professional painting solutions for residential and commercial properties. Based on Broadway Street in downtown Lubbock, they provide quality craftsmanship and personalized service to the local community.",
url: "http://lubbocktxpainters.com/",
telephone: "+1-806-451-3626",
address: {
@type: "PostalAddress",
streetAddress: "1019 Broadway St",
addressLocality: "Lubbock",
addressRegion: "TX",
postalCode: "79401",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.584308,
longitude: -101.8464879
},
areaServed: "Lubbock, Texas and surrounding areas",
knowsAbout: "Interior & Exterior Painting, Homeowners, Commercial property owners, Lubbock residents needing interior or exterior painting",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Lubbock Business"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Professional Painting 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.