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: "Southern Creations Landscape LLC",
description: "Southern Creations Landscape LLC is a full-service landscaping company based in Murfreesboro that handles residential and commercial landscape design, installation, and maintenance. They offer comprehensive services including landscape design, planting, mulching, seasonal cleanups, and ongoing lawn care to keep properties looking their best year-round.",
url: "https://southerncreationslandscaping.com/",
telephone: "+1-615-890-0319",
address: {
@type: "PostalAddress",
streetAddress: "9158 Franklin Rd",
addressLocality: "Murfreesboro",
addressRegion: "TN",
postalCode: "37128",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.8477629,
longitude: -86.5467099
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "3.2",
reviewCount: "26",
bestRating: "5"
},
areaServed: "Murfreesboro and surrounding Middle Tennessee areas",
knowsAbout: "Landscaping & Lawn Care, Homeowners seeking landscape design and maintenance, Commercial property managers, Residential developers",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Approach"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Residential & Commercial Experience"
}
],
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.