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: "Yellow Jacket Lawn Care Service",
description: "Yellow Jacket Lawn Care Service is a Hayward-based lawn maintenance company dedicated to keeping residential and commercial properties looking their best year-round. They offer comprehensive lawn care services including regular maintenance, landscaping design, seasonal cleanups, and irrigation system service. With a focus on quality workmanship and customer satisfaction, Yellow Jacket serves the greater Hayward area with professional, reliable lawn care solutions.",
url: "https://www.yellowjacketlawncare.org/",
telephone: "+1-510-925-7018",
address: {
@type: "PostalAddress",
streetAddress: "2474 American Ave",
addressLocality: "Hayward",
addressRegion: "CA",
postalCode: "94545",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.6470957,
longitude: -122.12803249999997
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "4",
bestRating: "5"
},
areaServed: "Hayward and surrounding East Bay communities",
knowsAbout: "Landscaping & Lawn Care, Homeowners, property managers, small commercial property owners seeking consistent, professional lawn maintenance",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Hayward Company"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Lawn Care"
}
],
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.