• Resolved cathrp

    (@cathrp)


    I use Custom Schema for the taxinomies tags. Unfortunately, it is not working any longer.
    For instance, I introduced this code :

    <script type="application/ld+json">
    {
    "@context": "https://schema.org",
    "@type": "Article",
    "headline": "Andre? Kourkov",
    "datePublished": "2024-01-17",
    "author": {
    "@type": "Person",
    "name": "Catherine Perrin"
    },
    "about": {
    "@type": "Person",
    "name": "Andre? Kourkov",
    "birthDate": "1961-04-23",
    "birthPlace": "Boudogochtch"
    },
    "image": {
    "@type": "ImageObject",
    "url": "https://dequoilire.com/wp-content/uploads/2024/01/150-LslaP_andrei_kourkov_1511338.jpg",
    "width": 150,
    "height": 161
    },
    "description": "Andre? Kourkov est né le 23 avril 1961 à Boudogochtch (Russie), mais il a passé sa vie à Kiev. Il écrit en russe.
    Il utilise souvent les animaux dans ses livres où il présente une vision loufoque et ironique de la société postsoviétique.
    Mon roman préféré à ce jour : Le pingouin.",
    "mainEntityOfPage": {
    "@type": "WebPage",
    "@id": "https://dequoilire.com/auteur/andrei-kourkov/"
    }
    }
    </script>

    An is not included in my Page.

    I disabled all other plugins and used a default theme. But it didn’t change anything.

    Regards

    Catherine

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Support Akshay A

    (@akshaycode1)

    Hi,

    Thank you for reaching out to us. Could you please share a short video showing the steps you are taking on your end and the issue occurring so we can check it in the same way?

    • This reply was modified 1 week, 6 days ago by Akshay A.
    Thread Starter cathrp

    (@cathrp)

    I just copy and past the code. You can see the result on this image.

    Plugin Support Akshay A

    (@akshaycode1)

    Hi,

    Could you please confirm how you generated this code? Did you use any custom schema generator? It seems there is a formatting issue with the schema. Kindly review the format and try again with the correct schema structure. If you are still facing issues, please let us know.

    Thread Starter cathrp

    (@cathrp)

    Thank you for your answer. As you can on the image test-code, the code has been validated by schema.org. Nevertheless, when I test the page itself, the schema “Article” does’nt appear. And if you check the code of the page, it does’nt appear either.

    Plugin Support Akshay A

    (@akshaycode1)

    Hi,

    Please use https://jsonlint.com/ to check and validate your JSON. Passing your code through this tool will help structure it correctly, ensuring it meets the required format. Also, remove the <script> tags from the top and bottom, then test again.

    Also, try this JSON code:

    {
    "@context": "https://schema.org",
    "@type": "Article",
    "headline": "Andre? Kourkov",
    "datePublished": "2024-01-17",
    "author": {
    "@type": "Person",
    "name": "Catherine Perrin"
    },
    "about": {
    "@type": "Person",
    "name": "Andre? Kourkov",
    "birthDate": "1961-04-23",
    "birthPlace": "Boudogochtch"
    },
    "image": {
    "@type": "ImageObject",
    "url": "https://dequoilire.com/wp-content/uploads/2024/01/150-LslaP_andrei_kourkov_1511338.jpg",
    "width": 150,
    "height": 161
    },
    "description": "Andre? Kourkov est né le 23 avril 1961 à Boudogochtch (Russie), mais il a passé sa vie à Kiev. Il écrit en russe. Il utilise souvent les animaux dans ses livres où il présente une vision loufoque et ironique de la société postsoviétique. Mon roman préféré à ce jour : Le pingouin.",
    "mainEntityOfPage": {
    "@type": "WebPage",
    "@id": "https://dequoilire.com/auteur/andrei-kourkov/"
    }
    }

    Once validated, you can use the corrected code in the custom schema. Give it a try!

    • This reply was modified 1 week, 1 day ago by Akshay A.
    Thread Starter cathrp

    (@cathrp)

    Thank you very much. Finally, I understood that the line break in “description” was the cause. Even if it was not the case before the update, I think.
    Thanks to you, I can go on.
    Best regards
    Catherine

    Plugin Support Akshay A

    (@akshaycode1)

    Glad to hear that the solution works for you! We are closing this thread for now, but if you need any assistance, please feel free to reach out to us. Have a great day ahead!

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