Different Errors?

#39195
  • Resolved Barbara Weber
    Rank Math free

    I have a few errors in my analysis that I don’t understand.

    I have this error, but where do I find a ‘Inhaltsverzeichnis’?
    Error: Verwende das Inhaltsverzeichnis, um deinen Text aufzuschlüsseln.

    Another error is about adding a pic with the keyword in the alt-text. I have a small gallery added to the post and the keyword is definitely in the alt-text of some pics.
    Error: Fügen Sie ein Bild mit Ihrem Fokus-Keyword als Alt-Text hinzu

    About the power word error, is there a list of german powerwords?

    As I am using FloThemes it seems Rank Math is not seeing the text inside the blocks? My Home-page has a 4/100 and a lot of errors.

Viewing 9 replies - 1 through 9 (of 9 total)
  • Todd
    Rank Math free

    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.

    Barbara Weber
    Rank Math free

    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?

    Michael Davis
    Rank Math pro

    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.

    ​​​​​​

    Kjw
    Rank Math free

    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

    Barbara Weber
    Rank Math free

    What want is to simply not test for powerwords then? I have no idea what the german powerwords would be?

    Michael Davis
    Rank Math pro

    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.

    ​​​​​​

    Kjw
    Rank Math free

    Perfect!
    Thanks

    Todd
    Rank Math free

    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.

    Barbara Weber
    Rank Math free

    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.

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

The ticket ‘Different Errors?’ is closed to new replies.