Type of Custom Check: Regular Expression
What it is used for: Search for repeated words on your site. Examples could be "the the" and "and and".
How to set it up:
- Use Regular Expression
- Set policy to “Flag pages that contain" the Regular Expression:
\b(\w+)[ \t]+\1\b
- Set flag to “Only check text"
For information on how to create Custom Checks, please see this article.