- Posts: 27
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
User-agent: * Disallow: /
DenisChenu wrote: Or directly add a robots.txt in your limesurvey directory
Code:User-agent: * Disallow: /
Header set X-Robots-Tag "noindex, nofollow"
ThenBen_V wrote:
DenisChenu wrote: Or directly add a robots.txt in your limesurvey directory
Code:User-agent: * Disallow: /
Not valid if limesurvey is installed as a folder (robots.txt have to be in root directory)
User-agent: * Disallow: /limesurvey/
DenisChenu wrote: Then
Code:User-agent: * Disallow: /limesurvey/
DenisChenu wrote: noarchive seems cool.
Think we can do a little plugin to add header on all LS page
Header set X-Robots-Tag "noindex, nofollow, noarchive, notranslate"