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:
-
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.
-
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.
-
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.
-
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.