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: "Cruz Irrigation Services And More",
description: "Cruz Irrigation Services And More is a general contractor based in Knoxville that specializes in irrigation system installation and maintenance. Operating from their Oak Ridge Highway location, they provide comprehensive irrigation solutions for residential and commercial properties in the Knoxville area.",
telephone: "+1-865-317-5579",
address: {
@type: "PostalAddress",
streetAddress: "8336 Oak Ridge Hwy",
addressLocality: "Knoxville",
addressRegion: "TN",
postalCode: "37931",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.9782687,
longitude: -84.150838
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "1",
bestRating: "5"
},
areaServed: "Knoxville, TN and surrounding areas",
knowsAbout: "Irrigation Systems, Homeowners, commercial property managers, landscaping contractors",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Irrigation Expert"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Knoxville Contractor"
}
],
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.