• Instructions to Ask a Question

    For any assistance, please click the "Ask a Question" button and select the Pabbly product for which you require support.

    We offer seven comprehensive applications designed to help you efficiently manage and grow your business:

    Our support team endeavors to respond within 24 business hours (Monday to Friday, 10:00 AM to 6:00 PM IST). We appreciate your understanding and patience.

  • Due to Holi celebrations, our team will have limited availability. While we’ll continue to monitor threads, responses may be slightly delayed.

help me create wordpress automatic category seo.

Consent to Access & Modify
I authorize Pabbly Support to log in to my account and make changes to the specified workflow for troubleshooting.
i want to automate the wordpress category seo using pabbly connect and google gemini api. what is the best way to do that. it should first check all the categories that it needs to update with seo text including description and meta tags then also trigger everytime there is a new category. and add the seo information using google gemini api.
 

ArshilAhmad

Well-known member
Staff member
Hi @serwar24554,

The use case you are describing requires two separate workflows: one to add SEO information to existing categories and another to add SEO information to newly created categories.
i want to automate the wordpress category seo using pabbly connect and google gemini api. what is the best way to do that. it should first check all the categories that it needs to update with seo text including description and meta tags then.
Workflow 1: To add information to existing categories
  1. The Scheduler will trigger the workflow once.
  2. The WordPress: List Categories action step will list all the existing categories in your WordPress account. This action step is currently not available in Pabbly Connect.
  3. The Iterator will process each category one by one.
  4. The Google Gemini action step will generate SEO information.
  5. The WordPress: Update Category action step will update the information in each category one at a time.
1772916947109.png


Please submit your request here for the addition of the 'List Categories' action step to the WordPress action application in Pabbly Connect. It is essential for your use case.


==============================================================================
trigger everytime there is a new category. and add the seo information using google gemini api.
Workflow 2: Triggers when a new category is created
  1. Webhook by Pabbly will trigger the workflow upon the creation of a new category.
  2. The Google Gemini action step will generate SEO information.
  3. The WordPress: Update Category action step will update the information in the new category.
1772917493209.png

Above, we have shown how your workflow would be structured for adding information to new categories. However, there is a limitation here. WordPress does not appear to have any webhook event that triggers specifically when a new category is created.

We suggest getting in touch with WordPress support to check whether they have an alternative method that can trigger a webhook when a new category is created. If they do not provide such an option, then this part of the use case may not be possible.

Thanks & Regards,
Arshil Ahmad
Customer Support Associate
🌐 Pabbly.com
👉Rate your support
 
there is no list categories action in in wordpress in pabbly connect as you mentioned. now what can i do to setup this workflow right now. or would it not be possible.

i am thinking a workaround could be that i add the categories information in google sheet and using the information in google sheet i update the categories? or any better way to do this?

 
Last edited:
Top