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 Response.Redirect have some way to specify nofollow?
The spiders did not “follow” the PostBack from that LinkButtons.
Why ? because they need to run javascript, then the javascript do something, and post back the page and all that follow by the spiders. They do not do that, they only follow clear links to other pages.