Product Attributes Causing Rank Math Titles & Meta Page to Load Very Slowly

#1082607
  • Resolved Giorgi Aptsiauri
    Rank Math free

    Hello,
    On my website, in Rank Math → Titles & Meta, the page loads extremely slowly because it tries to load thousands of WooCommerce product attributes (pa_ taxonomies). Even when I disable unnecessary taxonomies, the attributes keep reloading automatically.

    I would like to completely remove all product attributes (pa_ taxonomies) from appearing in the Titles & Meta settings so the page loads faster.

    Could you please tell me how to permanently hide/remove all product attribute taxonomies from the Titles & Meta page without affecting my site’s SEO for products?

    Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello,

    We apologize for the issue you are facing with the slow loading of the Titles & Meta page in Rank Math due to the numerous WooCommerce product attributes.

    To hide or remove product attribute taxonomies from appearing in the Titles & Meta settings, you can follow these steps:

    1. Disable Unused Attributes: First, ensure that you have disabled any unused attributes in your WooCommerce settings. You can do this by navigating to Products → Attributes in your WordPress dashboard and removing any attributes that are not in use.

    2. Use Code Snippet: If you want to completely hide the product attributes from the Rank Math Titles & Meta settings, you can add a code snippet to your theme’s functions.php file or use a custom plugin. Here’s a sample code snippet that you can use:

      add_filter( 'rank_math/titles/meta_taxonomies', function( $taxonomies ) {
         unset( $taxonomies['pa_your_attribute_name'] ); // Replace 'your_attribute_name' with the actual attribute slug
         return $taxonomies;
      });

      You will need to replace 'pa_your_attribute_name' with the actual slugs of the attributes you want to hide. Repeat this line for each attribute you wish to remove.

    3. Check for Plugin Conflicts: Sometimes, other plugins may conflict with Rank Math and cause performance issues. Ensure that all your plugins are updated and check if disabling other plugins improves the loading speed.

    4. Contact Support for Advanced Issues: If the problem persists, it might be beneficial to reach out to our support team for further assistance. They can provide more tailored help based on your specific setup.

    By following these steps, you should be able to improve the loading speed of the Titles & Meta page without negatively impacting your site’s SEO for products. Thank you for raising this concern!

    Hello,

    You seemed to have marked this ticket as resolved.

    We’re just following up with you to see if you have any other questions or concerns that we can assist you with. Or, if your issue has been resolved, please let us know so we can mark this ticket as closed.

    Thank you for choosing Rank Math.

Viewing 2 replies - 1 through 2 (of 2 total)

You must be logged in to reply to this ticket.