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: "Heads Up Irrigation",
description: "Heads Up Irrigation is a general contracting and irrigation service company based in Silver Spring, Maryland. They specialize in irrigation system installation, repair, and maintenance for residential and commercial properties. With a focus on quality workmanship and customer service, Heads Up Irrigation helps property owners maintain healthy landscapes through reliable irrigation solutions.",
telephone: "+1-301-924-6400",
address: {
@type: "PostalAddress",
streetAddress: "PO Box 6922",
addressLocality: "Silver Spring",
addressRegion: "MD",
postalCode: "20916",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 39.08,
longitude: -77.08
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "4",
bestRating: "5"
},
areaServed: "Silver Spring, Maryland and surrounding communities",
knowsAbout: "Irrigation Systems, Homeowners, Property managers, Landscape maintenance professionals",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Established Local Service"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Irrigation 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.