"Nofollow"向网站管理员提供了一种方式,即告诉搜索引擎"不要追踪此网页上的链接"或"不要追踪此特定链接"。
最初,nofollow 属性出现在网页级元标记中,指示搜索引擎不要追踪(即抓取)网页上的所有外向链接。 例如:
<meta name="robots" content="nofollow" />
在 nofollow 被用于具体链接前,要阻止漫游器追踪某网页上的具体链接需要大量的工作(例如,将该链接重定向至 robots.txt 中拦截的网址)。 因此,我们创建了 rel 属性的 nofollow 属性值。 这使网站管理员能进行更精确的控制:无需告诉搜索引擎和漫游器不要追踪网页上的所有链接,只需很方便地指示漫游器不要抓取某特定链接即可。 例如:
<a href="signin.php" rel="nofollow">sign in</a>
Google 如何处理不被追踪的链接?
我们不追踪此类链接。 也就是说,Google 不会传送这些链接中的 PageRank 或定位文字。 从本质上说,使用 nofollow 会使我们从整个网络中放弃这些目标链接。 不过,如果其他网站没有采用 nofollow 链接到这些目标网页,或目标网页的网址是通过 Sitemap 提交给 Google 的,则这些网页仍可能会出现在我们的索引中。 另外,值得注意的是,其他搜索引擎对 nofollow 的处理方式可能略有不同。
Google 在使用 nofollow 方面的政策是什么,有哪些具体使用示例?
在下面一些情况下您不妨考虑使用 nofollow:
- 不可信赖的内容:如果您不能或不想为您网站链接的网页内容提供担保,例如,不受信赖的用户评论或留言簿条目,您就不应追踪这些链接。 这可以阻止垃圾内容发送者定位您的网站,有助于防止您的网站无意中将 PageRank 传送给网络上的"恶邻"。 尤其是,如果垃圾评论发送者发现不受信赖的链接在服务中没有被追踪,就可能决定不定位相应的内容管理系统或博客服务。 如果您希望接受并奖励受信赖的内容发送者,可以自动或人工删除一向提供高质量内容的成员或用户发布的链接上的 nofollow 属性。
- 付费链接:网站在 Google 搜索结果中的排名部分取决于对链接到该网站的其他网站的分析。 为了防止付费链接影响搜索结果并对用户产生不利影响,我们建议网站管理员在此类链接上使用 nofollow。 搜索引擎指南要求按照在线和离线客户所希望的付费关系公布方式来以机器可读取方式公布付费链接(例如,整页的报纸广告可能采用"广告"标题)。
- 按优先级别进行抓取:搜索引擎漫游器无法作为成员登录或注册您的论坛,因此没有理由邀请 Googlebot 追踪"在此注册"或"登录"链接。 在这些链接上使用 nofollow 可以让 Googlebot 抓取您希望在 Google 索引中看到的其他网页。 不过,与专门通过不被跟踪链接按优先级别进行抓取相比,固定的信息架构(直观导航,便于用户和搜索引擎使用的网址等)可能是更有效率的资源利用方式。
分享到:
相关推荐
当`rel`属性值设置为`nofollow`时,我们就引入了一个特殊的指令,即`nofollow`属性。这个属性在SEO(搜索引擎优化)领域有着显著的影响。 `<a rel="nofollow">`的主要作用是告诉搜索引擎不要追踪或赋予链接目标页面...
Jekyll ExtLinks 这个Jekyll插件将自定义属性( rel="nofollow" , target="_blank"等)添加到内容中的外部链接。描述这个Jekyll插件将自定义属性添加到您内容中的外部链接。 例如,您可以默认将rel="nofollow"添加...
要获取一些HTML(作为字符串),请rel="nofollow"在所有链接中添加rel="nofollow" ,但要遵守某些例外条件。 所以给这个: <p>Check out our <a>affordable web design services!…您会得到: <p>Check out our <a>...
其中,rel="nofollow"是一个特殊的值,用于指示搜索引擎的爬虫不要跟踪该链接,也不将该链接视为信任投票,即不会将权重传递给目标页面。这个属性在SEO(搜索引擎优化)中扮演着重要角色,因为它可以帮助站长控制...
这个扩展修改了 Python-Markdown 的 HTML 输出,为所有链接添加了rel="nofollow"属性。 用法 >>> import markdown >>> from md_nofollow import NofollowExtension >>> >>> raw_text = "Lets add nofollow to ...
这是一个面向 SEO 的插件,旨在通过自动将 rel="nofollow" 属性插入评论、聊天、论坛和其他区域中的已发布链接来阻止在 e107 支持的网站中构建垃圾邮件的反向链接。 带有 rel="nofollow" 属性的链接
link type=text/css rel=stylesheet href=common/layui/css/layui.css rel=external nofollow /> <link type=text/css rel=stylesheet href=css/index.css rel=external nofollow /> <link
Nofollow Blogroll SEO插件可以为你解决这个烦恼,这款插件的优点是:在主页上添加的友情链接是不会有nofollow属性的,这样就不会影响你友情链接的添加,而在非主页的页面上,可以为链接添加rel="nofollow"属性,...
link rel="stylesheet" href="../plugins/bootstrap/css/bootstrap.min.css" rel="external nofollow" > <link rel="stylesheet" href="../plugins/bootstrap-table/css/bootstrap-table.css" rel="external ...
python_markdown_nofollow 一个Python Markdown插件,用于向所有标签添加rel =“ external nofollow”和target =“ _ blank”属性
Rel = nofollow是原始的nofollow标记,网站使用它来向Google发出信号,表示他们不信任该链接,也不希望Google“关注”并传递任何链接源或权限。 Rel = sponsored是用于发布赞助内容的发布者的rel标签。 任何已付费的...
” rel=”external nofollow” rel=”external nofollow” rel=”external nofollow” ,其中[removed]是伪协议,它可以让我们通过一个链接来调用javascript函数.而采用这个方式 [removed];可以实现A标签的点击事件...
1. **内部链接管理**:对于非主要内容的页面,如“联系我们”、“关于我们”等,添加nofollow可以避免它们分走首页的PageRank值。 2. **广告链接**:对于仅用于带来流量而非提升搜索引擎排名的广告链接,添加no...
link rel=stylesheet href=css/bootstrap-3.0.0/css/bootstrap.css rel=external nofollow rel=external nofollow rel=external nofollow rel=external nofollow > </head> <body> <hello></hello...
link rel=stylesheet href=~/assets/css/bootstrap.min.css rel=external nofollow > <link rel=stylesheet href=~/assets/css/font-awesome.min.css rel=external nofollow > <!-- 自定义样式 -->...
href="../../../static/js/css/layui.css" rel="external nofollow" media="all"> <link rel="stylesheet" type="text/css" href="../../../static/css/index-gb.css" rel="external nofoll
<li><a href="#" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow">关于我们</a></...
' <li><a href="/python" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" >Python</a></li>' \ ' <li><a href="/ruby" rel="external nofollow" rel=...
link rel=stylesheet href=lib/layui/css/layui.css rel=external nofollow > [removed][removed] 2,在页面放置一个table元素 <table class=layui-hide id=test lay-filter='test3'> 3,通过 table.render() ...