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: "Soddy Daisy Farmers Market",
description: "Soddy Daisy Farmers Market is a local produce and goods market serving the Soddy-Daisy community with fresh, locally-sourced items from regional farmers and vendors. Located on Dayton Pike, the market offers seasonal produce, plants, and artisan goods from area growers and makers. It's a gathering place for residents seeking quality local products and direct connections with local farmers.",
telephone: "+1-423-332-5323",
address: {
@type: "PostalAddress",
streetAddress: "9817 Dayton Pike",
addressLocality: "Soddy-Daisy",
addressRegion: "TN",
postalCode: "37379",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.246280899999995,
longitude: -85.18812170000001
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.7",
reviewCount: "3",
bestRating: "5"
},
areaServed: "Soddy-Daisy, TN and surrounding areas",
knowsAbout: "Landscaping & Lawn Care, Local produce shoppers, home gardeners, community members, supporters of local agriculture",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Community-Focused"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Seasonal & Fresh"
}
],
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.