The scraped scraped title macro exists only in the Article Creator article templates.
It appears as:
<%-title()%>
However, each time it is called, a new title is inserted.
Eg: 3 x title macros
The output…
3 different titles are inserted.
How to re-use the same title inside templates
Unfortunately, article templates do not support re-using the same title.
We can work around this by using AI templates.
Inside the AI prompts editor, create a user %title%
macro.
Save a copy of %scraped_article_title%
to %title%
Create the following article prompt.
<h1>%title%</h1>
%insert_scraped_paragraphs%
<h1>%title%</h1>
Although we are using AI prompts; No AI features are used = No AI credits used.
%title%
appears 2 times for illustration.
%insert_scraped_paragraphs%
is where scraped content is inserted.
Scraped content comes from ‘Add search’
eg: Create article of 4-5 paragraphs
Output
Same title appears twice.