Josh Koop
Affiliate Marketer & Content Creator

Remove Content.AI From the RankMath SEO Scoring System

Josh Koop the owner of this blog and building of niche websites
Josh Koop
•
Rank Math Seo Penalty On Content Ai

I don’t personally care all that much about “SEO” tools and their scoring, but I do know there are many with near OCD levels who want to get a perfect score with Rankmath.

Without running the code below, this is nearly impossible unless you buy and use “Content.AI” to optimize every post, costing you hard cash.

Rankmath Scoring Forces Contentai

Add the following to code snippets or functions.php within a child theme, and it will strip away Rankmath’s cheap method to sell you a “pro” license by limiting the ability to get a 100/100 score without their “Content.AI” tool.

add_filter('rank_math/researches/tests', function ($tests, $type) {
     unset($tests['hasContentAI']);
     return $tests;
}, 10, 2);

This finds the test portion of the plugin and removes the validation for ContentAI, allowing you to get 100/100 scoring if you hit on all their other suggestions.

Josh Koop the owner of this blog and building of niche websites
Josh Koop

I’m a husband/father, niche site creator, WordPress entrepreneur, and online educator who values community, transparency and sharing as much as possible. If you’re interested in what I do and teach, I’d be honored if you’d join my list, subscribe to my channels, or toss up a like on a video.