Hi, I need a field to add value robots meta tag, not just check to add noindex and nofollow as well as the option to add the index and follow.
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | metatag-n1719492.patch | 1.27 KB | damienmckenna |
| #1 | nodewords-robots.png | 33.46 KB | damienmckenna |
Comments
Comment #1
damienmckennaDo you mean e.g. checkboxes for all of the ROBOTS options, like Nodewords has?

Comment #2
Prague man commentedYes, I solved it adding these lines to code:
and thats working.
Comment #3
Prague man commentedwithout
<strong>attributes.Comment #4
finex commentedI agree with Prague man, the solution works fine. But it should be added a condition in order to exclude "noindex" and/or "nofollow" if "index" and/or "follow" have been selected and vice versa. Maybe when "index" is selected then "noindex" should be deselected and deactivated.
What do you think about?
Comment #5
damienmckennaThis patch adds FOLLOW, INDEX and NOYDIR.
Comment #6
damienmckennaCommitted.
Comment #8
Andre-Bin case anybody is running into the issue with having the bad ordering as "follow, index" as a problem (it should be index, follow):