A couple of "pre-sales" questions from Yoast user

#14432
  • Resolved jorge
    Rank Math free

    1. We have a pretty big site (over 90,000 posts). Question is if your migration tool (Yoast to RankMath) can handle that without data loss?
    2. Unlike most sites, our CATEGORY and TAG pages must be optimized. Question is if all the RankMath tools (Keyword optimization, Rich Snippets, etc) are available for them.

    Thank you!

    • This topic was modified 4 years, 7 months ago by jorge. Reason: Adding Sensitive Data
Viewing 15 replies - 1 through 15 (of 22 total)
  • Hello,

    Thank you for contacting Rank Math today and for the interest in our plugin.

    1). Yes the importer should be able to handle this data. The data is normally imported in batches to ensure that there is no data loss. You can control the number of items that are processed by using the following filter in your theme’s functions.php file:

    /**
     * Number of items to import per run.
     *
     * @param int $items_per_page Default 100.
     */
    add_filter( 'rank_math/importers/items_per_page', function( $items_per_page ) {
     return $items_per_page;
    });

    2). Yes, the optimization options are also available for category and tag pages. It is also possible to enable and disable the Rank Math metabox on these pages.

    Looking forward to helping you. Thank you.

    ​​​​​​

    jorge
    Rank Math free

    Thank you Michael!
    The import was indeed successful and most tools are available for our Tags and Category pages, but the Rich Snippet tab is not, check the attached image please (Admin view)

    https://i.imgur.com/fVvoldD.png

    Any advice?
    Regards.

    • This reply was modified 4 years, 7 months ago by jorge.
    jorge
    Rank Math free

    Btw, my settings for Tags and Category pages are:

    Hi Jorge,

    Thanks for the follow up.

    Please check to ensure that the rich snippets module is enabled via Rank Math > Dashboard as shown below:
    Rich snippet module

    I hope this info helps. Thank you.

    jorge
    Rank Math free

    It is enabled Michel, I’m able to see the RichSnippets tab in my posts, but not in my taxonomy pages (btw is NOT custom taxonomy, but default Categories and Tags)
    Thank you

    Hello,

    We might need to take a closer look at the settings. Please edit the first post on this ticket and include your WP logins in the designated Sensitive Data section.
    Sensitive Data Section

    It is completely secure and only our support staff has access to that section. If you want, you can use the below plugin to generate a temporary login URL to your website and share that with us instead:

    https://wordpress.org/plugins/temporary-login-without-password/

    You can use the above plugin in conjunction with the WP Security Audit Log to monitor what changes our staff might make on your website (if any):

    https://wordpress.org/plugins/wp-security-audit-log/

    We really look forward to helping you.

    jorge
    Rank Math free

    Hello,

    I have updated the sensitive data as requested. Can you please check further?

    Thank you.

    jorge
    Rank Math free

    Michel, I already tested with the default WP Theme:

    https://i.imgur.com/C3BnEjP.png

    AND turning off every plugin but RankMath

    https://i.imgur.com/6FyqHHN.png

    But still, the Rich Snippets tab is not available in my Category and Tag pages

    https://i.imgur.com/7XUAKKu.png

    Thank you for your kind help with this matter.

    Hello Jorge,

    Thanks for getting back to us.

    Please check the password provided, you site is reporting an invalid password error.

    We look forward to helping you. Thank you.

    jorge
    Rank Math free

    Hello,

    I have updated the sensitive data as requested. Can you please check further?

    Thank you.

    Hi Jorge,

    Thanks for the patience.

    It has just come to my attention that this is by design, Rank Math will automatically add collection page schema to taxonomy pages and it is not possible to assign a different rich snippet to these pages.

    I hope this info helps. Thank you.

    jorge
    Rank Math free

    That’s such bad news.
    The rich snippet option functionality was our reason to choose RankMath over Yoast, our taxonomy pages are critical, if You remember, it was our first question.

    Is there a way to solve this, may be as a premium feature?

    Hi Jorge,

    Thanks for the question.

    The only workaround at the moment would be to generate your custom snippet data for these pages and inject it to these pages using the following filter:

    /**
     * Collect data to output in JSON-LD.
     *
     * @param array  $unsigned An array of data to output in json-ld.
     * @param JsonLD $unsigned JsonLD instance.
     */
    add_filter( 'rank_math/json_ld', function( $data, $jsonld ) {
    	return [];
    }, 10, 2);

    I will also pitch this to our dev team so that this can be considered for future development.

    Thank you.

    jorge
    Rank Math free

    Michael, unfortunately Rank Math completely neglected the default WordPress taxonomy pages.

    The Rank Math redirection manager is NOT able to notice if a Tag or Category is modified or deleted, meanwhile Yoast always shows alerts

    https://i.imgur.com/T49l1TT.png

    Yoast offers it’s full SEO set por these pages, meanwhile RankMath just shows some basic tools, but no word count, no readability score, no Rich Snippets, etc

    https://i.imgur.com/4zd9ait.png

    Hello,

    Thank you for contacting Rank Math today.

    I have raised this issue with our dev team and we will be getting back to you in a short while.

    Looking forward to helping you. Thank you.

    ​​​​​​

Viewing 15 replies - 1 through 15 (of 22 total)

The ticket ‘A couple of "pre-sales" questions from Yoast user’ is closed to new replies.