我希望这是提出这类问题的适当论坛。如果没有的话我很抱歉。
最近,我将一个web应用程序转换为jQuery移动。我的谷歌分析会议已经减少了25%,自应用程序。去直播了。Google是否在可折叠的小部件中搜索隐藏的数据?
从网站中选择“服务”选项卡,查看可折叠操作:网站
注意: JQM修改标记。您可以通过检查元素来查看实际的HTML。
<div data-role="collapsible">
<h4>Custom Application Development</h4>
<p>Bunker Hill provides full-stack database driven website, desktop and mobile application development. We build all component layers from wireframes to web-services and thrive on technical challenges. Our service offerings include the following:</p>
<div>
<p class="bullet">Engaging User Interfaces that employ JavaScript, JQuery, AJAX, HTML5, CSS3, Cross-Browser Compatibility</p>
<p class="bullet">Multiple-Device Support - PC's, tablets, smart-phones, hand-helds, </p>
<p class="bullet">Data-Modeling - the foundation of database driven applications</p>
<p class="bullet">Scalable Back-Ends for Mobile, Desktop and Web Applications</p>
<p class="bullet">Social Network Integration</p>
<p class="bullet">Web Services Integration - custom and those from vendor's like Google, Facebook, Yelp, Amazon, etc.</p>
<p class="bullet">Advanced JavaScript and jQuery Plug-in development</p>
<p class="bullet">Complete dedicated / virtual server / Cloud setup and deployment</p>
<p class="bullet">Technical team recruitment and management</p>
<p class="bullet">Software Code Reviews / Evaluations</p>
</div>
</div>发布于 2016-03-29 18:28:45
这些数据是否会被爬行,并不取决于这个div是否是可折叠的,而是取决于这个div在初始页面加载时的内容在哪里:
如果这个div是在初始页面加载时折叠的,并且需要像click这样的用户操作才能打开,但是div在初始页面加载后就有了内容--那么内容将被爬行,但是排名会更低。
如果在加载初始页面时,div被折叠并为空,没有内容,并且只有在用户操作之后才将内容加载到div中,这会使div可见-在这种情况下,内容将不会被爬行。
https://webmasters.stackexchange.com/questions/91751
复制相似问题