Jeremy
Forum Replies Created
-
Hello @harvis,
Here’s a syntax error in the code after you copied it to your website. Please try copying the code from here instead: https://pastebin.com/raw/si6giLhN
Make sure the same exact code is copied to the editor field.
Let us know how that goes. Looking forward to helping you with this one.
Hello @carlosblazquez4global,
Thank you for your detailed feedback. Currently, SVG images are not supported by the Open Graph protocol, which is why they are not accepted as valid OG images. Only the formats listed here are supported: https://developers.facebook.com/docs/sharing/webmasters/#images
We agree that providing a notice when an unsupported format is used would improve the experience, and we’ve noted this as a possible enhancement.
We appreciate your understanding and input.
Hello @harvis,
Thank you for sharing the solution. We’re glad you were able to resolve it, and we really appreciate you leaving the steps here for others.
Don’t hesitate to get in touch with us if you have any other questions.
Hello @allstarsft,
Thank you so much for getting in touch.
Based from your description, the issues are related to the Primary Term setting in Rank Math, which is stored in
wp_postmetaunder the meta keyrank_math_primary_category(value is the term ID).Manually selecting the Primary Term fixes product pages, but archive issues persist because the correct Primary Term isn’t set for all products. Currently, WP All Import does not automatically set the Rank Math Primary Term, but you can bulk update it via a custom import by mapping the correct term ID to
rank_math_primary_category.Alternatively, you can try using our Import tool (PRO) to modify the
primary_termof every post at scale.Let us know how that goes. Looking forward to helping you.
Hello @harvis,
Can you please share the affected product page URL with us so we can further check it on our end?
Looking forward to helping you with this one.
Hello @pierremartin310,
The
sitemap_index.xmlis the main sitemap index file. It acts as a container and lists all the individual sitemap files for your site, such aspage-sitemap.xml,post-sitemap.xml, and other post type sitemaps. Each of those individual sitemap files contains the actual URLs for that specific content type.Normally,
sitemap_index.xmlshould only list these sub-sitemaps, not all page URLs directly. The fact that yoursitemap_index.xmlis showing all page URLs instead of linking to sub-sitemaps is not expected behavior and requires further investigation from our side.Regarding the error you see when submitting
page-sitemap.xmlto Google Search Console, this is likely related to the same issue.To help us investigate and resolve this properly, please email our support team directly at support@rankmath.com, and we’ll be happy to assist you further.
Looking forward to helping you get this sorted.
Hello @harvis,
The adjustment applies only to regex redirects, where the captured group can otherwise cause the extra redirect.
For exact 301 redirects, the same rule applies that yuor destination URL should match your site’s canonical structure. Since your site enforces trailing slashes, it’s perfectly fine to include the trailing / in both the source and destination.
Hello @grapestain,
Yes, in class-seo-analyzer.php, the
$api_errorproperty is private, which can cause the behavior you described in Rank Math PRO.We’ve shared this with our development team for review and improvement. We appreciate your feedback and for bringing this to our attention.
Don’t hesitate to get in touch with us if you have any other questions.
Hello @nafi121,
From your code, it looks like the change ensures that the “Include Empty Terms” setting is correctly respected when generating the sitemap. Originally, the
$hide_emptyparameter was always used, which caused empty product categories to be excluded, even if the setting was enabled. Your modification conditionally overrides$hide_emptyfor taxonomies where “Include Empty Terms” is active, which explains why it resolved the issue.We really appreciate you taking the time to pinpoint this.
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 ,
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: Plugins
In reply to: [Rank Math SEO – AI SEO Tools to Dominate SEO Rankings] Error on page accountHello @avsalexandra,
Thank you for your query and we are so sorry about the trouble this must have caused.
We will need to check this further on your site. Please email our support team at support@rankmath.com so we can assist you further.
Looking forward to helping you.
Hello @bajlazzo,
Thank you for reaching out and we are so sorry about the trouble this must have caused.
This appears to be a broader compatibility issue, and our development team will need to review it in more detail. Please reach out to us at support@rankmath.com with your site details (including affected pages and whether custom taxonomies are in use), so the team can investigate and address this properly.
We appreciate your patience and cooperation.
Hello @harvis,
Thank you for pointing this out.
In WordPress environments where trailing slashes are enforced, using
/$1/in the destination URL is recommended to avoid an extra 301 redirect. This helps ensure a single redirect, which is better for both SEO and performance.The tutorial shows a generic example, but in practice, the destination should match your site’s URL structure. There’s no technical downside to using the trailing slash when your site enforces it.
Don’t hesitate to get in touch with us if you have any other questions.
Hello @galbaras,
Thank you for sharing your feedback and we truly appreciate you taking the time to point this out.
We understand your concern, and we’ve noted your suggestion. If this is something we can improve in the future, we’ll be sure to consider it. At the moment, the PRO plugin remains active even if the Free version is updated first, which is why we always recommend keeping both Rank Math Free and PRO on their latest versions to avoid compatibility issues.
Thank you again for your valuable input, and please let us know if you need any further assistance.