No limit for Social Meta URL

#6020
  • Resolved Charly
    Rank Math free

    There should be no limit and besides adding a button at the end to add as many URLs as you need to be added in JSON-LD “sameas” option.

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

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

    To be able to extend the JSON-LD data, I would suggest that you hook into the following filter and extend the data:

    /**
     * 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 [];
    }, 10, 2);

    I hope this info helps. Thank you.

    ​​​​​​​

    Thanks, but not work for me, It’s the same as adding it myself manually.

    Hi Charly,

    Thanks for the follow up.

    I would be happy to pass this on to our developers so that the option to add the URLs from the UI can be added to our future development roadmap.

    Let me know if you have additional questions. Thank you.

    Thanks Michael,

    Todd
    Rank Math free

    You are very welcome.

    Thank you.

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

The ticket ‘No limit for Social Meta URL’ is closed to new replies.