Hello, we apologize for the issue you are facing with the detection of power words in your SEO title. It seems that the Rank Math system may not recognize power words when they are enclosed in brackets. To ensure that your power words are detected and positively impact your score metrics, we recommend removing the brackets around the power words in your SEO title.
If you continue to experience issues or if there are specific details about your site that might help us understand better, please include your site URL in your reply. A human agent from the Rank Math Support team will be able to assist you further with this matter. Thank you for raising this concern!
Sources:
Score 100/100 With Rank Math Post Tests » Rank Math
How to Increase Your SEO Score Using AI » Rank Math
Hello,
Thank you for contacting us and bringing your concern to our attention.
Right now, Rank Math only detects the power words if they exactly match with this list: https://rankmath.com/blog/power-words/#power-words-list
If you want, you can use the following filter code on your website to add the custom power words with Brackets:
add_filter( 'rank_math/metabox/power_words', function( $words ){
$new_words = [
'test-word1',
'test-word2',
'test-word3',
];
return array_merge( $words, $new_words );
});
Here’s how you can add filter/hook to your WordPress site: https://rankmath.com/kb/wordpress-hooks-actions-filters/
Hope that helps and please don’t hesitate to let us know if you have any other questions.
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.