Title Readability how delete this?

#45319
  • Resolved Stubby Hobbs
    Rank Math free

    How do I delete Title Readability? It disturbs and is counterproductive on journalistic articles.

    Could you give users a deactivation option?
    It’s a mistake in german journalism using at first numbers in headlines and using the same words from the headline in the beginning of an article. From a journalistic point of view, this seo-measure is nonsense.

    Thank you.
    Stubby

    • This topic was modified 4 years, 10 months ago by Stubby Hobbs.
Viewing 4 replies - 1 through 4 (of 4 total)
  • Alberto
    Rank Math business

    Hello,

    Thank you for contacting Rank Math and sorry for any inconvenience that might have been caused due to that.

    You can disable all the title tests by adding at the end of the functions.php file of your active theme the following code:

    /**
     * Rank Math snippet to disable title tests.
     *
     * @param array  $tests Array of tests with score
     * @param string $type  Object type. Can be post, user or term.
     */
    add_filter( 'rank_math/researches/tests', function( $tests, $type ) {
    	unset($tests['titleStartWithKeyword']);
    	unset($tests['titleSentiment']);
    	unset($tests['titleHasPowerWords']);
    	unset($tests['titleHasNumber']);
        return $tests;
    }, 10, 2 );

    Looking forward to helping you. Thank you.

    ​​​​​​​

    thank for the solution I want to ask the same for my total delete my website

    Thank you for this. It would be better not t go in that way. PowerWords and keyword in title is a bad style. Really.

    For me, RankMath is too invasive. I’m deleting it. I liked it a lot because of its localization. But that’s not all.

    Stubby

    • This reply was modified 4 years, 10 months ago by Stubby Hobbs.
    • This reply was modified 4 years, 10 months ago by Stubby Hobbs.
    Todd
    Rank Math free

    Hi Stubby,

    You can choose to concentrate on what you like and ignore the rest. The tests we have are as per research into ranking factors. Many people would argue Keyword Sensity is senseless and yet – you can’t get anywhere in SERPs without it.

    The score is there only for your reference anyway and doesn’t affect your actual rankings. Treat it only as a to-do list, nothing more. Don’t try to live by it and don’t follow the tests religiously.

    Hope that helps and good luck with what you have.

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

The ticket ‘Title Readability how delete this?’ is closed to new replies.