<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="robots" content="nofollow"/>
<title>集源码(520ym.net)</title>
</head>
<body>
<h1>我的第一个标题</h1>
<p>我的第一个段落。</p>
</body>
</html>
上面是代码放置示例,一般放在html的 <head> <meta name="robots" content="nofollow"/></head>之间
下面的这代码就是禁止所有搜索引擎收录的标记代码:
<meta name="robots" content="nofollow"/>