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: "JBMG Lawn Care",
description: "JBMG Lawn Care is an independent lawn maintenance service based in Orem that specializes in professional residential lawn care. They provide comprehensive yard services including weekly and bi-weekly lawn maintenance, seasonal cleanups, and landscape design to keep properties looking their best throughout the year.",
telephone: "+1-801-380-0475",
address: {
@type: "PostalAddress",
streetAddress: "78 W 400 S",
addressLocality: "Orem",
addressRegion: "UT",
postalCode: "84058",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 40.290095,
longitude: -111.697223
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "11",
bestRating: "5"
},
areaServed: "Orem and surrounding areas in Utah County",
knowsAbout: "Landscaping & Lawn Care, Homeowners seeking reliable weekly lawn maintenance, Residential properties needing seasonal yard cleanup",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local, Independent Service"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Lawn Solutions"
}
],
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.