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: "SSanchez irrigation llc",
description: "SSanchez Irrigation LLC provides irrigation system design, installation, and maintenance services for residential and commercial properties in Northern Virginia. Based in Woodbridge, they specialize in creating efficient watering solutions tailored to local climate conditions and landscape needs.",
telephone: "+1-571-343-9691",
address: {
@type: "PostalAddress",
streetAddress: "1302 E St",
addressLocality: "Woodbridge",
addressRegion: "VA",
postalCode: "22191",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.660362,
longitude: -77.2558145
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "3.5",
reviewCount: "2",
bestRating: "5"
},
areaServed: "Woodbridge, VA and surrounding Northern Virginia communities",
knowsAbout: "Irrigation Systems, Homeowners needing landscape irrigation systems, commercial property managers, new construction landscaping projects",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Expertise"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full Service"
}
],
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.