Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 51 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Southside Irrigation",
description: "Southside Irrigation is a local irrigation specialist serving the Chesapeake area with comprehensive system design, installation, and maintenance services. They handle everything from new system installations to repairs, winterization, and spring startups, helping residential and commercial properties maintain healthy landscapes with efficient watering solutions.",
url: "https://southsideirrigation.com/",
telephone: "+1-757-409-0342",
address: {
@type: "PostalAddress",
streetAddress: "1252 Kingsway Dr",
addressLocality: "Chesapeake",
addressRegion: "VA",
postalCode: "23320",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 36.7608032,
longitude: -76.24543790000001
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.2",
reviewCount: "5",
bestRating: "5"
},
areaServed: "Chesapeake, VA and surrounding areas",
knowsAbout: "Irrigation Systems, Homeowners with established lawns, Commercial property managers, Landscaping companies needing irrigation contractor support",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Irrigation Care"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Expertise"
}
],
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.