AI-Powered SEO & GPT Tools
Smarter product listings, faster metadata, and automation with brains

๐ง SEO Generator using GPT
To improve e-commerce product visibility, I built a GPT-based tool that auto-generates:
- ๐ SEO keywords tuned by product type and brand
- ๐ Page titles and meta descriptions that reflect top search queries
- ๐พ Direct SQL insert/export scripts for use in production databases
Prompts adapt dynamically โ whether the item is a Simpson bracket, a bulk fastener, or a generic packaged SKU. This made the system viable across thousands of listings while saving countless hours of manual entry.
๐ ๏ธ C# Console App with GPT + Google Image Search
I also built a lightweight C# console tool that:
- Calls OpenAIโs API to extract key metadata from raw product descriptions
- Uses the Google Custom Search API to return high-quality matching product images
- Formats everything into SQL-injectable records for our catalog
This became the backbone of several internal catalog-building tasks, especially for vendors who provided poor or incomplete data. The Images proved to have over a 95% acceptance rate and were human verified via a simple tinder like swipe application I made with asp.net framework as well.