How to create AI articles with more unique titles and content

Problem:

Using the default AI prompt and setting article count to 100 gets you a lot of duplicate titles.
On a 100 article run, only 40% of titles are unique.

The prompt used was

image

Example of duplicate titles

On a 100 article run, only 43 unique titles.

Solution

Add some scraped content into the prompt to increase variability.

image

Just add %scraped_title%

%title%=[write an article title for %keyword% %scraped_title%]

After running:

82 unique titles vs 43.

We doubled our titles count.

Experimenting with %scraped_sentence%, the results are…

100 unique titles.

image

TLDR

Use scraped content in your prompts.

For titles you can use this

%title%=[write an article title for %keyword% %scraped_sentence%]