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: "Tier 1 Nutritionals",
description: "Tier 1 Nutritionals is a nutrition retail establishment located in Madison, Wisconsin, specializing in nutritional supplements, vitamins, and wellness products. The business serves health-conscious consumers seeking quality nutritional support and supplement options in the Madison area.",
telephone: "+1-608-222-0608",
address: {
@type: "PostalAddress",
streetAddress: "1040 Lumbermans Trail",
addressLocality: "Madison",
addressRegion: "WI",
postalCode: "53716",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 43.0817804,
longitude: -89.3077874
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "3.2",
reviewCount: "9",
bestRating: "5"
},
areaServed: "Madison, Wisconsin and surrounding areas",
knowsAbout: "Nutrition & Dietitians, Health-conscious consumers, fitness enthusiasts, supplement shoppers",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Specialized Supplement Selection"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Retail Location"
}
],
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.