Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 46 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Irrigation Equipment Co",
description: "Irrigation Equipment Co supplies irrigation systems, equipment, and supplies to the Berkeley area. Based on their business classification as a supplier and their domain focus, they provide irrigation products and likely installation or maintenance services for residential and commercial properties.",
url: "http://www.irrigationequipmentcompany.com/",
telephone: "+1-510-841-9651",
address: {
@type: "PostalAddress",
streetAddress: "2818 Eighth St",
addressLocality: "Berkeley",
addressRegion: "CA",
postalCode: "94710",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.8547886,
longitude: -122.29154829999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.6",
reviewCount: "31",
bestRating: "5"
},
areaServed: "Berkeley, CA and surrounding areas",
knowsAbout: "Irrigation Systems, Property owners needing irrigation equipment and supplies, landscape contractors, farmers",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Established Local Supplier"
}
],
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.