Feature summary (what you would like to be able to do and where):
Remove INDEX and NOINDEX magic words from mainspace
Use case(s) (list the steps that you performed to discover that problem, and describe the actual underlying problem which you want to solve. Do not describe only a solution):
On [[Edward A. Kramer]], AWB genfixes incorrectly moves INDEX from below the categories to above the categories
Benefits (why should this be implemented?):
[[Wikipedia:Controlling search engine indexing]] states that NOINDEX and INDEX are disabled in article space.
People looking at the wiki source code may see these disabled tags are wrongfully assume an article is indexed or not indexed based on the tags.
Instead of moving them around, it would be cleaner to simply remove them.