• Resolved Fabio Perri

    (@fabioperri)


    Hi,

    Transposh translation of permalinks and urls it’s compatible with Rank Math SEO Plugin ?

    Once the url and permalinks are translated by Transposh, are these inserted correctly in the sitemap created by Rank Math and are correctly interpreted by Rank Math in relation to SEO ?

    Thanks in advance for the support.

    • This topic was modified 4 years, 8 months ago by Fabio Perri.

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author oferwald

    (@oferwald)

    Hi,

    Since I have never seen/heard of that plugin before, I am quite sure that the translated URLs are not added to the sitemap generated by it, although – depending on the design of that plugin, and assuming a proper hook is provided, one can probably do it using the already existing samples of code that exist in the current plugin for other sitemap plugins.

    Thread Starter Fabio Perri

    (@fabioperri)

    Hi, and thanks for answering me, you are very kind.

    I’m not here to advertise anyone, but first i used Yoast SEO (full paid version) that I don’t use anymore and now I have been using Rank Math SEO on all my websites for a long time and I feel great (it’s the most complete plugin that there is and is also very reliable), is an excellent plugin and is completely free (over 100,000+ Active Installations – Over 487 review with average rating 4.8 out of 5 stars).

    Said this also opened this topic on the official Rank Math support page here on WordPress.org (and here they still haven’t responded):

    https://wordpress.org/support/topic/rank-math-seo-its-compatible-with-transposh-translation-of-permalinks-and-urls/

    I also opened this topic on the official Rank Math support page on official RankMath.com website (and here they still responded):

    https://support.rankmath.com/ticket/rank-math-seo-its-compatible-with-transposh-translation-of-permalinks-and-urls/

    I can guarantee you from personal experience that all RankMath developers and support staff are very friendly and helpful, so i ask you to be able to contact them ( perhaps via the topic i opened on their official support site, where have already replied: https://support.rankmath.com/ticket/rank-math-seo-its-compatible-with-transposh-translation-of-permalinks-and-urls/ ) so as to allow Transposh (which is really exceptional) to be perfectly compatible also with RankMath.

    Thanks in advance for the support.

    Good job and good day for you.

    • This reply was modified 4 years, 8 months ago by Fabio Perri.
    • This reply was modified 4 years, 8 months ago by Fabio Perri.
    Thread Starter Fabio Perri

    (@fabioperri)

    Hi, please, RankMath support Staff and Administrators responded to this link on official RankMath.com support forum page again:

    https://support.rankmath.com/ticket/rank-math-seo-its-compatible-with-transposh-translation-of-permalinks-and-urls/

    This is the copy of the answer of RankMath Support Staff and Administrators:

    Hello,

    The plugin author can add the following Sitemap filter to their plugin to make it compatible with the Rank Math plugin:

    Rank Math SEO Filters and Hooks for Developers:

    https://rankmath.com/kb/filters-hooks-api-developer/

    Once added, they can contact us through our contact us page, so, we can list them as one of compatible plugins with a DoFollow backlink to their site:

    https://rankmath.com/compatibility/

    Hope that helps. Thank you.

    Please reply and thank you in advance for your help and for the excellent work you do with Transposh.

    • This reply was modified 4 years, 8 months ago by Fabio Perri.
    • This reply was modified 4 years, 8 months ago by Fabio Perri.
    Plugin Author oferwald

    (@oferwald)

    Hello Fabio,

    Thanks for your message, I did take a look at their filters to see if the implementation could really be as simple as that, however this is still not the case.

    The main reason, they provide filters that can be run on each url, and an add urls action, this is quite nice for most use cases, but the translation use case is simple:
    1. The plugin should provide an action with the original url (not that hard).
    2. Transposh than should be able to add the new urls (with a lesser priority, normally). to the sitemap creation.
    3. Currently the filters and actions for rankmath does not allow me to do that.

    To see how its done, take a look at transposh_3rdparty.php at the add_sm_transposh_urls function, where the action triggered by the sitemap generator allows me to access that generator and create the new urls.

    A filter which would have allowed my to return an array could have been just as good.

    Since I have no account on their support site, I suggest we continue with the broken phone for a while, just forward them my message 🙂

    Good luck,

    Thread Starter Fabio Perri

    (@fabioperri)

    Hi, and thanks for the time you’re dedicating me and for your support.

    I just shot your answer on the RankMath Official Support Forum and I’m waiting for them to answer, this is the link to the discussion:

    https://support.rankmath.com/ticket/rank-math-seo-its-compatible-with-transposh-translation-of-permalinks-and-urls/

    As soon as they answer me I will bring you the answer here.

    However, it would be easier if you could reply directly to them on their Official Support Forum or on your Official Support Forum. Maybe you could open an account on their Official Support Forum (it’s completely free) so you can solve this problem.

    I hope for your help and as always i thank you for your courtesy and professionalism, thank you very much.

    • This reply was modified 4 years, 8 months ago by Fabio Perri.
    Thread Starter Fabio Perri

    (@fabioperri)

    Hi, please, RankMath support Staff and Administrators responded to this link on official RankMath.com support forum page again:

    https://support.rankmath.com/ticket/rank-math-seo-its-compatible-with-transposh-translation-of-permalinks-and-urls/

    This is the copy of the answer of RankMath Support Staff and Administrators:

    “Hello,

    Thank you for your continued patience and willingness to fix it.

    Transposh developer can use this filter to add extra URLs in the Sitemap based on the type. So if he want to add an extra URL in the post, he can use

    add_filter( ‘rank_math/sitemap/post_content’, function( $urls ) {
    $urls = …..
    return $urls;
    })

    Here’s the link to the filter code:
    https://rankmath.com/kb/filters-hooks-api-developer/#add-extra-urls-in-sitemap

    Hope that helps.

    Also, once the integration is there, can you please ask the developer to contact us via our contact form so we can add his plugin to our list and add a DoFollow backlink from our website?
    https://rankmath.com/compatibility/

    Good day.”

    However, it would be easier if you could reply directly to them on their Official Support Forum or on your Official Support Forum. Maybe you could open an account on their Official Support Forum (it’s completely free) so you can solve this problem.

    I hope for your help and as always i thank you for your courtesy and professionalism, thank you very much.

    Plugin Author oferwald

    (@oferwald)

    Hi,

    I guess you will need to create a new ticket on their site, this filter does not provide the urls, not one, not any, it just allows me to add url of my own where I don’t know what urls they want to add, so it does not cut it.

    The idea for a filter for a translation plugin is that you will get each url as its added to the sitemap, and allow you to return several urls, they lack this functionality.

    This will remain on hold until they provide such functionality, in the past I provided patches to third party plugins, this proved to be too hard for me to support in the long run.

    Sorry,

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Transposh translation of permalinks and urls it’s compatible with Rank Math SEO’ is closed to new replies.