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: "Gary Stuart Painting & Sandblasting",
description: "Gary Stuart Painting & Sandblasting offers comprehensive painting and surface preparation services in Twin Falls. The business specializes in both painting and sandblasting, providing solutions for property owners who need preparation work before painting or standalone surface restoration. With a focus on quality craftsmanship, they serve residential and commercial clients throughout the Twin Falls area.",
telephone: "+1-208-734-0928",
address: {
@type: "PostalAddress",
streetAddress: "1859 Alturas Dr N",
addressLocality: "Twin Falls",
addressRegion: "ID",
postalCode: "83301",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 42.570179499999995,
longitude: -114.4487894
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "3",
reviewCount: "4",
bestRating: "5"
},
areaServed: "Twin Falls, ID and surrounding areas",
knowsAbout: "Interior & Exterior Painting, Property owners needing surface preparation, commercial clients, homeowners with restoration projects",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Sandblasting Services"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Combined 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.