#2 Integration with Dokan Multivendor

#58609
  • Resolved Brian
    Rank Math pro

    The specific issue Dokan store URLs NOT being added to the pages in Rank Math sitemap.

    This issue was raised in part previously and marked resolved as the ticket timed out, hence my title named #2, however, no resolution is provided in that previous ticket so I assume the asker simply gave up and went back to Yoast.

    I want to stay with Rank Math. Dokan is now a market leader in multi-vendor, so this is probably a very important issue to solve for Rank Math anyway.

    So could you please follow up with Dokan again to determine if there is a solution or potential for a workaround? Maybe by now there is now a solution or workaround. We can add some code to functions if we need to help facilitate a solution.

    Failing that, could you please advise how I can manually request (force) Rank Math to include specific URL’s in the pages sitemap. Using this way I could add the URL of each store to Rank Math manually as a crisis-management local workaround – to cover us for the short term until a proper solution is offered.

    By the way, in most other ways I have tested Rank Math seems to be a great product. Just this one killer issue. Thank you so much.

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

    Thank you for contacting Rank Math and sorry for any inconvenience that might have been caused due to that.

    I have updated the dev team on this follow up. Could you also please get in touch with Dokan support to create and integration with Rank math as they have done for Yoast.

    Looking forward to helping you. Thank you.

    ​​​​​​​

    Todd
    Rank Math free

    Hello,

    Please use this filter to add custom URLs to the Sitemap:

    add_action( 'rank_math/sitemap/page_content', function() {
        return '<url>
    		    <loc>https://vooglue.com/store/brian-carew-hopkins/</loc>
    		    <lastmod>2020-05-22T18:02:24+00:00</lastmod>
    	    </url>';
    });
    

    Hope that helps and please do not hesitate to let us know if you need our assistance with anything else.

    @Todd thanks very much for the code snippet.

    I added it to our child theme functions file but so far the extra item is not showing up on the page-sitemap.xml. Its been about 20 mins so the item should be there now right? I am using incognito so it is not a caching issue.

    Is the theme functions the right place to put?
    Anything else I need to do?

    Thanks in advance for your further advice on this.

    Todd
    Rank Math free

    Hi Brian,

    We might need to take a closer look at the settings. Please 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.

    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.

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

The ticket ‘#2 Integration with Dokan Multivendor’ is closed to new replies.