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: "Home & Lawn Services LLC",
description: "Home & Lawn Services LLC is a general contractor based in Murfreesboro offering comprehensive home and lawn maintenance solutions. While specific service details are limited in available information, the business combines both interior home services and exterior lawn care into a single package for residential customers seeking convenient, unified property maintenance.",
telephone: "+1-615-225-7161",
address: {
@type: "PostalAddress",
streetAddress: "1000 Medical Center Pkwy",
addressLocality: "Murfreesboro",
addressRegion: "TN",
postalCode: "37129",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.8556473,
longitude: -86.4036825
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.7",
reviewCount: "13",
bestRating: "5"
},
areaServed: "Murfreesboro, TN and surrounding areas",
knowsAbout: "Handyman Services, Homeowners seeking simplified property maintenance, Residential customers wanting single-point contact for multiple services",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Combined Home & Lawn Services"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Murfreesboro-Based"
}
],
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.