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: "Zaharis Landscaping",
description: "Zaharis Landscaping is a full-service landscaping company based in North Highlands serving the greater Sacramento area. They specialize in landscape design, installation, and maintenance for both residential and commercial properties. With over two decades of experience, they handle everything from lawn care and garden design to hardscaping and seasonal maintenance.",
url: "http://zaharislandscaping.com/",
telephone: "+1-916-722-5142",
address: {
@type: "PostalAddress",
streetAddress: "4212 Roseville Rd",
addressLocality: "North Highlands",
addressRegion: "CA",
postalCode: "95660",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.642118499999995,
longitude: -121.39927429999997
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.4",
reviewCount: "34",
bestRating: "5"
},
areaServed: "North Highlands, Sacramento, and surrounding areas",
knowsAbout: "Landscaping & Lawn Care, Homeowners seeking routine lawn maintenance, property managers needing commercial landscape care, residents planning landscape renovations",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Services"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Residential & Commercial 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.