外部html页面上的SEO由<object>标签</object>呈现

时间:2015-02-10 17:33:05

标签: seo external google-search html-object

我有这个HTML:

<body>
  <object id="post" data="post/Requirement Process Narative.html" type="text/html"> </object>
</body>

我希望Google也为文件Requirement Process Narative.html中的关键字编制索引。

如果Requirement Process Narative.html包含&#34;领域知识获取&#34;并且有人搜索&#34;领域知识获取&#34;,Google将在其搜索列表中显示当前页面。

怎么做?

1 个答案:

答案 0 :(得分:0)

Google获取并编制了索引对象标记(如果它们与Schema.org标准匹配)。 因此,如果对最终用户有用,您的内容有可能被解释并包含在SERP中。

您可以在此处阅读有关Schema的更多信息: http://blog.schema.org/2011/07/on-june-2-nd-we-announced-collaboration.html

还可以考虑使用Google Web Master,Fetch as Google Bot功能查看Google实际看到的页面内容以及优化代码。