Jaideep Asrani
Forum Replies Created
-
Hello @sonnycool,
We have replied to your email. Please share the details there, so we can check this further and fix the issue on your site.
Looking forward to helping you.
Hello @webepc,
Thank you for contacting Rank Math support.
Please confirm if you see any errors in the browser’s console after clicking on the Publish button. If not, please confirm which Schema type you have applied to the CPT.
Looking forward to helping you.
Hello @sonnycool,
Thank you for contacting Rank Math support.
Please share more details about the issue you’re facing with Instant Indexing feature, so we can check and assist you further.
Looking forward to helping you.
Hello @zetoun17,
Thank you for contacting Rank Math support.
The issue is related to some corrupted database entries for our plugin’s options. Please follow these steps:
- Add the following filter to your active theme’s functions.php file:
add_filter( "pre_update_option_rank-math-options-sitemap", function( $value, $old_value, $option ){ unset($value['exclude_roles']); return $value; }, 10, 3 ); - Navigate to WP Dashboard > Rank Math SEO > Sitemap Settings > Author Sitemap and make any small change to the Exclude Roles option and save the settings.
- Remove the filter from the functions.php file.
That should fix the issue. Let us know if it doesn’t.
We are here to assist.
Hello @mli1102,
Thank you for contacting Rank Math support.
Rank Math is currently not compatible with Divi 5. We are working with Divi’s team to add the compatibility, but currently don’t have an ETA. We will let you know once it is available. You can also keep an eye on our changelog to get notified about the latest features and updates: https://rankmath.com/changelog/
Please do not hesitate to let us know if you need our assistance with anything else.
Hello @brunoramoslara,
We are super happy that we were able to address your concerns.
Please do not hesitate to let us know if you need our assistance with anything else.
Thank you.
Hello @bajlazzo,
Thank you for contacting Rank Math support.
Please use a tool like https://loom.com/ to record and share a screencast of the issue, so we can check and assist you further.
Looking forward to helping you.
Hello @brunoramoslara,
Since you have already figured our the conflicting plugin, you can get in touch with their support and inform them about the issue. You can also disable the Schema module of our plugin and keep the Rank Math compatibility option of the Schema & Structured data plugin disabled to fix the issue until Schema & Structured data releases a permanent fix for this.
Please do not hesitate to let us know if you need our assistance with anything else.
Thank you.
Hello @saudpds,
Thank you for contacting Rank Math support.
The issue seems to be related to the Schema & Structured Data plugin. Please disable it and the missing tags should reappear. You can get in touch with the support of the Schema & Structured Data plugin and inform them about the issue, so they can fix it on their end.
Let us know how that goes. Looking forward to helping you.
Hello @bajlazzo,
Thank you for contacting Rank Math support.
The issue is related to the AI Link Genius module, which is a PRO feature. Providing support for paid features is not allowed in the WP.org forums. Please email our support team at support@rankmath.com, so we can assist you further.
Looking forward to helping you.
Hello @rstrah,
Thank you for contacting Rank Math support.
Please navigate to WP Dashboard > Rank Math SEO > Status & Tools > System Status > Copy System Info to Clipboard and share it with us so we can check this further.
Looking forward to helping you.Hello,
Thank you for contacting Rank Math support.
Please navigate to WP Dashboard > Rank Math SEO > Status & Tools > System Status > Copy System Info to Clipboard and share it with us so we can check this further.
Looking forward to helping you.Hello @sambyte,
Thank you for contacting Rank Math support.
The SEO Controls button may have been unpinned, which is why it is not visible in the sidebar. Please enable it in the Gutenberg panel settings and pin it to the toolbar. Here is a quick screencast: https://i.rankmath.com/v/I1K5FH
Hope that helps and please do not hesitate to let us know if you need our assistance with anything else.
Hello @moemorox,
We are glad that the issue has been resolved.
Please do not hesitate to let us know if you need our assistance with anything else.
Thank you.
Hello @otzify,
Thank you for your kind words! We’re glad to hear that you’re happy with both our customer service and the features of the plugin.
- Add the following filter to your active theme’s functions.php file: