Hello,
We apologize for the issue you are facing with the power words list in Rank Math, especially regarding the use of plurals in foreign languages like Italian. Thank you for bringing this to our attention and for your willingness to help improve the list.
Currently, the power words list is designed primarily with English in mind, and we understand that this can create challenges for users working in other languages. We appreciate your feedback and will consider it as we look to enhance our features in the future.
In the meantime, if you have specific suggestions or examples of power words in Italian that could be included, please feel free to share them in your reply to this ticket. A human agent from our support team will be able to assist you further and take your suggestions into account.
Thank you for your understanding and for being a part of our community!
Sources:
Score 100/100 With Rank Math Post Tests » Rank Math
I’ll wait human agent answer, thank you
Hello,
We really appreciate your input. We will share this with our concerned team to update the power words.
For now, you can use the following filter code on your website to add the custom power words:
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/
Please don’t hesitate to let us know if you have any other questions.
Thank you.
Oh cool, thank you Rakibuzzaman Siam.
But i use WP Code and can yuo be more specific on what type and where put this?
https://prnt.sc/bx9Q2ymCPA5Y
Because i can’t add any word atm it would be a LONG list.
CAn you suggest me the snippet to DISABLE Power Word score temporary?
Hello,
Sorry for the late reply.
Yes, please proceed with the PHP type of snippet, Auto Insert, and you can choose Run Everywhere or Admin Only.
Let us know how that goes. Looking forward to helping you.
Thanx but…You have partially answered, i have waited A WHOLE week… come on…
Can you suggest me the snippet to DISABLE Power Word score temporary?
Hello,
Please use this filter code to disable the Power Word test in the Content Analysis:
add_filter('rank_math/researches/tests', function ($tests, $type) {
unset($tests['titleHasPowerWords']);
return $tests;
}, 10, 2 );
Hope that helps and please do not hesitate to let us know if you need our assistance with anything else.
OK thank you!
Please feel free to pass my contact to your product team if they need help with italian words, i’ll be more tha happy to help you guys.
Hello,
You’re most welcome, and thank you again for your kind offer; we truly appreciate it. We’ll definitely keep you in mind and pass along your contact to the product team as we continue improving multilingual support.
If you have more suggestions or run into anything else, we’re always here to help.