-
sensitive
-
Hello,
Thank you so much for getting in touch.
Rank Math is already integrated with the Import WP plugin via their official addon, which supports importing SEO meta, descriptions, focus keywords, and more.
You can follow their integration guide here: https://www.importwp.com/integrations/rank-math-seo/
That should help you import all Rank Math data directly from your CSV file.
Don’t hesitate to get in touch with us if you have any other questions.
Thank you for your response. Why aren’t the keywords displayed in the website’s HTML code?
Hello,
In Rank Math, the focus keywords you set are primarily used for SEO analysis and optimization within the plugin, but they do not automatically generate a “ tag in the HTML output of your pages.
Search engines like Google no longer use the keywords meta tag as a ranking signal, which is why Rank Math does not include it by default. Instead, it focuses on optimizing your content based on the focus keywords you set.
If you still want to add the tag manually, you can do so by adding the following filter:
add_filter( 'rank_math/frontend/show_keywords', '__return_true');
This will allow Rank Math to display the keywords meta tag on your website. However, please note that this is optional since search engines do not consider it for ranking.
Here’s how you can add filter/hook to your WordPress 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.
Thank you for your response.
Is there any way to change the name of the sitemap? For example, I could give it a different name.
Hello,
To change/rename your sitemap index, you can use and customize this filter:
/** * Filter: 'rank_math/sitemap/index_slug' - Modify the sitemap index slug. * * @param string $slug Sitemap index slug. * * @return string */ add_filter( 'rank_math/sitemap/index/slug', function($slug) { return 'my-custom-sitemap'; //change the name here }, 10, 1 );
And here’s how you can add a filter:
https://rankmath.com/kb/wordpress-hooks-actions-filters/Once done, follow the steps to flush the sitemap cache:
https://i.rankmath.com/pipRDpLet us know how this goes.
Hello,
Since we did not hear back from you for 15 days, we are assuming that you found the solution. We are closing this support ticket.
If you still need assistance or any other help, please feel free to open a new support ticket, and we will be more than happy to assist.
Thank you.
The ticket ‘No se muestra los keywords en la página’ is closed to new replies.