Announcement

Collapse
No announcement yet.

nofollow tag on extended info button

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    nofollow tag on extended info button

    Hi all

    This may be a simple question but I cant seem to find the answer.

    On each of my products I use an extended info page for images only. This wasnt the ideal scenario but the nature of the product means the images have to be rather large, and this was the only feasible way round the problem.

    Anyway, that means I have about 1000 extended info pages, and I dont want my site to share Pagerank with them. I would like to use a nofollow tag on the extended info button. Any idea how I do this?

    Thanks

    #2
    The extended info button isn't a normal link. It generates something like:

    <INPUT TYPE="BUTTON" ... onClick="ShowPopUp('PageName.html', 400, 500)" >

    It's highly unlikely that search engines will run the JavaScript needed to activate the popup page and thus will never index it. So there's nothing you need to do.
    Norman - www.drillpine.biz
    Edinburgh, U K / Bitez, Turkey

    Comment


      #3
      if you look at the ext page layouts you will see they have their own <HEAD> tags, thus you can add the NOINDEX direction there if you wanted to be doubly sure

      Comment

      Working...
      X