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
0
votes
1 answer

How to nofollow several links in a page with the same extention?

I have several links like this: hxxp://www.mydomain.com/visit/xxxxxxx Is there a way to make them all nofollow using the /visit/ word? I want to be able to do this to all the links that I have already, all together, not one by one. Tks!!
0
votes
1 answer

Will setting noindex/nofollow on parent pages affect site SEO for child pages?

This is a two part question. Each parent page to link to the first Child page. They parent pages will not have any content. They will serve as main menu links, site URL structure and site hierarchy. My website(wp) structure is as…
Nick Rivers
  • 294
  • 1
  • 6
  • 17
0
votes
2 answers

Ruby On Rails nofollow to non internal link

I have a text paragraph where it may have external or internal URL. User will enter this text. So, I want external links should add rel=nofollow and internl links won't be having rel=nofollow attribute. Internal links can be:
Manish Shrivastava
  • 30,617
  • 13
  • 97
  • 101
0
votes
1 answer

How to Hide Drupal Site from Google?

I have a website, and I use Drupal for CMS. i.e. I write articles in mysite.com/drupal/ but I display them in mysite.com/show_article.php?article_id=x&article_name=y (actually mysite.com/article/x/y with .htaccess RewriteRule) by loading the content…
jeff
  • 13,055
  • 29
  • 78
  • 136
0
votes
0 answers

How to combine No Follow and Target Blank Attributes For Site Links

On my site I have banners and a forum. I want the links to be nofollow and Target Blank, so I need to combine these attributes, but I'm not sure which is correct: Should it be written as:
0
votes
4 answers

How to get my website (fast) indexed after change from noindex to index?

I have accidentally put index.html with "noindex,nofollow" to my webserver and left it for few days. Now I have changed it to "index,follow", added sitemap.xml, and added webpage to google webmaster. What can I do more to tell google to index it…
JJHunter
  • 278
  • 3
  • 12
0
votes
1 answer

How to set noindex and nofollow metas in symfony framework?

I am using symfony 1.0.6 and site structure is as below; apps/frontend/module/custompages I want to set 'noindex and nofollow' metas to pages of custompages module. I tried giving as below: metas: robots: noindex,nofollow But it is not…
Manojkumar
  • 1,351
  • 5
  • 35
  • 63
-1
votes
1 answer

Want to disallow few url with the robots.txt

I want to block a few URLs in robots.txt, but I really don't know how to do this. Below I have mentioned the URL, How should I disallow the dynamic URL. I really appreciate it if you help me to get rid of these…
-1
votes
2 answers

How to use nofollow link in script tag

This is my script code: I want to make crawler not to follow or index example.com/js/infolinks_main.js. How can I do this task? I have robots.txt in my root, but that…
Asif Iqbal
  • 1,132
  • 1
  • 10
  • 23
-1
votes
1 answer

how to add rel=nofollow to some specific external links in wordpress

The small banners loaded on the site of the page does not have the rel="nofollow" attribute - and we would like this to be added. http://poltr.com/?s=dans&post_type=aktivitet is the link, you can see the sidebar banners, they are curently set…
blunor
  • 49
  • 1
  • 6
-1
votes
1 answer

Should I use nofollow at register and login pages?

On my site, I have a register and login page which are frequently indexed by Google as I can see it on the Webmanager Tools page. That's disturbing, because I want the users to find other keywords and not the login or register page and/or text. My…
-1
votes
2 answers

Add Nofollow Attribute To Whole Article Directory?

I have a article directory, which is created on article setup script. Website name is pakgirl.net. I want to make all of its links in articles nofollow to increase my website's PR. anyone help me plzz :( as i m not a developer. just know that…
-2
votes
1 answer

"rel" attribute in the link - "nofollow" vs "ugc"

In Google's SEO guide, they say this: To tell Google not to follow or pass your page's reputation to the pages linked, set the value of the rel attribute of a link to nofollow or ugc. I could not find ugc as a value in the w3schools or MDN Docs.…
NeNaD
  • 18,172
  • 8
  • 47
  • 89
-2
votes
1 answer

Internal links to a parked domain + SEO

I'm working on a site where the client has 2 domains since he wants to separate his clinic and his teaching materiel but both sites are linked to another. The client also wants to manage the site himself, so I opted for a WordPress backend. His…
davewoodhall
  • 998
  • 3
  • 18
  • 43
-4
votes
2 answers

How to edit a Class in Wordpress?

I want to edit a link on Menu bar of my website http://affordablyeasybailbonds.com. I can see a class "menu-menu1-container" in header.php. have to edit the external links rel="nofollow". Is there any option to edit without accessing FTP…
Sakthi V
  • 1
  • 1
  • 1
1 2 3
10
11