• Hello!

    Help me, please.
    How I can increase the number of characters in the description? For example, from 160 to 200 or 300 characters

    I’ve tried to add this code to the functions.php of the theme:

    function yoast_trim_description( $str ) {
         return substr($str, 0, 300);
    }
    add_filter( 'wpseo_metadesc', 'yoast_trim_description' );

    But it doesn’t work 🙁

    https://wordpress.org/plugins/wordpress-seo/

Viewing 14 replies - 1 through 14 (of 14 total)
Viewing 14 replies - 1 through 14 (of 14 total)
  • The topic ‘How to increase the number of characters in the meta description?’ is closed to new replies.