We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Some of our websites are being indexed/crawled when still under construction.
The following snippet in _layout.twig might prevent this:
_layout.twig
{% if 'statik.be' in baseUrl %} <meta name="robots" content="noindex"> {% endif %}
This used to work in an older version, see INTROK-127.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Some of our websites are being indexed/crawled when still under construction.
The following snippet in
_layout.twig
might prevent this:{% if 'statik.be' in baseUrl %} <meta name="robots" content="noindex"> {% endif %}
This used to work in an older version, see INTROK-127.
The text was updated successfully, but these errors were encountered: