— A practical guide. Why Structured Data, Conversational Copy and Fresh Feeds Matter for Every E-Commerce Team
Since late 2024 ChatGPT has begun injecting interactive product cards whenever it detects commercial intent (e.g. “best noise-cancelling headphones under £200”). The feature is organic—there is no paid slot—and any merchant can surface if their site is crawlable and correctly marked-up (OpenAI announcement openai.com, WIRED coverage wired.com).
Key facts
OAI-SearchBot
—block it in robots.txt and you disappear (OpenAI docs openai.com).
Sources: OpenAI docs openai.com, Community thread community.openai.com, ConnectCX recap connectcx.ai.
Add machine-readable data so ChatGPT (via OAI-SearchBot
) can parse price, stock, and images.
1{
2 "@context": "https://schema.org/",
3 "@type": "Product",
4 "name": "Factory Widget",
5 "image": "https://example.com/widget.jpg",
6 "offers": {
7 "@type": "Offer",
8 "priceCurrency": "GBP",
9 "price": "29.99",
10 "availability": "https://schema.org/InStock"
11 }
12}
13
Paste this in a <script type="application/ld+json">
tag on each product page, within the <head> tag.
Mirror how real people phrase queries
(“eco-friendly desk lamp” beats “DL-200 Series Luminaire”).
Avoid jargon and click-bait.
lastmod
date in your XML sitemap whenever availability changes.
Tutorials, recipes, FAQs, and how-to posts give ChatGPT extra context and expand the net of queries that can surface your product.
Example: a pesto-recipe blog helps elevate your kitchen blender.
?utm_source=chatgpt.com
to measure traffic in analytics.
OAI-SearchBot
in robots.txt
.
ChatGPT’s shopping cards are closer to organic SEO circa 2010—fast-moving, merit-based and (for now) lightly competitive. Early adopters who combine machine-readable structure with genuinely helpful copy will capture disproportionate visibility before the channel matures.
Next step: pick one flagship product today, add full JSON-LD and conversational copy, then ask ChatGPT “Which widget is best for …?” in 48 hours and watch for the uplift.