• Resolved gore.m

    (@gorem)


    Hello,

    I would like to change "https:\/\/schema.org","@type":"Organization" to "Florist" and keep rest untouched. I suppose that wpseo_json_ld_output is way to go. (?) Is there any example, or may I ask for help?

    Thanks you

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Support Md Mazedul Islam Khan

    (@mazedulislamkhan)

    We can’t offer support on custom code (needed to change (core) features of our plugin). Since we don’t want to take the risk that we break your website by suggesting incorrect or incomplete code, we cannot advise you on how to make such changes. Maybe someone watching these forums can assist you further, but if your topic is inactive for 7 days, we’ll mark it as resolved to keep the overview.

    Thank you for your understanding.

    Thread Starter gore.m

    (@gorem)

    OK, thanks you… one of reason I wanted such change was that I found out that Schema Json Ld output should not be splitted, but it should be consistent because of relationship between them. Is that right?
    If yes, why are Yoast schema @type":"WebSite" and @type":"Organization" splitted?

    … if it is OK that they are splitted… can I add @type":"Florist" after @type":"Organization" like this?:

    <script>@type":"WebSite"</script>
    <script>@type":"Organization"</script>
    <script>@type":"Florist"</script>

    Thanks you

    Plugin Support Michael Ti?a

    (@mikes41720)

    We will be keeping this thread open for the next 7 days to see if anyone else on these forums can help provide input.

    Plugin Support Md Mazedul Islam Khan

    (@mazedulislamkhan)

    @remzicavdar That’s not a bug and is expected. In JSON+LD, the backslash needs to be used in the URL to skip the forward slash and this is how it should be.

    @mazedulislamkhan Thanks for the clarification!

    • This reply was modified 6 years, 6 months ago by Remzi Cavdar.
    Plugin Support devnihil

    (@devnihil)

    @remzicavdar You’re welcome. We are going ahead and marking this issue as resolved. If you require any further assistance please create a new issue.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘How override Yoast SEO @type JSON+LD output ?’ is closed to new replies.