使用Google搜索在Recipe Rich Snippet

时间:2016-03-22 19:23:58

标签: google-search schema.org json-ld google-rich-snippets structured-data

很多有食谱的网站使用http://schema.org/标记,例如,

<script type="application/ld+json">
{
  "@context": "http://schema.org",
  "@type": "Recipe",
  "cookTime": "PT0M",
  "datePublished": "2008-03-22",
  "description": "Lothars beste N&amp;uuml;rnberger Elisenlebkuchen, ein sehr sch&amp;ouml;nes Rezept mit Bild aus der Kategorie Kekse &amp;amp; Pl&amp;auml;tzchen. 602 Bewertungen: &amp;Oslash; 4,8. Tags: Backen, Kekse, Weihnachten",
  "image": "http://static.chefkoch-cdn.de/ck.de/rezepte/101/101059/850506-960x720-lothars-beste-nuernberger-elisenlebkuchen.jpg",
  "recipeIngredient": [
    "6  Ei(er) ",
    …

如何在网页中搜索使用此架构的JSON-LD代码页面(例如"@context": "http://schema.org""@type": "Recipe"结合使用)或可能通过属性recipeIngredient

1 个答案:

答案 0 :(得分:2)

Google Search不提供允许您搜索(Schema.org)类型或属性值的运算符。

(相关:Google CSE允许您创建自定义搜索引擎,仅在使用Schema.org Recipe标记的网页中进行搜索。)