Actions
Feature #88339
closedPrevent indexing of pages in search engines while not in a production context
Start date:
2019-05-13
Due date:
% Done:
0%
Estimated time:
PHP Version:
Tags:
CodingNight
Complexity:
Sprint Focus:
Description
Sometimes people have to make a non-production website publicly available. In those circumstances, you want to prevent that pages are indexed in search engines. In that case the best option is to set the robot instruction to noindex / none. This should be both the x-robots-tag HTTP header and the robots meta tag. This should only be done when a site is in a non-production context.
Actions