Html tags inside json/ld articleBody value?

余生长醉 提交于 2020-01-05 04:05:13

问题


If I want to create an Article schema.org type with a json/ld format, should I have to put the html tags inside the articleBody's value?

Because I saw that if I use microdata, in the Structured Data Tool it appears the articleBody as a plain text without html tags.

Thanks


回答1:


Just plain text:

"articleBody": "You can paste your entire post in here, and yes it can get really really long."

Sources:

  1. http://jsonld.com/article/
  2. https://developers.google.com/search/docs/data-types/articles


来源:https://stackoverflow.com/questions/40136035/html-tags-inside-json-ld-articlebody-value

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!