Jump to content

  • Log in with Facebook Log in with Twitter Log In with Google      Sign In   
  • Create Account

Subscribe to HRA Now!

 



Are you a Google Analytics enthusiast?

Share and download Custom Google Analytics Reports, dashboards and advanced segments--for FREE! 

 



 

 www.CustomReportSharing.com 

From the folks who brought you High Rankings!


Sponsored Content

 

 
 

Photo

Prevent Crawler To Follow A Url In A Page


  • Please log in to reply
5 replies to this topic

#1 adi_azar

adi_azar

    HR 4

  • Active Members
  • PipPipPipPip
  • 124 posts
  • Location:Los Angeles, CA

Posted 16 October 2006 - 12:47 PM

Hello guys,
I want to prevent the search engine crawler from following a URL in the result page. This URL points to a page called addData.jsp in my site. I am planning to add a robots tag to the page addData.jsp with the following content:
<meta name="robots" content="noindex,nofollow">

Does that solve the problem?

Adi

#2 Tom Philo

Tom Philo

    Photographer

  • Active Members
  • PipPipPipPipPip
  • 507 posts
  • Location:Beaverton, Oregon

Posted 16 October 2006 - 12:52 PM

yes, for the bots that honor the robot protocol that works.

To keep others that do not honor it I would also restrict the page via security so that would stop the non-honoring bots from going there and they would get an accessed denied (if that does not break your app.)

#3 Shane

Shane

    HR 6

  • Active Members
  • PipPipPipPipPipPip
  • 850 posts
  • Location:Atlanta, GA

Posted 16 October 2006 - 03:02 PM

If you're only wanting to prevent the following of one URL, that code won't work. It prevents the following of all URLs on that page. You can either use a nofollow attribute on the link or put that file in your robots.txt.

#4 torka

torka

    Vintage Babe

  • Moderator
  • 4,392 posts
  • Location:Triangle area, NC, USA, Earth (usually)

Posted 16 October 2006 - 03:49 PM

Nofollow on the link won't do anything to stop them from crawling that URL. We've had other threads discussing that; I believe some folks have tested it and found, for instance, that Yahoo doesn't appear to be paying any attention to nofollow. AFAIK, Google has never said it would prevent them from following the link, it just indicates you don't trust the page you've linked to.

--Torka mf_prop.gif

#5 Alan Perkins

Alan Perkins

    Token male admin

  • Admin
  • 1,559 posts
  • Location:UK

Posted 16 October 2006 - 03:54 PM

QUOTE(adi_azar)
I want to prevent the search engine crawler from following a URL in the result page. This URL points to a page called addData.jsp in my site. I am planning to add a robots tag to the page  addData.jsp with the following content:
<meta name="robots" content="noindex,nofollow">

Does that solve the problem?
No. The only part of the robots tag that is reliable is "noindex". Support for "nofollow" is very spotty. Sometimes it is obeyed. Sometimes it is crawled but not indexed. Sometimes it is crawled and indexed, i.e. ignored completely.

The best solution is to use a robots.txt file. That prevents the URL being crawled and the content being indexed.

#6 Shane

Shane

    HR 6

  • Active Members
  • PipPipPipPipPipPip
  • 850 posts
  • Location:Atlanta, GA

Posted 16 October 2006 - 03:57 PM

QUOTE(torka @ Oct 16 2006, 03:49 PM)
Nofollow on the link won't do anything to stop them from crawling that URL.
Man, I couldn't have been more wrong on that. Thanks for correcting it!




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users