Open yagarea opened 8 months ago
bump
I run info a similar problem:
See the schema.org LD+JSON of this page: https://www.fesevur.com/2024/10/20/oude-kaas-salade/
In the article is an emoji used that rendered as a bootstrap icon. <i class="bi bi-emoji-frown-fill"></i>
.
In the description
field in the JSON (formatted for readability) it is added as raw html:
{
"@context":"https://schema.org",
"@type":"BlogPosting",
"author": {
"@type":"Person",
"name":"Frank Fesevur"
},
"dateModified":"2024-10-20T15:31:58+02:00",
"datePublished":"2024-10-20T15:31:58+02:00",
"description":"Als groot liefhebber van oude kaas, houd ik ook van Oude Kaassalade. Alleen vindt blijkbaar iedereen dat om de een of andere reden daar altijd mosterd in moet. Maar ik ben geen fan van mosterd, om het voorzichtig te zeggen. Dan blijft er niet zoveel keuze over. <i class="bi bi-emoji-frown-fill"></i>",
"headline":"Oude kaassalade zonder mosterd",
"mainEntityOfPage": {
"@type":"WebPage",
"@id":"https://www.fesevur.com/2024/10/20/oude-kaas-salade/"
},
"url":"https://www.fesevur.com/2024/10/20/oude-kaas-salade/"
}
This is my article:
This is my head definition:
And this is result:
Is there a way to escape quotes in the tags ?