AI-Powered SEO & Tools

AI-Powered SEO & GPT Tools

Smarter product listings, faster metadata, and automation with brains

Jonah Billerbeck
GPT API and Google Image tools

๐Ÿง  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.