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: "Lime Green Lawn Services",
description: "Lime Green Lawn Services is a Murfreesboro-based lawn care company dedicated to keeping residential properties looking pristine year-round. They offer comprehensive lawn maintenance services including weekly and bi-weekly mowing, seasonal cleanups, and ongoing yard care to help homeowners maintain healthy, attractive landscapes without the hassle.",
telephone: "+1-615-995-0777",
address: {
@type: "PostalAddress",
streetAddress: "1441 St Andrews Dr",
addressLocality: "Murfreesboro",
addressRegion: "TN",
postalCode: "37128",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.8313214,
longitude: -86.44881939999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "3",
bestRating: "5"
},
areaServed: "Murfreesboro, TN and surrounding areas",
knowsAbout: "Landscaping & Lawn Care, Busy homeowners, residential property owners, those seeking consistent weekly lawn maintenance",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Murfreesboro 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.