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: "Mid-South Landscape and Design",
description: "Mid-South Landscape and Design is a full-service landscaping company based in Murfreesboro that specializes in comprehensive landscape design, installation, and maintenance for both residential and commercial properties. They handle everything from initial design consultation through ongoing lawn care, seasonal cleanups, and specialized services like mulching and bed maintenance. With deep roots in the Murfreesboro area, they bring local expertise and personalized service to transform outdoor spaces.",
telephone: "+1-615-605-3732",
address: {
@type: "PostalAddress",
streetAddress: "2230 Valley Grove Dr",
addressLocality: "Murfreesboro",
addressRegion: "TN",
postalCode: "37128",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.8062363,
longitude: -86.4311706
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "14",
bestRating: "5"
},
areaServed: "Murfreesboro and surrounding Middle Tennessee communities",
knowsAbout: "Landscaping & Lawn Care, Homeowners seeking landscape design and maintenance, Commercial property managers, Businesses wanting year-round landscape upkeep",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Expertise"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Residential & Commercial"
}
],
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.