-
Good day. How can I import all the Schema created from Schema Pro into the Rank Math plugin?
-
Hello,
Thank you for contacting Rank Math and bringing your concern to our attention.
You can import your schema data from the Schema PRO plugin on your WordPress dashboard > Rank Math > Status & Tools > Import & Export tab > Other plugins.
Here’s a link for more information:
https://rankmath.com/kb/import-schema-pro-data/Please note that some options are only available when you enable the Advanced Mode in Rank Math. If it’s not showing, you must have chosen to use Easy Mode.
You can follow the steps in this link to switch to Advanced Mode:
https://rankmath.com/kb/advanced-mode/Hope that helps.
Thank you.
I managed to import the data from Schema Pro but the Schema is not within the Schema Templates of Rank Math? Where can I see and manage the Schema imported from Schema Pro?
Hello,
The Schema Templates feature of Rank Math is only available with the Rank Math PRO version, but the account you have used to open this ticket is the Rank Math free version.
Could you please confirm if you are using the PRO plugin on your site?
If so, please search and forward a receipt from FastSpring.com or the email address you used to purchase so we can locate your account and verify it.
Meanwhile, if you’re not using the Rank Math PRO, then the schema should be applied to your posts and pages upon importing them under the schema tab
Looking forward to helping you.
Thank you.
I’m using the free version. Could you please let me know how one would do it with the pro version. Then I would perhaps consider buying the pro version.
Hello,
The importing processing with the PRO version is pretty much the same as the Free. You can follow the steps from this guide if you have access to our PRO plugin: https://rankmath.com/kb/import-schema-pro-data/#using-rank-math-import-and-export
Hope that helps and please do not hesitate to let us know if you need our assistance with anything else.
Please read all the replies in the previous messages properly. I am not asking how to import, or what the differences are between free and pro. I am asking what I should do to see the templates in the pro version once the Schema has been imported from Schema Pro. How would it be done? What if the templates aren’t visible once the schema has been imported? I’ve seen on many forums that this is a problem with Rank Math.
Hello,
I apologize for the confusion.
At the moment, our plugin doesn’t import the global schema you have set in Schema PRO, instead, we will import the schema you have configured in Schema PRO settings to the individual posts where it should be displayed. So, there will be no schema template to be exported to Rank Math from Schema PRO.
Hope this clarifies any doubts.
Thank you.
Can it be undone in any way?
Hello,
No, this can’t be undone. If you have already imported the data then the only way is to remove it manually from the Schema tab of our meta box in the post editor.
Let us know if you need any other assistance.
Is there a way to completely reset the Rank Math Plugin to completely start from the beginning? So that I can undo the import of the Schema from Schema Pro?
Hello,
Please note that deactivating and deleting the plugins just delete the plugin files from the wordpress plugins folders.
The data that you see on the site is stored at the database associated to Rank Math database tables.
To remove everything related to Rank Math from the database you will have to add the below code in the theme’s
functions.php
file./** * Filter to remove Rank Math data from the database */ add_filter( 'rank_math_clear_data_on_uninstall', '__return_true' );
Here’s how you can add filter/hook to your WordPress site:
https://rankmath.com/kb/wordpress-hooks-actions-filters/Please note : This particular code will not work in the rank-math.php file.
Once it is added, then you will have to proceed to deactivate and delete the Rank Math plugins.
After doing all this reinstall the plugins and set it up again.
We hope that helps, and please don’t hesitate to get in touch if you have any other questions.
Thank you.
After reinstalling again, do I have to remove the code from the functions.php?
Hello,
After uninstalling and deleting the Rank Math Plugin you can feel free to remove the code from the functions.php file.
It is important to remove the code because if the code remains there and in future if you deactivate the plugin for any troubleshooting then it will clear the database related to Rank Math, which can be a great loss of effort on a live site.
We hope that helps, and please don’t hesitate to get in touch if you have any other questions.
Thank you.
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 ‘Import Schema from Schema Pro’ is closed to new replies.