Jaideep Asrani
Forum Replies Created
-
Forum: Plugins
In reply to: [Rank Math SEO – AI SEO Tools to Dominate SEO Rankings] Problem with titleHello @lauramark,
Thank you for contacting Rank Math support.
Google showing your site name in lowercase instead of SingerFit is usually not related to the SEO plugins. It’s how Google decides to display the site name / brand name in search results. Google often rewrites titles and site names based on what it detects across your site and structured data.
We can check that you’ve added the site name in all caps. We recommend using “SingerFit“, as that can help Google display the site name correctly.
Hope that helps and please do not hesitate to let us know if you need our assistance with anything else.
Hello @harvis,
Thank you for contacting Rank Math support.
You can’t use the same slug for categories. By default, WordPress requires all category slugs to be unique, regardless of their parent category. It is a core limitation to prevent URL conflicts if the hierarchy is changed.
You can try using a plugin like Permalinks Manager and see if it can help you achieve the desired permalink structure for subcategories.
Please do not hesitate to let us know if you need our assistance with anything else.
Hello @navnath777,
Thank you for contacting Rank Math support.
Please record and share a screencast of the issue, so we can check and assist you further. You can use a tool like https://loom.com/ to record and share the screencast.
Looking forward to helping you.
Hello @lizeshakya,
Since we didn’t hear back from you we are going to mark this ticket as resolved. If you have any additional information to share feel free to re-open the ticket.
Thank you.
Forum: Plugins
In reply to: [Rank Math SEO – AI SEO Tools to Dominate SEO Rankings] Origin FieldHello @nigel-lew,
Thank you for contacting Rank Math support.
The Origin field is WooCommerce’s default order attribute. It doesn’t belong to our plugin.
Please do not hesitate to let us know if you need our assistance with anything else.
Hello @harvis,
The filter will also change the primary category in the Schema.
Please do not hesitate to let us know if you need our assistance with anything else.
Thank you.
Hello @carlosblazquez4global,
The issue has been fixed in a recent update of our plugin. Please confirm which version of our plugin you’re using on our site.
Thank you.
Hello @carlosblazquez4global,
Thank you! We really appreciate your help.
Please do not hesitate to let us know if you need our assistance with anything else.
Hello @mark-klinefelter,
You can add the following CSS in WP Dashboard > Appearance > Customizer > Addition CSS to change the line height of TOC elements:
#rank-math-toc ul li {
line-height: 3em!important;
}Hope that helps and please do not hesitate to let us know if you need our assistance with anything else.
Hello @harvis,
Please use the following filter to set the deepest category as primary category even if multiple categories are selected:
add_filter( 'rank_math/frontend/breadcrumb/main_term', function( $term, $terms ) { global $post; $product_terms = get_the_terms( $post->ID, 'product_cat' ); if ( empty( $product_terms ) || is_wp_error( $product_terms ) ) { return $term; } $deepest_term = null; $max_depth = -1; foreach ( $product_terms as $product_term ) { $ancestors = get_ancestors( $product_term->term_id, 'product_cat' ); $depth = count( $ancestors ); if ( $depth > $max_depth ) { $max_depth = $depth; $deepest_term = $product_term; } } return $deepest_term ?: $term; }, 10, 2 );Hope that helps and please do not hesitate to let us know if you need our assistance with anything else.
Hello @carlosblazquez4global,
Thank you for sharing the details. We can replicate the issue on our end and have informed the development team. The code should be updated soon in the guide.
Please do not hesitate to let us know if you need our assistance with anything else.
Thank you.
Hello @carlosblazquez4global,
We are glad 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 @carlosblazquez4global,
We are sure that the SVG format is not supported by OpenGraph. SVG is XML-based and can contain scripts, external references, and fonts. Social platforms avoid anything that could execute or fetch external resources.
Please do not hesitate to let us know if you need our assistance with anything else.
Thank you.
Hello @carlosblazquez4global,
Please share the screenshots so our developers can check this further. You can use a tool like https://imgur.com/ to share the screenshots.
Looking forward to helping you.
Hello @lizeshakya,
The plugin will cause a fatal error only if you’re using a very old version of the PRO plugin. If you’re using the latest version of the PRO plugin or if you’re using only the Free version, you won’t get the fatal error.
Please share a screenshot of the version of the PRO plugin you’re using and also the email address of your PRO account, so we can check and assist you further. You can use a tool like https://imgur.com/ to share screenshots.
Looking forward to helping you.