缺少针对Feed内容的代码段突出显示

时间:2015-01-29 23:13:21

标签: google-search-appliance

Feed内容缺少代码段突出显示。它突出了标题。

以下是从提交的Feed中提取的示例记录

<record url="http://my.example.com/1" mimetype="text/html" displayurl="http://my.example.com/1" action="add">
  <metadata>
    <meta name="CategoryId" content="25" />
    <meta name="CommentCount" content="0" />
    <meta name="Dimension" content="2d" />
    <meta name="PublishDate" content="2011/11/17 10:26 AM" />
    <meta name="ItemCategory" content="multimedia" />
    <meta name="SuperType" content="Videos" />
  </metadata>
  <content><![CDATA[<!DOCTYPE html><html><head><title>blah blah blah blah</title><meta name="title" content="yada yada yada yada yada yada yada yada yada" /><meta name="description" content="hey hey hey hey hey what yes no hello goodbye" /></head></html>]]></content>
</record>

1 个答案:

答案 0 :(得分:1)

由于您提交的Feed中没有任何正文内容,因此缺少代码段突出显示。 从您的示例记录中可以清楚地看到,您只是索引元信息。您必须将内容放在<body> your content</body>标记内。您可以检查爬网诊断(状态和报告&gt; GSA版本7.0的抓取诊断),以了解GSA索引了哪些内容。为了你的记录,它必须是空的。

此致

莫汉