Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 49 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Green Stream Irrigation",
description: "Green Stream Irrigation is a local irrigation specialist serving the Fredericksburg area with system design, installation, and maintenance services. The company focuses on efficient water management solutions for residential and commercial properties, helping customers maintain healthy landscapes while managing water resources responsibly.",
telephone: "+1-540-710-5300",
address: {
@type: "PostalAddress",
addressLocality: "Fredericksburg",
addressRegion: "VA",
postalCode: "22408",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.3031837,
longitude: -77.4605399
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "3",
reviewCount: "4",
bestRating: "5"
},
areaServed: "Fredericksburg, VA and surrounding areas",
knowsAbout: "Irrigation Systems, Homeowners with landscaping, Commercial properties requiring irrigation systems, Customers seeking water-efficient landscape solutions",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Expertise"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Services"
}
],
publisher: {
@type: "Organization",
name: "Lantern",
url: "https://lantern.llc",
contactPoint: {
@type: "ContactPoint",
email: "ai@lantern.llc",
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.