Creating unique articles from imported RSS feeds using AI – CyberSEO Pro

tags. Ensure that the article is rich in content and longer than the given article, offering deeper exploration of the topics discussed. The article should be a new, original piece that expands on the ideas presented in the given article, providing additional context, analysis, and entertainment value. The text should be comprehensive and thorough, significantly expanding upon the content of the given article by incorporating relevant information, examples, and insights from your broader knowledge base. Imagine yourself as a writer tasked with creating an in-depth piece that not only informs but also captivates the reader.

THE ARTICLE FOR YOUR INSPIRATION:
%post_content%” language=”English” heading=”h3″ section1=”If there is an image in the source article, insert it at the top of the generated text.”]

Note two important points:

  1. In the directives parameter, we now use the placeholder %post_content%, which includes all the HTML code of the imported article, thus containing links to the images it includes.
  2. In the section1 parameter, we explicitly ask the AI model to insert the found image from the imported article (if any) at the very beginning of each generated post, i.e., above the text of the first section.

Now let’s focus on the titles of the generated posts, since we’ve only discussed the nuances of creating post content. If our goal was to simply rewrite the content, the shortcode for the “Post title” template might look like this:

[or_text model="anthropic/claude-3-sonnet" prompt="Reword this: %post_title%"]

However, since we are generating new posts not only based on the content of the imported articles, but also based on a specified topic, a more appropriate approach is to generate a new title based on the generated content. So your shortcode might look like this:

[or_text model="anthropic/claude-3-sonnet" prompt="Analyze the following article and create a title for it. Provide only the generated title without any comments. Don't use colons or double quotes. Keep it short.

The article:
%post_content_notags%"]

If you don’t want to mess around with shortcodes, you can simply select the “Feed to unique articles” preset before you import your feed into CyberSEO Pro.

Feed to unique articles

Since we are generating the post title based on the already created post content, we need to set the correct order of generating each post element. This will ensure that the main WordPress post content is generated first, followed by its excerpt and title. The Template Processing Order settings should look like this:

CyberSEO Pro - Template processing order

Now let’s consider generating meta for SEO titles and descriptions of your posts. The feed settings include templates for “Meta title” and “Meta description”. Here are examples of what they might look like:

Meta title

[or_text model="anthropic/claude-3-sonnet" prompt="Generate a search engine optimized meta title for an article based on the following information. No more than 70 characters! Include 1-2 keywords.

Keywords: %categories%
Original title: %post_title%

The article:
%post_content_notags%" max_tokens="20"]

Meta description

[or_text model="anthropic/claude-3-sonnet" prompt="Generate a search engine optimized meta description for an article based on the following information. No more than 160 characters! Include 1-3 keywords.

Keywords: %categories%
Original title: %post_title%

The article:
%post_content_notags%" max_tokens="40"]

In these examples, the shortcodes use the list of categories from the imported article as keywords. You can specify your list of keywords separated by commas. Note that all shortcodes support Spintax, so you can use randomly changing keyword lists. Spintax can be used in any shortcode parameter, such as directives, structure, sectionN, the number of generating sections, or even as the name of the AI model, which can also be randomly selected when generating each new post.

Of course, this is just an example demonstrating the capabilities of the [gpt_article] shortcode for generating new unique content based on the information obtained by the AI model when analyzing articles from your imported content feeds. While RSS Retriever can only work with RSS and Atom feeds, CyberSEO Pro can handle almost any public content sources on the web, including RSS, Atom, XML, JSON, and CSV of any structure. Moreover, this method works well, for instance, when importing product descriptions from Amazon and other marketplaces.

In this article, we used the [or_text] shortcode, which allows you to select from more than a hundred language AI models provided by OpenRouter.ai from a single account. You can use your chosen AI models directly through their official APIs. Use the [openai_gpt], [claude], and [gemini] shortcodes, respectively.

Remember that all the shortcodes provided above are simplified examples of using the [gpt_article] shortcode in CyberSEO Pro and RSS Retriever plugins. Instead of copying them directly into your feed settings, analyze how they work and create your own optimized shortcodes tailored to your specific autoblogging strategy.

How to import Google News into WordPress

Manage consent

Leave a Comment