Maison >interface Web >tutoriel HTML >求高人来解释下meta标签的name的属性值robots_html/css_WEB-ITnose

求高人来解释下meta标签的name的属性值robots_html/css_WEB-ITnose

WBOY
WBOYoriginal
2016-06-24 12:09:351320parcourir

在这个属性值当中有6个值,分别是all,none,index,follow,noindex,follow
等价于连续写



;
等价于连续写



;
等价于


;
等价于


回复讨论(解决方案)

设定为all:文件将被检索,且页面上的链接可以被查询;

  设定为none:文件将不被检索,且页面上的链接不可以被查询;

  设定为index:文件将被检索;

  设定为follow:页面上的链接可以被查询;

  设定为noindex:文件将不被检索,但页面上的链接可以被查询;

  设定为nofollow:文件将不被检索,页面上的链接可以被查询。
http://blog.csdn.net/wizard0128/article/details/991363

Déclaration:
Le contenu de cet article est volontairement contribué par les internautes et les droits d'auteur appartiennent à l'auteur original. Ce site n'assume aucune responsabilité légale correspondante. Si vous trouvez un contenu suspecté de plagiat ou de contrefaçon, veuillez contacter admin@php.cn