Free: a 48-hour Growth Audit and a 30-minute marketing masterclass. Learn what works before you spend. Get the audit →
Original research · August 17, 2026

We audited 30 supplement brands. 9% marked up their reviews.

87 percent of these brands tell an AI engine what their product is. Almost none tell it that anyone liked the product. When someone asks ChatGPT for the best supplement for a goal, that second thing is what the answer gets built from.

30 DTC brands23 product pages measured28 robots.txt files readReproducible method
87%declare Product schema on a product page
48%declare an AggregateRating
9%declare any Review markup at all
0brands name a single AI crawler in robots.txt
The finding

These brands are not careless. They are incomplete.

It would be easy to write this study as another round of scolding about how nobody does technical SEO properly. That is not what the data says. 87 percent of the product pages we could measure carry valid Product schema, and 83 percent carry Offer markup with price and availability. These are competent teams with real technical capability.

The gap is narrower and stranger than incompetence. These brands have carefully described what they sell. They have almost entirely failed to describe the evidence that it works.

Only 2 of the 23 brands we could measure, 9 percent, publish machine-readable Review markup. Yet nearly every one of these sites displays customer reviews on the page in a format a human can read and a machine cannot reliably parse.

That distinction matters more in AI search than it ever did in traditional search. A blue-link result rewards a page for being relevant. An AI answer engine is doing something harder: it is assembling a recommendation and it has to justify the pick. Ratings, review counts, and structured evidence are the raw material for that justification.

The data

What supplement brands mark up, and what they skip.

Schema.org coverage on product detail pages

Share of the 23 brands whose product page we could retrieve and parse. Collected August 17, 2026.

Productwhat the product is
87%
Offerprice and availability
83%
BreadcrumbListwhere it sits on the site
61%
AggregateRatingthe average score
48%
FAQPagequestions it answers
35%
Reviewwhat customers actually said
9%
Read the shape, not just the bars

The top three bars describe the product as an object: what it is, what it costs, where it sits. The bottom three describe it as a choice a person made and rated. The industry has built the first half of the picture and left the second half in HTML that only a human can read.

The second finding

Nobody has made a decision about AI crawlers.

We read every robots.txt file we could reach, 28 of 30, and checked them against twelve named crawlers that feed ChatGPT, Perplexity, Gemini, Claude, and Google AI Overviews.

Exactly 0 of 28 brands named a single one of those crawlers in any directive. Not to allow them. Not to block them. The names simply do not appear.

We expected to find an industry quietly locking AI engines out and damaging itself by accident. That is not what happened. Only 1 brand in the sample blocks AI crawlers at all, and it does so through a blanket rule rather than a considered choice. The rest have left the door open without noticing there is a door.

What we are deliberately not claiming

7 brands returned 403, 429, 404, or a failed connection to ordinary automated requests. It is tempting to report that as evidence they block AI crawlers. We are not doing that, because real crawlers such as GPTBot and Googlebot authenticate by published IP range rather than by user-agent string, and a bot manager rejecting an unverified request tells you nothing reliable about how it treats a verified one. Those brands were excluded from every percentage in this study rather than counted as failures.

Notable

Who is doing this properly.

Two brands in the sample, Bulletproof, Ka'Chava, carry the full stack on their product pages: Product, AggregateRating, and Review together. That combination gives an answer engine a complete, machine-readable case: here is the product, here is what it costs, here is how it is rated, and here is what buyers said.

At the other end, 9 brands declare Product schema with no rating and no review markup whatsoever. They have told the machines what they sell and nothing about whether it is any good.

3 brands, HUM Nutrition, Legion Athletics, Thorne, run product detail pages with no Product schema at all, which is the most straightforward gap in the study and also the easiest afternoon of work on this list. One brand, Thorne, ships structured data on its homepage that fails to parse as valid JSON, which means it is doing the work and getting no credit for it.

Why we are not naming a loser list

We named the brands doing this well and the specific, factual technical gaps we measured. We did not rank brands worst-to-best or imply anything about product quality, because this study measured markup on a single day and nothing else. A missing schema block is a two-hour fix, not a verdict on a company.

Method

How we collected this, and what we refused to measure.

What to do

The fix is smaller than the problem.

If you run a supplement brand and you want to be citable by AI search, the order of operations is unusually clear, because most of the expensive work is already done.

