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: "Big Sky Landscapes",
description: "Big Sky Landscapes is a full-service landscaping company serving the Chattanooga area with expertise in landscape design, installation, and maintenance. They handle everything from planting beds and garden installations to lawn maintenance, mulching, and seasonal cleanups. Their team delivers quality outdoor work tailored to residential and commercial properties.",
url: "https://www.bigskylandscapes.com/contact",
telephone: "+1-423-488-8905",
address: {
@type: "PostalAddress",
streetAddress: "1406 E 51st St",
addressLocality: "Chattanooga",
addressRegion: "TN",
postalCode: "37404",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 34.9848514,
longitude: -85.2942065
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "74",
bestRating: "5"
},
areaServed: "Chattanooga, TN and surrounding areas",
knowsAbout: "Landscaping & Lawn Care, Homeowners needing regular lawn care, Businesses maintaining commercial grounds, Property owners planning landscape renovations",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Capabilities"
},
{
@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.