Add own power word

#158052
  • Resolved DTNL
    Rank Math free

    Hi, how can we add own power word to rank math, we have this code in our child theme’s function.php.

    /**
    * Filter to add custom Power Words
    */
    add_filter( ‘rank_math/metabox/power_words’, function( $words ){
    $new_words = [
    /*Aanbiedingen*/
    ‘Aanbod’,
    ‘Aanbieding’,
    ‘Alleen vandaag’,
    ‘Bedankt’,
    ‘Beperkt’,
    ‘Beperkt aanbod’,
    ‘Bespaar’,
    ‘Best verkopende’,
    ‘Best-Selling’,
    ‘Bonus’,
    ‘Cadeau’,
    ‘Garantie’,
    ‘Geld terug’,
    ‘Gratis’,
    ‘Kado’,
    ‘Koopje’,
    ‘Nog maar’,
    ‘Premium’,
    ‘Slechts beschikbaar’,
    ‘Uitverkoop’,
    ‘Verjaardag’,
    ‘Voordeel’,
    ‘Winnen’,
    ‘Winnend’,
    ‘Winst’,
    ‘Uitverkoop’,
    ‘Gratis’,
    ‘Per direct’,
    ‘CreeĆ«ren’,
    ‘Gegarandeerd’,
    ‘Resultaten’,
    ‘Geliefd’,
    ‘Veroorzaakt door’,
    ];
    return array_merge( $words, $new_words );
    });

    However there is no word decteced… please advise

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello,

    Thank you for contacting Rank Math and bringing your concern to our attention. Iā€™m sorry for the delay and for any inconvenience this issue may have caused you.

    I’ve checked the filter and it seems that there are some apostrophes that need to be replaced. Could you please try this modified filter?

    /**
     * Filter to add custom Power Words
     */
    add_filter( 'rank_math/metabox/power_words', function( $words ){
    	$new_words = [
    /*Aanbiedingen*/		
    'Aanbod',
    'Aanbieding',
    'Alleen vandaag',
    'Bedankt',
    'Beperkt',
    'Beperkt aanbod',
    'Bespaar',
    'Best verkopende',
    'Best-Selling',
    'Bonus',
    'Cadeau',
    'Garantie',
    'Geld terug',
    'Gratis',
    'Kado',
    'Koopje',
    'Nog maar',
    'Premium',
    'Slechts beschikbaar',
    'Uitverkoop',
    'Verjaardag',
    'Voordeel',
    'Winnen',
    'Winnend',
    'Winst',
    'Uitverkoop',
    'Gratis',
    'Per direct',
    'Creeƫren',
    'Gegarandeerd',
    'Resultaten',
    'Geliefd',
    'Veroorzaakt door',
    ];
    	return array_merge( $words, $new_words );
    });

    If the issue still persists, are you using a page builder for your website? If so, please share so we can further advise.

    I hope that helps. Thank you, and looking forward to your update.

    DTNL
    Rank Math free

    yes, we are using elementor

    DTNL
    Rank Math free

    looks like its now working. thanks!

    Anas
    Rank Math business

    Hello,

    We are super happy that your issue is 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 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.

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

The ticket ‘Add own power word’ is closed to new replies.