CybrSEO Pro workflow – CyberSEO Pro

CyberSEO Pro operation order

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.

  1. Preprocess source PHP code execution.
  2. Insertion of embed videos from tube feeds.
  3. Custom fields generation.
  4. Preliminary duplicate check. The plugin performs it to avoid a unnecessary requests to 3rd-party services like OpenAI GPT-3, Article Forge etc.
  5. Full text article extraction.
  6. OpenAI GPT-3 title and article generation.
  7. Article Forge article generation.
  8. Pixabay image import.
  9. DALL∙E image generation
  10. Stable Diffusion image generation.
  11. Post template shortcode processing.
  12. Custom PHP code code execution.
  13. 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.
  14. Category assignment.
  15. Category filtering.
  16. Creation of new categories.
  17. Tags filtering.
  18. Auto tags generation.
  19. Tags assignment.
  20. Article translation.
  21. Post length filtering.
  22. Keywords filtering.
  23. Post date filtering.
  24. Saving the images that might be scheduled by the cseo_store_image() CyberSEO Pro API function during the custom PHP code execution.
  25. Adding media attachments and embedding of video, defined in the “video” custom field.
  26. Saving images and videos.
  27. Post thumbnails generation.
  28. Content spinner and built-in synonymizer/rewriter execution.
  29. Post headers and post footers insertion.
  30. Spintax parsing.
  31. HTML tags balancing.
  32. Inserting post into the WordPress database.
  33. Inserting of custom fields (post meta) into the WordPress database.
  34. Custom taxonomies assignment.
  35. Image gallery generation.
  36. Post thumbnail generation.
  37. Generation of post comments that might be defined by custom PHP code.