Questions tagged [nofollow]

nofollow is a value that can be assigned to the rel attribute of an HTML a element to instruct some search engines that a hyperlink should not influence the link target's ranking in the search engine's index.

nofollow is a value that can be assigned to the rel attribute of an HTML a element to instruct some search engines that a hyperlink should not influence the link target's ranking in the search engine's index.

It is intended to reduce the effectiveness of certain types of search engine spam, thereby improving the quality of search engine results and preventing spamdexing from occurring.

Example:

<a href="http://www.example.com/" rel="nofollow">Link text</a>
152 questions
4
votes
4 answers

How can I add rel = "nofollow" to a link in CKEditor if it's an external link

i want to give rel="nofollow" to my external links which its content managed by ckeditor. example.com = my site externallink.com = any external link For example:

Lorem ipsum dolar

hakki
  • 6,181
  • 6
  • 62
  • 106
4
votes
3 answers

Possible to prevent search engine spiders from infinitely crawling paging links on search results?

Our SEO team would like to open up our main dynamic search results page to spiders and remove the 'nofollow' from the meta tags. It is currently accessible to spiders via allowing the path in robots.txt, but with a 'nofollow' clause in the meta tag…
Peter
  • 29,498
  • 21
  • 89
  • 122
4
votes
0 answers

how fetch recent unfollowers from instagram api?

justunfollow.com have a system for show recent instagram followers and unfollowers , instagram api just give me followers and following informations but we cant access for relations date info for each user ( follow and un follow ) by instagram api…
Hamidreza shaabani
  • 165
  • 1
  • 3
  • 10
4
votes
1 answer

How to add rel nofollow in these links in magento? for example "Add to Compare"

How to add rel nofollow at these links in magento store? Thanks in advance. in product page, "Add to compare" "Add to wishlist" "email to your friends" "reviews" "Add your review" "Sign up for price alert" "social bookmark share" in checkout…
Alan
  • 83
  • 2
  • 10
3
votes
1 answer

Redirect to external URLs in Woocommerce and add rel="nofollow"

I am trying to customize Wocommerce to redirect the image and product name links to affiliate URLs, as now they are linking to the product page. So far, I came to a solution in which I can redirect them to the affiliate external links adding this…
Verso68
  • 31
  • 2
3
votes
1 answer

Multiple rel attributes

How would Google behave if encounter with a link having two different rel attribute? hello I'm trying to purge content user insert into DB. I need to prevent user from making links as follow…
alex
  • 7,551
  • 13
  • 48
  • 80
3
votes
3 answers

window.open() add a rel="nofollow" attribute

Is there a way to add a rel="nofollow" attribute to the window.open() Javascript function? Or is that any way to have Google not follow a link created by Javascript or jQuery. Update Also, this will be a product for a client and I will not have…
Kyle
  • 227
  • 2
  • 12
3
votes
1 answer

How can I prevent Googlebot from crawling my Underscore client-side templates?

In Google Webmaster Tools, under Crawl Errors/Other, we're seeing a 400 Error for URLs like this: /family-tree/<%=tree.user_url_slug%>/<%=tree.url_slug%> This is not a real URL, or a URL that we intended to be crawled. It is an Underscore/Backbone…
richardkmiller
  • 2,902
  • 3
  • 31
  • 29
2
votes
4 answers

Nofollow on links in CKEditor

Does anyone know where in CKEditor I can setup, so all links added will have rel="nofollow", even if the users don't specify it?
Dofs
  • 17,737
  • 28
  • 75
  • 123
2
votes
3 answers

Will Google see rel=nofollow if it is added by jQuery?

I'm adding a rel=nofollow attribute to links via jQuery after the page load. Will Google see this attribute? I can't find anything in Google's official documentation.
Natus
  • 31
  • 6
2
votes
3 answers

PHP - find all hyperlinks in a post, add target and rel=nofollow attribute

I need to find a way to read content posted by user to find any hyperlinks that might have been included, create anchor tags, add target and rel=nofollow attribute to all those links. I have come across some REGEX solutions like this: …
coder101
  • 1,601
  • 2
  • 21
  • 41
2
votes
2 answers

Htaccess no-follow no-index based on domain ending

I am trying to make our htaccess file as dynamic as possible, and wish to allow indexing of our .com site, but not of our .info site. We are using the same htaccess on both servers. Is there an easy way to conditionally decide this in…
ljrh
  • 439
  • 7
  • 20
2
votes
3 answers

Magento Store - Add nofollow to Layered Navigation

Which file would I look in to add nofollow tags to my layered navigation?
a1anm
  • 1,617
  • 11
  • 45
  • 78
2
votes
1 answer

How to make msnbot not end up in my bot trap?

Is there an alternative way to tell Bing not to crawl/pass/click/enter a certain link such as google's rel=nofollow? msnbot/2.0b keeps getting trapped in my bot trap. It does not obey anchor tag rel="nofollow". Limits: I can't add the link to…
tim
  • 2,530
  • 3
  • 26
  • 45
2
votes
2 answers

How to have Response.Redirect specify rel="nofollow"?

I have an asp:LinkButton that triggers a PostBack, pushes some stuff into the database, then does a Response.Redirect to send the user on to the next page. For SEO purposes we don't want spiders to follow the link to the next page. Does…
Jason
  • 1,766
  • 2
  • 14
  • 24
1
2
3
10 11