【发布时间】:2011-11-12 15:30:06
【问题描述】:
假设我有一个文本
<span class="hide">for real</span><h2 id='show'>Obama is rocking the house</h2>
<span class="hide">not real</span><h2 id='show'>Bill gates is buying *</h2>
我需要爬虫来阅读
<h2 id='show'>Obama is rocking the house</h2>
<h2 id='show'>Bill gates is buying *</h2>
我们可以这样做吗?
我有点困惑,说一个 隐藏的 div 被 google 读取了
Does google index pages with hidden divs?
但是当我谷歌一秒钟时,我发现 google 不读取隐藏的 div。那么哪个是正确的?
http://www.seroundtable.com/archives/002971.html
我的想法是像使用 css 来代替它。,
- 我可以将我的文字放在图像中。使用图像生成器或其他东西输出它。
【问题讨论】:
-
我投票结束这个问题,因为它不是一个编程问题,而且它在 Stack Overflow 上是题外话。应在Webmasters 上询问有关您网站的非编程问题。在这种情况下,问题已经被问到并回答了:How to keep text from showing in a search engine? (How to un-SEO specific text)
标签: seo