• RainbowSoft Studio Z-Blog
  • 本站支持WAP访问
  • 订阅本站的 ATOM 1.0 新闻聚合
  • 订阅本站的 RSS 2.0 新闻聚合
  • Add to Google
Mail:1010519812[A]qq.com change[A] to @
Name:Tang :QQ:1010519812 Tel:13840013564
专注 沈阳SEO,沈阳网站优化,沈阳网站建设,英文SEO,沈阳SEO培训

HTML meta robots 搜索引擎索引方式

Post by 5151seo.cn, 2009-2-13, Views:

目录

  1. robots语法
  2. robots取值
  3. robots的使用说明
  4. robots常用示例
  5. 针对谷歌GOOGLEBOT使用robots
  6. 针对百度baiduspider使用robots
robots 属性值 -- 定义网页搜索引擎索引方式
  • robots用于定义网页搜索引擎索引方式
  • robots出现在name属性中,使用content属性定义网页搜索引擎索引方式
  • 通过使用meta的robots属性值可以为没有文件上传权限的用户提供/robots.txt文件的所有功能
  • 引用网址:http://www.dreamdu.com/xhtml/meta_robots/

robots语法

<meta name="robots" content="robotterms" />

robotterms是一组使用逗号(,)分割的值,通常有如下几种取值:none,noindex,nofollow,all,index和follow。

robots取值

none
搜索引擎将忽略此网页,等价于noindexnofollow
noindex
搜索引擎不索引此网页。
nofollow
搜索引擎不继续通过此网页的链接索引搜索其它的网页。
all
搜索引擎将索引此网页与继续通过此网页的链接索引,等价于indexfollow
index
搜索引擎索引此网页。
follow
搜索引擎继续通过此网页的链接索引搜索其它的网页。

robots的使用说明

  • robots提供的搜索引擎对网页的索引方式 http://www.dreamdu.com/xhtml/meta_robots/;
  • 如果网页没有提供robots,搜索引擎认为网页的robots属性为all(index,follow);

robots常用示例

<meta name="robots" content="noindex" />

上面示例定义了此网页不被搜索引擎索引进数据库,但搜索引擎可以通过此网页的链接继续索引其它网页

<meta name="robots" content="nofollow" />

上面示例定义了梦之都此网页被搜索引擎索引进数据库,但搜索引擎不可以通过此网页的链接继续索引其它网页

<meta name="robots" content="none" />

上面示例定义了此网页不被搜索引擎索引进数据库,且搜索引擎不可以通过此网页的链接继续索引其它网页

针对谷歌GOOGLEBOT使用robots

可以将name的属性只定义为GOOGLEBOT标识为谷歌搜索引擎。 使用元标记拦截或删除网页

<meta name="googlebot" content="noindex, nofollow" />

针对百度baiduspider使用robots

可以将name的属性只定义为baiduspider标识为百度搜索引擎。禁止搜索引擎收录的方法

<meta name="baiduspider" content="noarchive" />

 

Tags: robots 
分类:SEO基础概念 | 评论:0 | 引用:0 | 点击这里获取该日志的TrackBack引用地址
上一篇:很有用的网站关键字查询工具
下一篇:SEO网站优化十点注意

或许你还对下面的文章感兴趣

Comments

发表评论:

◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。

Hot Articles

New Articles

Last Comments

Guest