Hi Barbara,
Thanks for getting in touch with us.
Please follow the instructions here to improve your score.
https://rankmath.com/kb/score-100-in-tests/
We do not detect German power words yet. If you are using German languages, that test gets disabled.
Are you adding the gallery using shortcodes? If so, that might explain why we can’t “see” the images inside the shortcode.
And for the SEO Analysis: https://rankmath.com/kb/seo-analysis/
Hope that helps and please do not hesitate to let us know if you need our assistance with anything else.
I went to your instructions and could get a higher score so far. But the Error about the power word still appears, do I have to set a language somewhere so that Rank Math knows to stop this test?
About the Focus Key Word in the Alt-Text, the pics are added as a galery, it seemed that it recognized the keyword in one post so far but the other still have the error even the keyword is in the Alt-Text of a few pics.
Do you have any idea why this happens?
Hello,
Thank you for contacting Rank Math today.
As my colleague mentioned, we don’t detect German power words yet but you can use the following code snippet on your theme to add German words that you would like to be detected:
/**
* Filter to add 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 );
});
Replace test-word with your German power words.
Looking forward to helping you. Thank you.
Hello,
I gave this code to a shop and two websites.
In any case I get no result.
Please, what can I do?
Thank you
What want is to simply not test for powerwords then? I have no idea what the german powerwords would be?
Hello,
Thank you for contacting Rank Math today.
You can add the following code snippet to your theme’s functions.php file to disable this test:
add_filter( 'rank_math/researches/tests', function( $tests, $type ) {
unset( $tests['titleHasPowerWords'] );
return $tests;
}, 10, 2 );
Looking forward to helping you. Thank you.
Hello,
We are super happy that this resolved your issue. 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 do 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.
Hello,
I have updated the sensitive data as requested. Can you please check further?
Thank you.
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.