• Resolved ellasbubbles

    (@ellasbubbles)


    Rankmath can configure LD+Json Schema for products, although is not considering the CDN URL’s: This can be seen here: view-source:https://ellasbubbles.com/walk-in-tubs/stainless-steel-door/ultimate/ and found within these tags

    <script type="application/ld+json" class="rank-math-schema">
    EXMAPLE: {"@type":"ImageObject","url":"https://ellasbubbles.com/wp-content/uploads/2020/12/ultimate-airhydroindependent-foot-massage-walk-in-tub-30\u2033w-x-60\u2033l-76cm-x-152cm-34.jpg","height":"1000","width":"1000"}
    </script>

    Note you can extend the JSON with this hook as mentioned here: https://rankmath.com/kb/filters-hooks-api-developer/

    /**
     * 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 [];
    }, 99, 2);
Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Anton Vanyukov

    (@vanyukov)

    @ellasbubbles, I can add this in, but is there any benefit in doing so? This is not loaded on page loads and you’re not really optimising the performance in any way.

    Thread Starter ellasbubbles

    (@ellasbubbles)

    If images are offloaded completely, this would cause further issues

    We have noticed issues as some of the images chosen from RankMath will actually be dead and since deleted images

    Plugin Author Anton Vanyukov

    (@vanyukov)

    @ellasbubbles, I have added an option to control the image object application/ld+json. I’ll mark this as resolved. But if there’s still an issue, please let me know.

    Best regards,
    Anton

    Thread Starter ellasbubbles

    (@ellasbubbles)

    After updating, and then clicking on “Settings” our CPU flew through the roof and crashed our server: https://i.imgur.com/G0GUDOM.png

    Then I rebooted the server and your plugin was missing, and now it cannot be reinstalled: https://i.imgur.com/eTUvtZr.png

    Plugin Author Anton Vanyukov

    (@vanyukov)

    Hi @ellasbubbles,

    What’s your disk usage utilisation? If you’re not able to install a plugin, I would think that something is wrong with the file system.

    I did a quick performance profile on the Settings page – the plugin does not use/load any resource. There’s just a few database calls and it should not be causing the issues above. Can you please ask your host for more details?

    Best regards,
    Anton

Viewing 5 replies - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.