问题标签 [nofollow]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
html - 如果我输入一个 rel="nofollow",推荐网站会出现在 example.com 的 Google Analytics 中吗?
如果我输入一个 rel="nofollow",推荐网站会出现在 example.com 的 Google Analytics 中吗?
例子:
推荐人网站是:referrer.com
indexing - 在 Robots.txt 中跟随 noindex
我有一个 wordpress 网站,该网站已被搜索引擎收录。
我编辑了 Robots.txt 以禁止搜索索引中的某些目录和网页。
我只知道如何使用allow和disallow,但不知道如何使用Robots.txt文件中的follow和nofollow。
我在谷歌搜索时在某处读到,我可以拥有不会在 Google 中被编入索引但会被抓取以获取 pagerank 的网页。这可以通过禁用 Robots.txt 中的网页并使用以下网页来实现。
请让我知道如何在 Robots.txt 文件中使用 follow 和 nofollow。
谢谢
苏米特
web - 如何防止登台在搜索引擎中被索引
我希望我的登台网站不会被搜索引擎索引(首先是谷歌)。
我听说 Wordpress 擅长这样做,但我想成为技术不可知论者。
robots.txt 是否足够?我们希望保持匿名访问,让客户无需登录即可查看其网站。
我必须在每个页面上添加 nofollow 吗?
html - Nofollow 为整个页面?
是否可以为整个页面添加nofollow而不是
每个链接?
我有一些个人资料页面,用户可以在其中输入他们的联系人和其他可能是垃圾邮件的内容,我 cba 可以更改所见即所得数据的过滤器。
nofollow - 从 noindex 更改为 index 后,如何让我的网站(快速)被索引?
我不小心将带有“noindex,nofollow”的 index.html 放到了我的网络服务器上,并放置了几天。现在我已将其更改为“索引,关注”,添加了 sitemap.xml,并将网页添加到谷歌网站管理员。
我还能做些什么来告诉谷歌尽快将其编入索引?
.htaccess - X-Robots noindex .htaccess 中的特定页面
我可以在 .htaccess 中使用 x 机器人“noindex,follow”特定页面吗?
我找到了一些关于 noindexing 类型文件的说明,但是我找不到 noindex 单个页面的说明,而且我到目前为止所尝试的方法都没有奏效。
这是我正在寻找 noindex 的页面:
这是我到目前为止所尝试的:
谢谢你的时间。
seo - SEO:安全页面和 rel=nofollow
是否应该将rel="nofollow"
属性应用于绑定到安全/登录所需页面的站点链接?
我们有一个基于 URI 日期的链接结构,其中上一年的新闻内容是免费的,而今年和去年之前的任何一年都是付费的,需要登录的内容。
最终结果是,在 google 中搜索我们的公司名称时,首先出现的是 Contact、About、Login 等,标准的非登录要求内容。这很好,但理想情况下,我们有我们的免费内容,我们想要推广的页面,首先显示在搜索引擎结果中。
为此,链接结构现在生成rel="follow"
我们想要推广的免费内容,以及rel="nofollow"
我们想要在 SEO 搜索结果阶梯底部的所有付费内容和联系人、关于、登录等屏幕。
我还没有部署新的链接方案,因为害怕,你知道,在 SEO 方面炸毁网站 ;-) 尽管我们的排名不错,但一开始它的状态并不好,但我也不希望我们消失.
无论如何,智慧之言值得赞赏。
谢谢
mysql - Use MySQL to find all External Links which doesn't have “nofollow” Attribute
I have a column containing the html for page_content.
With my limited knowledge on SQL I can only find external links or links that have rel="nofollow" in them.
But I need help to find the links which are external and doesn't have the rel="nofollow" attribute and possible add it.
I want to add nofollow attribute to mattis , taking care not to add it to own-domain or adding nofollow twice on condimentum.
UPDATE : Note, that I need to do this on the database of a custom CMS like wordpress. My pages are rendered in PHP. I can modify the source while content load. But I prefer to do this in the database layer to make it permanent.
asp.net - 如何让 Response.Redirect 指定 rel="nofollow"?
我有一个asp:LinkButton
触发 a PostBack
,将一些东西推送到数据库中,然后执行 aResponse.Redirect
将用户发送到下一页。
出于 SEO 的目的,我们不希望蜘蛛跟随链接到下一页。有什么Response.Redirect
方法可以指定nofollow
吗?
statistics - 停止 Alexa 以获取访客统计信息
有没有办法让我停止 alexa 以获取访问者统计信息,我不希望每个人都在 alexa 中搜索我的域并获取有关总体用户统计信息的信息,或者获取有关哪个国家/地区的用户访问我的网站最多的信息或关于他们的其他统计数据。例如,当我们不希望爬虫访问我们的某些页面并限制对它们的索引时,我们将nofollow
其用作元标记或rel
链接属性,但是我们可以为 alexa 机器人做些什么呢?有没有办法限制alexa?