Hello @expertimmodelarc,
Thank you for contacting the support and sorry for any inconvenience that might have been caused due to that.
Google’s limits are set by them but Bing increases the quota over time. In the plugin, the limits are hardcoded, but you can adjust them with these filters:
https://github.com/rankmath/fast-indexing-api/blob/master/includes/class-instant-indexing.php#L459-L463
Hope that helps.
Hello,
Thanks,
The mentioned URL is ending on error 404.
However, when I do test with URL :
“https://ssl.bing.com/webmaster/api.svc/json/GetUrlSubmissionQuota?siteUrl=https://MYSITEIRI&apikey=MYKEY”
I receive following JSON :
{“d”:
{“__type”:”UrlSubmissionQuota:#Microsoft.Bing.Webmaster.Api”,
“DailyQuota”:10000,
“MonthlyQuota”:270000}}
How is it that Rank Math do not catch this ?
Concerning Google , RankMath is obviously counting the number of requets (single or batch) but not the number of URL lines sent in batch, which is the real Google quota.
Regards
JPFOL
Hello @expertimmodelarc
We are looking into it and as soon as will have an update on it, we will let you know.
We seek your patience and understanding in this matter.
In the meantime, if there’s anything else we can help you with, please let us know.
We are here to assist. Thank you.
Hello,
Thank you for your patience.
Please update Rank Math & all other plugins, themes, and WordPress to the latest version.
The issue should be fixed.
If not, please feel free to open a support topic or reply to this message and we will be more than happy to assist.
Hello Great,
Thanks for your effort. It works perfectly now for GoogleAPI.
However, Bing “UrlSubmissionQuota (per day)” quota is still not catched correctly by Rank Math :
“https://ssl.bing.com/webmaster/api.svc/json/GetUrlSubmissionQuota?siteUrl=https://MYSITEIRI&apikey=MYKEY”
I receive following JSON :
{“d”:
{“__type”:”UrlSubmissionQuota:#Microsoft.Bing.Webmaster.Api”,
“DailyQuota”:10000,
“MonthlyQuota”:270000}}
Hello @expertimmodelarc
We don’t use Bing’s quota endpoint in the plugin. Instead, you should use this filter:
add_filter( 'rank_math/indexing_api/limit_bing_submitperday', function() { return 10000; } );
With that being said, there are existing feature requests, so we’ve added your vote to our internal suggestions lists. If your suggestions are something that we’re able to introduce, we’ll be sure to let you know.
Hope that helps. Thank you.
Thanks,
I discovered following Bing url to remove obsolete content (ie going to 404 error).
https://www.bing.com/webmasters/tools/contentremoval
Could be a new feature request also.
Regards
JPFOL
Hello @expertimmodelarc
Thank you for your valuable suggestion.
The last time we checked, Bing was not exposing this data in their API.
Once they do that, we can consider adding it to the plugin.
Hope that helps. If there’s anything else we can help you with, please let us know. We are here to assist.