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
1
vote
1 answer

Nofollow tag Jquery Add More Domains

I saw this add nofollow tag but how do i exclude more domains. The script only allows 1 url only. Thanks jQuery(document).ready(function () { jQuery('a[href*="http://"]:not([href*="http://domain.com/"])').attr('rel', 'nofollow'); …
Origami
  • 115
  • 5
  • 14
1
vote
2 answers

Can "noindex" on a post prevent Google Alert?

I have a feed of excerpts of specific news on my site. Each excerpt is created as a post, and categorized as "news". I don't want these posts indexed, or to have these posts generate Google Alerts for key terms or company names, but that is what is…
Chris
  • 167
  • 3
  • 18
1
vote
2 answers

Add a rel nofollow to shortcode in wordpress

I use a button shortcode for my WordPress (see below). As you can see, I can choose a color, put the link, specify something for the target attribute. I would like to add rel nofollow to this wordpress button link shortcode but I don't know how to…
user3197512
  • 33
  • 2
  • 6
1
vote
1 answer

how to add nofollow to menu in jem.jrox theme?

I need to No-Follow these links in www.drstanleys.com . I have edited the tpl_header.php file and added the following code.
user2709893
1
vote
2 answers

Nofollow link for plugin links

In http://www.onlineincomestartup.com/drive-traffic-to-your-website/ , In the author bio that shows up inside each posts, I need to make all the links except Google plus, a no follow for SEO purposes.I am using a plugin called WP about author.I…
user2709893
1
vote
1 answer

Wicket: how to dynamically add meta robots : noindex if URL contains the string "?wicket:"

Where would I start off with this? I know how to add meta tags to the page, I guess Page#onBeforeRender is a good place to do so. But: how do I determine whether the current URL containts "?wicket:"? Calling…
PeterP
  • 4,502
  • 7
  • 22
  • 21
1
vote
0 answers

How to activate the "nofollow" property of htmlpurifier on Trsteel's Ckeditor Bundle (symfony2)?

Using Trsteel's Ckeditor Bundle for SYMFONY 2, I am looking to add rel="nofollow" to link tags. Technically, that can be done using a custom config file for Ckeditor, but I would rather use the native nofollow attribute provided by htmlpurifier.…
sylphidre
  • 11
  • 3
1
vote
1 answer

Duplicate Content Question - SEO

I have an online store with different categories in the main navigatio. Ie. Category A, Category B etc. I also have a link in the main nav called 'Sale Items'. It points to a page which lists items which are on sale from both Category A and…
a1anm
  • 1,617
  • 11
  • 45
  • 78
1
vote
0 answers

Add rel="nofollow" to outgoing links only

Please help I am using MYBB forum and I want to add rel="nofollow" to all the outgoing links but not internal. This code works but it ads nofollow to all the links how to make it check if the link is internal and if not add nofollow function…
1
vote
1 answer

PHP regular expression to add rel="nofollow" to external links

I need to add rel="nofollow" to all external links (not leading to my site or its subdomains). I have done this in two steps, at first I add rel="nofollow" to all links (even internal links) using the following regular expression:
Ahmad
  • 507
  • 1
  • 11
  • 22
1
vote
1 answer

Prevent a div from Google being read and followed without JavaScript

I don't want some of divs on my page to be followed by Google because they contain duplicate content from other websites, is this possible that I prevent those divs to be 'no-followed'? I have seen this: Methods for preventing search engines from…
ehmad11
  • 1,395
  • 3
  • 14
  • 29
1
vote
1 answer

Stop alexa to gain the visitor stats

Is there a way I stop alexa to gain the visitors stats, I don't want that every one search my domain in alexa and get information about the overal users stats or get the information that on which country are users viewing my site the most or other…
UNTROP
  • 11
  • 2
1
vote
1 answer

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"…
Debajyoti Das
  • 2,038
  • 4
  • 34
  • 66
1
vote
3 answers

noindex follow in Robots.txt

I have a wordpress website which has been indexed in search engines. I have edited Robots.txt to disallow certain directories and webpages from search index. I only know how to use allow and disallow, but don't know how to use the follow and…
Sumit
  • 53
  • 1
  • 8