飞龙博客

feilong.org

index nofollow用法 收录网页但不跟踪页内链接 (302)

想让搜索引擎索引收录你的wordpress网页,但是不跟踪网页内的链接?只需在网页head区添加 index nofollow之类的代码即可。具体用法飞龙举例如下:

一、索引本页不跟踪本页链接语法:
<meta name="robots" content="index,nofollow" />

意思是:允许搜索引擎抓取本页,但不要跟踪本页中的链接。
对于nofollow的链接方式,google是不会传递PR值。

二 其他三种不常用的写法:
1. <meta name="robots" content="index,follow" />
2. <meta name="robots" content="noindex,follow" />
3. <meta name="robots" content="noindex,nofollow" />

三 在具体某链接中定义nofollow,写法为:
<href ="http://jiaju99.com" rel="nofollow">家具久久店</a>

本文更新网址:https://feilong.org/index-nofollow-link

2008-10-23 ~ 2008-10-23

加入收藏夹,查看更方便。

分类: wordpress

新作:

旧文:

以下是广告