Jquery的“includedContent”+ SEO =?

时间:2014-11-03 22:30:55

标签: jquery seo

我将我的主页基于Jquery" includedContent"。

index.html中的大部分内容如下所示:

<script>
    $(function () {
        $("#includedContentNavbar").load("/navbar.html");
        $("#includedContentmain").load("/main.html");
        $("#includedContent").load("/content.html");
        $("#includedContentGallery").load("/gallery.html");
        $("#includedContentfooter").load("/footer.html");
        $("#includedContentModal").load("/modal.html");

    });
</script>

<body>

    <div id="page-top"></div> 
    <div id="includedContentNavbar"></div>
    <div id="includedContentModal"></div>
    <div id="includedContentmain"></div>
    <div id="includedProjectContent"></div>
    <div id="includedContentGallery"></div>
    <div id="includedContentfooter"></div>


    <!-- Core JavaScript Files -->
    <script src="/js/bootstrap.min.js"></script>
    <script src="/js/jquery.easing.min.js"></script>


</body>

因此,所有真实内容都放在不同的html页面上以供重用,并使用&#34; includeContent&#34;来调用。

问题是,当谷歌抓取我的网站,并且没有真正的链接到我的子页面时,Google是否会查找子网页上的所有关键字/文字?

我以这种方式构建,所以我只需要在一个文档中编辑内容(eks.:navbar.html)并且代码少得多。但是有人能告诉我最新的方法是建立一个有多个子页面,页脚,导航栏等的网站吗?

网站:www.pb-studios.com

1 个答案:

答案 0 :(得分:0)

对于SEO最佳实践,如果您可以&#34;查看来源&#34;在网络浏览器中找到普通人可以阅读的实际单词,谷歌,雅虎/必应和其他搜索引擎也可以阅读它。如果您查看源代码,并且您看到的只是java [script]调用,那么与您的网站相关的关键字/内容相关性很小。

如果您想确切了解Google&#34;看到的内容&#34;在内容方面,您需要注册一个Google网站管理员帐户(www.google.com/webmaster),然后点击&#34;抓取&#34;然后&#34;取用Google。&#34;在这里,您可以指定您网站中的任何页面,Google会向您显示其所看到的内容#34;在那个页面上。如果您没有看到希望网页排名的关键字,那么您很有可能不会对其进行排名。