Improve index rates of AI content by adding in scraped content
Just a quick tip.
If you add scraped content to AI articles its more likely to be of a) higher quality b) indexed by search engines.
You can add the scraped content in directly and mixing it in and then re-write it to keep it unique.
You can also send it to an AI writer as a form of retrieval augmented generation (RAG) to stop it from hallucinating and create more accurate useful content.
If you have SCM you can do this pretty easily inside the AI article creator via ‘Add search'
There is an option to insert scraped content randomly in the article.
If you want to try retrieval augmented generation (RAG) you should load an AI RAG template.
The actual AI prompt includes references to scraped content in it.
<h1>%scraped_article_title_1%</h1>
[
# prompt
summarize the following content, ignore content about disclaimers and anything not related to the article context. use p tags in the output.
# article context
%scraped_article_title_1%
# content to summarize
%scraped_article_1%
]
When you load a RAG template, don't forget to enable add search as well.
You will get an error message if you dont!
If you want to try this yourself and you don't have a copy of SCM, click below to get 1 month free access, no strings attached.
https://seocontentmachine.com/members/signup/extend
Dev blog notes for this change are here.
https://forum.seocontentmachine.com/t/slightly-less-confusing-ai-writer-scrape-settings/533