Problem: A page contains too many question/answer pairs, which is making the page too long and messy.
Solution: Combine question/answer pairs into single (groups of) statements, or embed answers into the statements that led to the question (and remove the question).
Example 1: Before refactoring: How do I get more information on somethang? -FAS
After refactoring: Get more information about somethang at http://somethang.net/about.html.
Don't forget to attribute things sensibly. See refactor while respecting signatures.
Example 2: Before refactoring: … recipe for brownies …
After refactoring: … recipe for brownies …