Guides
How to build a JSON prompt for a marketplace listing
A practical guide to structuring a marketplace listing prompt with title logic, benefit bullets, trust elements, search terms, and delivery emphasis.
Marketplace prompts need to balance clarity, platform search visibility, and conversion. That balance should be explicit in the JSON.
1. Decide which block you are generating
- Title only
- Bullet points
- Full description
- FAQ or comparison block
2. Add shopper-specific trust cues
Material quality, warranty, delivery speed, compatibility, and social proof often matter more than abstract brand claims.
3. Keep the prompt search-aware
Keyword strategy should support the listing without turning the text into a keyword dump.
{
"task": "Write a marketplace listing for a stainless steel water bottle",
"target_audience": "Shoppers comparing insulated bottles",
"language": "en",
"output_format": "plain_text",
"listing_goal": "conversion",
"keyword_strategy": "primary_plus_supporting",
"trust_elements": ["materials", "warranty"],
"shipping_emphasis": "fast_delivery"
}