CybrSEO Pro workflow
When adding a new post or page to the WordPress database, CybrSEO Pro performs a variety of different operations, depending on the options you set in the feed settings. You need to understand exactly in what order all these options are applied. Below is a complete sequence of operations performed by the plugin when adding each post or page.
- Preprocess source PHP code execution.
- Insertion of embed videos from tube feeds.
- Custom fields generation.
- Preliminary duplicate check. The plugin performs it to avoid a unnecessary requests to 3rd-party services like OpenAI GPT-3, Article Forge etc.
- Full text article extraction.
- OpenAI GPT-3 title and article generation.
- Article Forge article generation.
- Pixabay image import.
- DALL∙E image generation
- Stable Diffusion image generation.
- Post template shortcode processing.
- Custom PHP code code execution.
- Final duplicate check if not checked by the custom PHP code. It’s necessary, because the post title and link might be changed by the custom PHP snippet.
- Category assignment.
- Category filtering.
- Creation of new categories.
- Tags filtering.
- Auto tags generation.
- Tags assignment.
- Article translation.
- Post length filtering.
- Keywords filtering.
- Post date filtering.
- Saving the images that might be scheduled by the
cseo_store_image()
CyberSEO Pro API function during the custom PHP code execution. - Adding media attachments and embedding of video, defined in the “video” custom field.
- Saving images and videos.
- Post thumbnails generation.
- Content spinner and built-in synonymizer/rewriter execution.
- Post headers and post footers insertion.
- Spintax parsing.
- HTML tags balancing.
- Inserting post into the WordPress database.
- Inserting of custom fields (post meta) into the WordPress database.
- Custom taxonomies assignment.
- Image gallery generation.
- Post thumbnail generation.
- Generation of post comments that might be defined by custom PHP code.