How to import 50 articles and output 100 spun versions

This is special workflow where you have a certain number of articles already, but you want to process them and output more articles than originally exists.

The easiest way to do this in SCM is to use the AI article generator.

The AI article generator allows you to import existing articles.

You can set how many articles you want generated via Article count.

If you set an article count larger than the number of articles that currently exist, the AI article will simply re-use the articles.

You can customize the output of the new article via 2 macros.

Use the following code:

<h1>%scraped_article_title%</h1>  

%scraped_article%

No AI features are being used here, we are simply printing out the contents of the article file.

Eg: Import 1 article, but write out 10 articles.

The article creator will load all the articles inside the folder.

Only 1 article was found.

The article writer will try to create 10 articles.

As there aren’t enough source articles, the article writer will re-use the same articles again.

So the same articles can be processed and made slightly different by using content inserts like images etc.

You can also re-write each article.