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: "Metro Lawn Care",
description: "Metro Lawn Care provides comprehensive landscaping and lawn maintenance services to Chattanooga-area residential and commercial properties. The team handles regular lawn care, seasonal maintenance, and landscape design to keep properties looking well-maintained year-round.",
telephone: "+1-423-894-9896",
address: {
@type: "PostalAddress",
streetAddress: "4877 Geminus Dr",
addressLocality: "Chattanooga",
addressRegion: "TN",
postalCode: "37416",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.071410799999995,
longitude: -85.19206550000001
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.1",
reviewCount: "22",
bestRating: "5"
},
areaServed: "Chattanooga, TN and surrounding areas",
knowsAbout: "Landscaping & Lawn Care, Homeowners seeking regular lawn maintenance, Commercial property managers, Property owners wanting seasonal landscape care",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Service Provider"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Residential & Commercial Work"
}
],
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.