Hello,
Thank you for contacting Rank Math and sorry for any inconvenience that might have been caused due to that.
The post URL you shared seems to lead to page not found.
You can easily add your power words in Vietnamese by adding them for analysis using the following filter:
/**
* Filter to add custom Power Words
*/
add_filter( 'rank_math/metabox/power_words', function( $words ){
$custom_powerwords = [
'powerword1',
'powerword2',
'powerword3',
];
return array_merge( $words, $custom_powerwords );
});
The filter goes to your theme’s functions.php file.
Hope that helps and please do not hesitate to let us know if you need our assistance with anything else.
Hi Michael Davis!
Thanks for your answer. Let me try!
Hello,
We are super happy that this issue is already resolved. If you have any other questions in the future, know that we are here to help you.
If you don’t mind me asking, could you please leave us a review (if you haven’t already) on https://wordpress.org/support/plugin/seo-by-rank-math/reviews/#new-post about your overall experience with Rank Math? We appreciate your time and patience.
If you have another question in the future, please feel free to create a new forum topic, and it will be our pleasure to assist you again.
Thank you.