我正在为某个网页做seo。该页面包含一个脚本标记,用于调用外部javascript文件中定义的javascript函数。该函数将对象作为参数,该参数具有与页面主题相关的文本。所以脚本看起来像这样:
<script>
javascriptFunction({"aKey": ["imagefile.jpg", "some text here which will be displayed in the browser"], "bKey": ["anotherimage.jpg", "more text"]});
</script>
Google会将函数参数中的文本用作关键字来确定此网页与特定搜索的相关性吗?上面的文字“这里的某些文字会在浏览器中显示”会以任何方式影响谷歌搜索结果吗?
感谢您的任何见解
答案 0 :(得分:1)
糟糕。正在查看自定义搜索,而不是索引!
Google
可以读取JS / AJAX中的注释,但JavaScript中的所有内容都不需要编制索引。
http://searchengineland.com/google-can-now-execute-ajax-javascript-for-indexing-99518