Hello,
We apologize for the issue you are facing with the noindex setting on your homepage. It seems that the recent updates have caused unintended changes to the indexing settings.
To resolve this, you can check the following:
- Rank Math Settings: Go to the Rank Math SEO settings for your homepage and ensure that the Index option is selected instead of No Index. This can be found in the Advanced Tab of the Rank Math meta box.
- Bulk Actions: If you have multiple posts or pages set to noindex, you can use the bulk actions feature in Rank Math PRO to change their settings back to index.
- Check for Conflicts: Sometimes, other plugins or themes may conflict with Rank Math settings. Try disabling other plugins temporarily to see if that resolves the issue.
If these steps do not resolve the problem, we recommend replying to this ticket so a human agent from the Rank Math Support team can assist you further. Thank you for bringing this concern to our attention!
did all that..
no conflitcs..
no cash problems..
trayed everything on staging…
none of snipets you provided does not wor
all other pages are ok..
last ver working ok is 1.0.232.
sharing login link to dev…
Hello,
We have updated the filter on your site to force the index of your homepage:
add_filter( 'rank_math/frontend/robots', function( $robots ) {
if(is_account_page() || is_cart()) {
$robots['index'] = 'index';
$robots['follow'] = 'follow';
}
return $robots;
}, 99);
You can now check the source code where the robots is set to index.
Looking forward to helping you.
Finaly somthing that works..
Tnx.
Marijan
Hello,
We are glad that helped.
Please feel free to reach out to us again in case you need any other assistance.
We are here to help.
Thank you.