Hello,
I apologize for the issue you are facing with the title showing as "Page not found" for your shop page. It seems like there might be a conflict or a setting within Rank Math that is causing this problem.
Here are a few steps you can try to resolve this issue:
-
Check the Page Settings: Go to the WordPress editor for your shop page and ensure that the Rank Math MetaBox is configured correctly. Make sure the title is set properly in the Rank Math settings for that page.
-
Flush SEO Analysis Cache: Sometimes, cached results can cause issues. You can flush the SEO analysis cache by going to WordPress Dashboard > Rank Math > Status and Tools > Database Tools and clicking on Clear SEO Analysis. After that, run a fresh analysis.

-
Re-save Permalinks: Go to Settings > Permalinks and simply click on Save Changes without making any changes. This can sometimes resolve issues related to page titles and slugs.
-
Check for Theme Conflicts: Since you mentioned deactivating other plugins, it might also be worth checking if your theme is causing any conflicts with Rank Math. You can temporarily switch to a default WordPress theme (like Twenty Twenty-One) to see if the issue persists.
If these steps do not resolve the issue, we recommend replying to your ticket, and a human agent from the Rank Math Support team will be able to assist you further. Please include your site URL in your reply for more specific guidance.
Thank you for raising this concern, and we hope to help you get it resolved soon!
Sources:
How to Fix the "No Keywords Found in the Page Title" Test in Rank Math » Rank Math
Hi I did all of that and no luck so far.
Hello,
In this case, you can use and customize this filter to update the title of your shop page:
add_filter( 'rank_math/frontend/title', function( $title ) {
$url = home_url($_SERVER['REQUEST_URI']);
if(strpos($url, '/shop/') && is_shop()) {
return "Shop"; //change the title here
}
return $title;
});
And here’s a guide to adding the code to the website:
https://rankmath.com/kb/wordpress-hooks-actions-filters/
Looking forward to helping you.
Thank you, that did the job.
Hello,
You’re welcome.
We are super happy that this issue has already been resolved. If you have any other questions in the future, know that we are here to help you.
If it isn’t too much to ask for – would you mind leaving us a review here?
https://www.trustpilot.com/evaluate/www.rankmath.com
https://wordpress.org/support/plugin/seo-by-rank-math/reviews/#new-post
It only takes a few minutes but it makes a huge difference.
It would mean so much to us and would go a really long way.
Thank you.