0

I have this HTML:

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

I want Google to index the keywords from the file Requirement Process Narative.html also.

That is if Requirement Process Narative.html contains "Domain Knowledge Acquiring" and someone searches for "Domain Knowledge Acquiring", Google will display the current page in its search list.

How to do it?


Looks like you have plugin sources installed instead of plugin binaries:

  • Version and Vendor values not fetched from plugin xml descriptor;
  • Plugin name contains 'master' (branch name).

It's common problem due to 'Download ZIP' (means sources, positioned under git/svn urls) button on github repositories pages.

Ensure you are following instructions and download plugin from releases page

4

1 に答える 1

1

オブジェクト タグが Schema.org 標準に一致している場合、Google はオブジェクト タグを取得してインデックスを作成します。そのため、エンドユーザーにとって有用な場合、コンテンツが解釈され、SERP に含まれる可能性があります。

スキーマの詳細については、http: //blog.schema.org/2011/07/on-june-2-nd-we-announced-collaboration.htmlを参照してください。

また、Google Web Master のFetch as Google Bot機能を使用して、実際に Google があなたのページを見ているものを確認し、コードを最適化することも検討してください。

于 2015-02-14T15:34:00.540 に答える