2010-02-07, 09:18:30
This can be achived easily by using the Customfields plugin and adding the following to the XML file
Code:
<item>
<desc>robots</desc>
<label>Robots </label>
<type>dropdown</type>
<option>index, follow</option>
<option>index, nofollow</option>
<option>noindex, follow</option>
<option>noindex, nofollow</option>
</item>