Power Word problem for foreign languages

#1070408
  • Resolved BluFin Solutions
    Rank Math free

    Hi,

    I love to follows advices to optimize score to 100% but often i have big issues with power word stuff. I perfectly understand the logic and i endorse it BUT there’s a catch.
    Since you, devs, are indians and mainly english speaking you dont realize that other languages have plurals.
    For my case, we write many articles in italian language and i’m doing my best to use your power words list BUT that list lacks plurals!
    For example it list green if you use the word: “UNICO”, but in some articls you must use the plural form that is “UNICI”

    Can you consider to upgrade and expand your power word list? I’ll be more than happy to help you on that since i’m native speaker.

    Let me know

    Best regards

    PS:
    Unanswered topis was posted here also https://wordpress.org/support/topic/power-word-problem-for-foreign-languages/#new-topic-0

Viewing 11 replies - 1 through 11 (of 11 total)
  • 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?

    @Rakibuzzama

    Hello?

    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.

    BluFin Solutions
    Rank Math free

    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.

    BluFin Solutions
    Rank Math free

    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.

Viewing 11 replies - 1 through 11 (of 11 total)

The ticket ‘Power Word problem for foreign languages’ is closed to new replies.