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.
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.