Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 56 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Redstart Foods",
description: "Redstart Foods delivers restaurant-quality prepared meals and pantry items made from scratch to homes throughout the Piedmont Triangle. Each week, they craft a rotating menu based on seasonal, local ingredients, with customers ordering online Thursday-Saturday for Tuesday delivery. Their service covers Durham, Raleigh, Chapel Hill, Carrboro, and Hillsborough, making it easy to enjoy chef-prepared dinners without cooking.",
url: "http://www.redstartfoods.com/",
telephone: "+1-919-237-3086",
address: {
@type: "PostalAddress",
streetAddress: "2827 N Roxboro St",
addressLocality: "Durham",
addressRegion: "NC",
postalCode: "27704",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 36.0275764,
longitude: -78.8902979
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "69",
bestRating: "5"
},
areaServed: "Durham, Raleigh, Chapel Hill, Carrboro, and Hillsborough, NC",
knowsAbout: "Catering, Busy professionals, health-conscious home cooks, people seeking restaurant-quality meals without cooking, families wanting convenient weeknight dinners",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Seasonal Weekly Menus"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Convenient Home Delivery"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Made from Scratch"
}
],
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.