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: "Mascaro Irrigation Service",
description: "Mascaro Irrigation Service provides irrigation system installation, repair, and maintenance for residential properties in the Knoxville area. With years of experience serving local homeowners, they offer comprehensive solutions to keep landscapes properly watered year-round, from system design and installation to seasonal maintenance and troubleshooting.",
telephone: "+1-865-742-2341",
address: {
@type: "PostalAddress",
streetAddress: "5516 Oakside Dr",
addressLocality: "Knoxville",
addressRegion: "TN",
postalCode: "37920",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.9048101,
longitude: -83.947698
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "2",
reviewCount: "4",
bestRating: "5"
},
areaServed: "Knoxville, Tennessee and surrounding areas",
knowsAbout: "Irrigation Systems, Homeowners with established landscapes, property managers, residential customers seeking seasonal irrigation maintenance",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Expertise"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Solutions"
}
],
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.