views:

92

answers:

1

Is there any way to keep search engines from indexing text ads?

These are basically stylized links.

I have thought about generating images with text or using javascript to write them into a DIV.

What is the best and most accepted way?

+3  A: 

One way is to use IFrames to show the ads, and use meta tags in them to tell that Google should not index them.

Another way whould be to use javascript to print the ads, so they whould not be there when the browser does not support java (Google Bot dont execute java)

Alot of Ad-systems use the javascript one, but I dont really know if thats the best way to do it - but its a way :)

Jesper Blad Jensen aka. Deldy