Hi everyone,
I manage a website that lists 250,000 products, each with its own unique URL (e.g., example.com/p/unique-product-label). The product data comes from a database with fields like product name, manufacturer's name, product dimensions, 5 repair addresses in the USA, 5 URLs to images, price data (2020 vs. 2010), etc.
Currently, each product page starts with a basic intro like: "This is information about [Product Name], manufactured by [Manufacturer's Name]." As you can guess, this is too generic, and Google isn't showing this in the search snippet. Worse, competitors with less content often rank higher than we do. So, I want to improve our ranking and engagement by enriching the content.
My plan is to use the ChatGPT API to generate unique, SEO-optimized text for each product page. I want to programmatically pull the relevant data from our database and pass it to ChatGPT using a consistent prompt, like this:
------------
Create two paragraphs of SEO text for a website about consumer products, focusing on the [Product Name]. The text should be informative, engaging, and optimized for search engines. Use the following data from the database:
Product Name: [Product Name]
Manufacturer: [Manufacturer]
Product Images: [4 URLs of product images]
Repair Locations: [5 Addresses of repair businesses in the USA]
Dimensions: [Product dimensions]
Highlight the unique features of this product, its benefits, and how it compares to others in the market. Mention why it's popular and what makes it a great choice for consumers. Include a call-to-action like encouraging users to view images, check out repair locations, or learn more about the product.
------------
While the API would allow me to scale this for all 250,000 products, I have concerns about potential penalties from Google for AI-generated content. According to Google's guidelines, content that is generated solely for search rankings may violate their policies if it lacks value or uniqueness.
I’m aiming to ensure the content provides real value to users and is well-written, but I won’t be able to manually review each page. Given the scale, I’ll need to rely on the API-generated text for everything.
My questions for the community are:
Does anyone have experience using large-scale AI-generated content for SEO purposes? Were there any noticeable impacts on ranking, either positive or negative?
What best practices can I follow to make sure the AI-generated content is considered valuable by Google, without triggering penalties?
Is there anything I should watch out for or adjust in the plan, especially given that I can't manually review the content for quality?
Any feedback would be really appreciated!