1. Mark up the reviews you already display

You almost certainly collect reviews. Most brands render them in HTML that reads fine to a person and means nothing to a parser. Adding AggregateRating and Review markup to product pages is the single highest-leverage change on this list, and it is the one the fewest brands have made.

2. Validate what you already ship

One brand in this sample publishes structured data that does not parse. Broken markup is worse than no markup, because you believe you are covered. Run your product pages through a validator and fix the parse errors before writing any new schema.

3. Answer questions in a machine-readable way

35 percent of measurable product pages carry FAQPage markup. Note that Google deprecated FAQ rich results in May 2026, so this will not win you a SERP dropdown anymore. It still gives an answer engine clean question-and-answer pairs to work from, and Google has confirmed it continues to read the markup to understand pages.

4. Decide about AI crawlers on purpose

Whatever you choose, choose it. Right now the overwhelming majority of this industry has no position in robots.txt at all. If you want AI engines quoting your product pages, confirm nothing at the CDN or WAF layer is quietly refusing them, because that decision often lives with an infrastructure vendor rather than with marketing.

None of this makes an engine recommend you. It makes you legible enough to be recommended. Legibility is necessary and not sufficient, and most of this industry has not cleared the necessary part.

Questions

About this study.

What did this study actually measure?

Two things, both objectively verifiable and reproducible. First, whether each brand's robots.txt file allows or blocks the named crawlers that feed ChatGPT, Perplexity, Gemini, Claude, and Google AI Overviews. Second, which schema.org structured data types appear on the brand's homepage and on a real product detail page. We did not measure design, copy quality, product efficacy, or actual citation rates inside any AI engine.

Why does structured data matter for AI search?

Answer engines have to decide what a page says without a human reading it. Structured data is the machine-readable layer that states, unambiguously, that this is a product, this is its price, this is its rating, and these are the questions it answers. Without it, an engine has to infer all of that from prose, and inference loses to explicit markup when the engine is choosing which of ten brands to name.

Is review markup really the gap?

In this sample, yes. 87 percent of measurable product pages declare Product schema, so these brands clearly have technical SEO capability. But only 9 percent carry Review markup and only 48 percent carry AggregateRating. When someone asks an AI engine for the best supplement for a given goal, the engine is assembling a recommendation, and recommendations lean on evidence that other people rated the thing well.

Does adding review schema guarantee an AI engine will cite me?

No, and anyone promising that is overselling. Structured data determines whether an engine can cleanly use your page once it has found it. It does not determine whether the engine finds you, which depends on your broader authority and how often other credible sources mention you. Markup removes a barrier. It does not manufacture demand.

Why were some brands unreachable?

7 of 30 brands returned an error to ordinary automated requests: 403 Forbidden, 429 Too Many Requests, a 404 on the homepage, or a failed connection. That is normal bot-management behavior at the CDN layer and we are explicitly not claiming it blocks real AI crawlers, because verified crawlers authenticate by IP range rather than by user-agent string. We simply could not measure those sites, and we excluded them from every percentage rather than guessing.

Did any brand deliberately opt out of AI crawling?

Essentially none. Across the 28 brands whose robots.txt we could read, 0 explicitly named a single AI crawler in any directive, allow or disallow. The industry has not made a deliberate decision about AI access. It has made no decision at all, which is itself the finding.

Can I reproduce these numbers?

Yes, and that is the point. Every measurement comes from a public robots.txt file or the public HTML of a homepage and a product page. The methodology section states the sample, the date, the crawler list, and the exclusions. Run the same checks and you should get the same answers, allowing for sites changing after our collection date.

Who is PELORA and why did you run this?

PELORA Marketing is a marketing agency in Newport Beach, California that works with supplement, nutraceutical, and regulated health brands nationwide. We ran this because we kept telling clients that AI visibility is a structural problem rather than a content problem, and we would rather publish the measurement than keep asserting it.

Go wider

We ran this across five industries.

Supplements were one group in a larger benchmark. We scored 121 businesses across med spas, weight loss clinics, men's health clinics, marketing agencies and DTC supplement brands using a single 100-point rubric. Supplement brands finished last. Read the Local AI Findability Score.

Want to know how your brand scores?

We run the same audit on your site, free, and send back exactly what is missing and what it would take to fix. No obligation, and we will tell you if the answer is that you do not need us.