Skip Navigation

[Resolved] Toolset + RankMath SEO integration

This support ticket is created 4 years, 10 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Our next available supporter will start replying to tickets in about 0.42 hours from now. Thank you for your understanding.

Sun Mon Tue Wed Thu Fri Sat
- 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Kolkata (GMT+05:30)

This topic contains 4 replies, has 2 voices.

Last updated by Joe H. 4 years, 10 months ago.

Assisted by: Minesh.

Author
Posts
#1467883

Tell us what you are trying to do?

Trying to implement integration between Toolset Types and RankMath SEO as per this article so that RankMath will 'see' data in Toolset custom fields:
hidden link

According to a thread on Rathmath forum:
"We have just released a content analysis API to add the compatibility that you are looking for in Rank Math! You will however need to get in touch with the guys from Toolset Types so that they can help in the integration. Please take a look at this resource page for more info on this: hidden link "

From what I can tell, RankMath's answer to integration with CPT plugins is to have published an API and then plugin developers have to choose to integrate it. It's not something I can do with custom code (even if I knew how which I do not).

They provide an example of where their content-analysis-api has been used in another plugin here:
hidden link

My guess is you will say this 'beyond scope of support' and that I should hire a developer. But what can a developer do if its additional code to Types that is needed?

#1468957

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

Hello. Thank you for contacting the Toolset support.

Thank you for sharing the API doc but the Doc you shared is not clear and there are no clear examples on how to integrate the custom fields.

if its additional code to Types that is needed?
==>
If you think that this should be looked by our Devs, then you should file a feature request to integrate the RankMath SEO plugin API with Toolset using the following link:
- https://toolset.com/home/contact-us/suggest-a-new-feature-for-toolset/

There is nothing much I can offer you at the moment.

#1471937

In the article I referenced, RankMath offers this as an example:
hidden link

#1472325

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

Yes - I already show that but as you can see the code is set to query the title and content.

wp.hooks.addFilter( 'rank_math_title', this.pluginName, $.proxy( this.reviewTitle, this ) )
wp.hooks.addFilter( 'rank_math_content', this.pluginName, $.proxy( this.reviewDescription, this )

And there is lot of custom JS code added to integrate that hook and honestly I do not know how that code works. In addition to that, as you already acknowledge as a Toolset supporter we are not allowed to debug such custom code belongs to third party plugin.

I'm afraid I do not have much to offer you as it looks like even if you want to implement such code you will require Pro JS developer who can write such custom code for you.

#1472403

My issue is resolved now. Thank you!