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: "Sweaty's Lawn Care",
description: "Sweaty's Lawn Care is a full-service landscaping and lawn maintenance company serving the Chattanooga area with weekly and bi-weekly mowing, landscape design, planting, mulching, fertilization programs, and seasonal cleanups. Owner-operated with a focus on professional, reliable service and customer satisfaction.",
url: "https://sweatyslawncare.com/",
telephone: "+1-423-203-1115",
address: {
@type: "PostalAddress",
streetAddress: "6550 Standifer Gap Rd",
addressLocality: "Chattanooga",
addressRegion: "TN",
postalCode: "37421",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.0558522,
longitude: -85.171317
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "52",
bestRating: "5"
},
areaServed: "Chattanooga, TN and surrounding areas",
knowsAbout: "Landscaping & Lawn Care, Homeowners seeking reliable weekly lawn maintenance, Property owners wanting landscape design and improvement, Busy professionals needing hands-off yard care",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Owner-Operated Service"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Landscaping"
}
],
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.