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: "Holloway Lawn And Sprinkler Company",
description: "Holloway Lawn And Sprinkler Company is a full-service landscaping and irrigation contractor serving the Suffolk, VA area. They specialize in lawn maintenance, sprinkler system installation, and irrigation services for residential properties. With over a decade of local experience, they're known for reliable service and attention to detail in both new system installations and ongoing maintenance.",
telephone: "+1-757-685-1888",
address: {
@type: "PostalAddress",
streetAddress: "142 Ashford Dr",
addressLocality: "Suffolk",
addressRegion: "VA",
postalCode: "23434",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 36.7721795,
longitude: -76.58843949999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.5",
reviewCount: "6",
bestRating: "5"
},
areaServed: "Suffolk, VA and surrounding areas",
knowsAbout: "Irrigation Systems, Homeowners seeking lawn care and irrigation maintenance, property owners installing new sprinkler systems",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Established Business"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Approach"
}
],
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.