XF 1.1 Blocking poll pages with robots.txt

Brent W

Well-known member
Licensed customer
What is the correct syntax to use to block poll pages from being indexed via robots.txt?
 
Posted in the other thread, but will post here anyway:

Code:
User-agent: *
Disallow: /*/poll/results$
Allow: /

This is the syntax. Note that some search engines may not support * or $ wildcards. But the major ones including Google do.
 
Back
Top Bottom