Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 44 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "East Tennessee",
description: "East Tennessee is a pressure-washing service based in Knoxville that specializes in cleaning residential and commercial properties. With a focus on thorough cleaning solutions, they help homeowners and businesses maintain their properties through professional pressure-washing services.",
telephone: "+1-865-207-0294",
address: {
@type: "PostalAddress",
streetAddress: "1111 Spy Glass Way",
addressLocality: "Knoxville",
addressRegion: "TN",
postalCode: "37922",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.889469,
longitude: -84.07759899999999
},
areaServed: "Knoxville, Tennessee and surrounding East Tennessee communities",
knowsAbout: "Homeowners seeking exterior cleaning, Property managers, Small business owners",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Knoxville Service"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Residential & Commercial"
}
],
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.