Hello,
Thanks for contacting us and sorry for any inconvenience that might have been caused due to that.
By default, the limit is set to 5 for the focus keywords in the Free version. You can use the filter given below in your theme’s functions.php file to increase the limit:
/**
* Change the Focus Keyword Limit
*/
add_filter( 'rank_math/focus_keyword/maxtags', function() {
return 10; // Number of Focus Keywords.
});
Hope this helps. Let us know if you need any other assistance.
Hello,
Since we did not hear back from you for 15 days, we are assuming that you found the solution. We are closing this support ticket.
If you still need assistance or any other help, please feel free to open a new support ticket, and we will be more than happy to assist.
Thank you.