Jaideep Asrani
Forum Replies Created
-
Hello @mark-klinefelter,
You can use a tool like https://imgur.com/ to share screenshots with us so we can check and help you fix the line height.
Looking forward to helping you.
Hello @allstarsft,
We have received your email. We will check and get back you to soon with an update via email.
Thank you.
Forum: Reviews
In reply to: [Rank Math SEO – AI SEO Tools to Dominate SEO Rankings] Rank Math SEO PluginHello @reydos,
We’re glad to hear Rank Math has been helpful for your website. Thank you for the 5-star feedback and for using our plugin.
Hello @mark-klinefelter,
Thank you for contacting Rank Math support.
Please share the URL of an affected page so we can check and assist you further.
Looking forward to helping you.
Hello @carlosblazquez4global,
Thank you for contacting Rank Math support.
We are not able to replicate the issue on our end. The translated homepage URL is being included in the page sitemap with the default code. Can you please share more details about your setup, so we can reproduce the issue on our end?
Looking forward to helping you.
Hello @harvis,
Thank you for contacting Rank Math support.
You can use the following filter to set the deepest child category as the Primary Category in the breadcrumbs:
add_filter( 'rank_math/frontend/breadcrumb/main_term', function( $term, $terms ) { global $post; $current_terms = get_the_terms($post->ID, 'product_cat'); if ( empty( $current_terms ) ) { return $term; } $child_term = get_term_by( 'term_id', $current_terms[count($current_terms)-1]->term_id, $term->taxonomy ); return $child_term; }, 10, 2 );Here is how to add a filter to your site: https://rankmath.com/kb/wordpress-hooks-actions-filters/
Hope that helps and please do not hesitate to let us know if you need our assistance with anything else.
Hello @allstarsft,
- Please note that the breadcrumbs on the archive page of the main category will not include the subcategories. The breadcrumbs on the archive pages are correct. If your concern is related to something else, please share more screenshots so we can check this further.
- If you want to include the shop base in the product categories, please set it in the Permalinks settings of WordPress. Once done, navigate to WP Dashboard > Rank Math SEO > General Settings > WooCommerce and disable the “Remove Category Base” option.
- Please note that the primary category is saved in the “rank_math_primary_product_cat” meta key. Please make sure that you have imported the primary category correctly, and let us know if the issue with the product URLs still persists.
Looking forward to helping you.
Hello @marketingtech,
- Yes. You can safely assign the same primary category to multiple posts or products. This does not cause SEO, breadcrumb, or schema conflicts.
- By default, WordPress (or the theme) usually picks the first assigned category or a hard-coded logic in the theme. There is no strict rule, so it can be inconsistent.
- Showing categories in breadcrumbs is generally better than keeping them minimal.
- Yes. Category-based breadcrumbs improve site structure clarity, internal linking, and user navigation. While the SEO impact is indirect, they are considered a best practice for both SEO and UX.
Hope that helps and please do not hesitate to let us know if you need our assistance with anything else.
Hello @pierremartin310,
Thank you for contacting Rank Math support.
Please share the URL of the missing page so we can check and assist you further.
Looking forward to helping you.
Hello @carlosblazquez4global,
We can replicate the issue on our end and have informed the concerned team. They will update the KB article soon.
Please do not hesitate to let us know if you need our assistance with anything else.
Thank you.
Hello @galbaras,
We have fixed this issue in the latest version of our plugin. The plugin will no longer return an error and will work fine with the WooCommerce version 9.7 or lower.
Please do not hesitate to let us know if you need our assistance with anything else.
Thank you.
Hello @grapestain,
Thank you for contacting Rank Math support.
Please share the error you get when you use the SEO Analyzer so we can check and assist you further.
Looking forward to helping you.
Hello @grapestain,
Thanks for the update and for letting us know. Glad to hear you were able to identify the root cause.
If you run into any further issues or have questions in the future, feel free to reach out.
Hello @carlosblazquez4global,
Thank you for contacting Rank Math support.
The updated code is working fine on our end. Please share some details about the malfunction you faced on your end so we can check this further.
Looking forward to helping you.
Hello @marketingtech,
Thank you for contacting Rank Math support.
- Our plugin already has the option that allows you to select the primary category you want to use in breadcrumbs and permalinks. Please check this guide to learn how to select primary category: https://rankmath.com/kb/how-to-choose-a-primary-category/
- Please note that it is recommended to show breadcrumbs on the front end if you’re using Breadcrumbs Schema. However, if you don’t want the breadcrumbs on the front end, you can remove the breadcrumbs code from the header.php file. Our plugin will still add the Breadcrumbs Schema to the site if the Breadcrumbs option is enabled in WP Dashboard > Rank Math SEO > General Settings > Breadcrumbs.
Hope that helps and please do not hesitate to let us know if you need our assistance with anything else.