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: "ordonez irrigation llc",
description: "Ordonez Irrigation LLC is a Marietta-based irrigation contractor specializing in residential and commercial irrigation system installation, repair, and maintenance. With a focus on quality craftsmanship and customer service, they design and install custom irrigation solutions tailored to local Georgia landscapes and seasonal needs.",
telephone: "+1-770-431-9347",
address: {
@type: "PostalAddress",
streetAddress: "232 Dorris Dr",
addressLocality: "Marietta",
addressRegion: "GA",
postalCode: "30060",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.893841,
longitude: -84.5602507
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "12",
bestRating: "5"
},
areaServed: "Marietta and surrounding North Atlanta areas",
knowsAbout: "Irrigation Systems, Homeowners seeking reliable irrigation installation, property managers with multiple accounts, landscapers needing subcontractor support",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Custom System Design"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Support"
}
],
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.