Jeremy
Forum Replies Created
-
Hello,
Thank you for your query and we are so sorry about the trouble this must have caused.
Before calling the
is_account_page()function, Rank Math will check if the helper class containing the function is present (Helper::is_woocommerce_active) to avoid such error. However, it isn’t the case on your end.We aren’t able to reproduce this issue from our end so we need to investigate the issue on your side. Please head over to your WP Dashboard > Rank Math > Status & Tools > System Status and click the “Copy System Info to Clipboard” button, and paste it here so we can further analyze the issue.
Looking forward to helping you.
Hello @ov3rfly,
Thank you for your query and we are so sorry about the trouble this must have caused.
We have already identified this issue internally and have discussed it with our development team to update the required WordPress version information accordingly to avoid further confusion.
We truly appreciate you bringing this to our attention and for your detailed feedback.
Thank you for your understanding and support.
Hello @thegulshankumar,
Since we didn’t hear back from you, we are going to close this thread. Feel free to re-open it or create a new one if you still need assistance.
Thank you.
Hello @jaymejion,
Since we didn’t hear back from you, we are going to close this thread. Feel free to re-open it or create a new one if you still need assistance.
Thank you.
Forum: Reviews
In reply to: [Rank Math SEO – AI SEO Tools to Dominate SEO Rankings] Yoast But Better?Hello @jennifer78,
Thank you so much for your kind review and for choosing Rank Math. We’re delighted to hear that you’re enjoying the extra features and overall experience with the plugin.
Rank Math was designed to be both powerful and user-friendly. Since the plugin includes many advanced features, the dashboard can initially feel a bit overwhelming for some users. To make things simpler, we included an Easy Mode option that only displays the essential settings and features.
You can enable Easy Mode by navigating to your WordPress Dashboard → Rank Math → Dashboard.
Please see the screenshot below for reference: https://i.rankmath.com/i/c4pLbc
Hope that helps and thanks again for the feedback.
Hello @webluminollp,
Thank you so much for getting in touch and we appreciate you for sharing your insights and contribution regarding the recent Google changes to FAQ Rich Results.
Yes, this is correct. Google has significantly reduced the visibility of FAQ rich results and now primarily shows them for well-known government and health websites. Because of this, FAQ schema may no longer provide the same visibility benefits for most websites.
That said, implementing FAQ schema can still help Google better understand the page content.
You can also refer to Google’s official announcement here: https://developers.google.com/search/blog/2023/08/howto-faq-changes
Don’t hesitate to get in touch with us if you have any other questions.
Forum: Reviews
In reply to: [Rank Math SEO – AI SEO Tools to Dominate SEO Rankings] Yoast Who??Hello @alannah98,
Thank you for your kind feedback.
We understand the dashboard can feel a bit overwhelming at first, but you’ll find it becomes much easier as you get familiar with it. You can enable Rank Math’s Easy mode by navigating to your WordPress Dashboard > Rank Math > Dashboard. See screenshot for your reference: https://i.rankmath.com/i/c4pLbc
If you need any help getting set up, this guide will help you get started quickly: https://rankmath.com/kb/how-to-setup/
Hope that helps.
Hello @kenbot,
Thank you for your honest feedback, and we truly understand your frustration.
Just to clarify, Divi 5 has only recently reached stable release, and full compatibility with Rank Math is still a work in progress. Our team at Rank Math is already actively working on improving the integration, but at the moment we do not have a confirmed ETA to share.
We’re sorry for the inconvenience this is causing and appreciate your patience while we complete this work. In the meantime, Rank Math’s core SEO features will continue to function normally outside the visual builder.
If you have any other questions, we’re here to help.
Hello ,
Since we didn’t hear back from you, we are going to close this thread. Feel free to re-open it or create a new one if you still need assistance.
Thank you.
Hello @luislu,
Glad to hear that you got it sorted out.
Don’t hesitate to get in touch with us if you have any other questions.
Hello @dswebnew,
Thank you for sharing your concern and glad to hear that you got it sorted out.
Appreciate the contribution to address the issue.
Don’t hesitate to get in touch with us if you have any other questions.
Hello @wpfixpath,
Thank you for sharing your insights and troubleshooting suggestions regarding the current sitemap 404 issue. We appreciate your contribution to the discussion.
Hello @feodoraxis,
We will need to check this further on your site. Please email our support team at [email protected] so we can assist you further.
Looking forward to helping you.
Forum: Reviews
In reply to: [Rank Math SEO – AI SEO Tools to Dominate SEO Rankings] SEO Work EasierHello @klarissa3,
Thank you for the kind words and we’re glad the SEO score feature is proving helpful!
Regarding the setup options, we completely understand that it can feel overwhelming at first. You may not be aware, but Rank Math has an Easy mode that displays only the essential options, making things much simpler. You can enable it by going to your WordPress Dashboard > Rank Math > Dashboard, and switching to Easy mode from there.
Here’s a screenshot for your reference: https://i.rankmath.com/i/c4pLbc
We hope that helps streamline your experience. Feel free to reach out if you have any questions.
Hello @banshik,
Thank you for sharing your experience and we’re sorry to hear about the trouble this caused you.
The Gravatar URL in the schema is pulled from the author’s profile data in WordPress. You can resolve this by going to WordPress Dashboard > Users, selecting the relevant user, and uploading a custom profile image to replace the Gravatar.
Alternatively, if you’d prefer to remove the image from the schema entirely, you can use the following filter:
add_filter( 'rank_math/json_ld', function( $data, $jsonld ) {
unset($data['ProfilePage']['image']);
return $data;
}, 99, 2);If you’d like to replace it with a custom image instead, we have a filter for that as well:
add_filter('rank_math/json_ld', function ($data, $jsonld) {
$data['ProfilePage']['image'] = [
'@type' => 'imageObject',
'@id' => 'ID you want to set',
'url' => 'URL you want to set',
'caption' => 'caption you want to set',
];
return $data;
}, 99, 2);You may refer to this guide on how to add filters to your website: https://rankmath.com/kb/wordpress-hooks-actions-filters/
We appreciate your feedback and hope this helps. Please don’t hesitate to reach out if you need further assistance.