I’m exploring the Gemini API to generate dynamic and SEO-friendly product descriptions for an eCommerce site I manage:“Modified by moderator”
I’d like to:
- Input structured product data (brand, model, features)
- Get a concise, readable product description under 8th-grade reading level
- Ensure keyword optimization for search
So far, I’m using the /v1beta/models/gemini-pro:generateContent
endpoint, but responses are sometimes too long or not SEO-optimized.
Has anyone implemented Gemini for this kind of structured → natural language output?
Any prompt tips or formatting ideas for consistent eComm content?
Thanks!