View Single Post
  #26  
Unread 02-01-2009, 05:16 PM
Alex Pepple Alex Pepple is offline
Administrator
 
Join Date: Dec 1999
Location: San Jose, CA
Posts: 5,156
Blog Entries: 143
Default Google indexing

I've been working on a tag equivalent to the standard HTML noindex meta for a while unsuccessfully. However, I've accelerated the work rate in response to this and similar concerns expressed elsewhere. I'm happy to report success! Now, you can prevent Google indexing by placing this new bbcode as the first thing in your workshop poem thread that you want to hide from search engines:
Code:
[noindex][/noindex]
Although I haven't tested it yet in practice to verify the final outcome on Google, the generated HTML is equivalent to noindex meta tag and should, in theory, stop indexing of anything that follows it.

Cheers,
...Alex
--

Last edited by Alex Pepple; 02-01-2009 at 05:39 PM. Reason: Note: I made a mistake in the code I posted originally. The above code is the correct one to use!
Reply With Quote