kunstmaan/bundles-cms
Kunstmaan CMS is a full-featured, multilingual CMS built on the Symfony full-stack framework. It offers page and form assembly, versioning, workflow, translation tools, and media management, plus integrations with community bundles.
A web crawler, also known as robot, searches the web to index it's content. A well known example of such a crawler is Google. You can guide these crawlers on your website by providing a robots.txt file. Although respectable web crawlers follow the directives in a robots.txt file, each crawler might interpret the directives differently.
By default, there will be no robots.txt file present when you install the Kunstmaan standard edition bundle. But we made it easy to manage your robots.txt file and the behaviour of robots.
If you are a site administrator. You can edit your robots.txt file in admin interface by going to settings and by choosing for "Robots" in the sub menu. Make sure you do not have a real robots.txt file in your document root folder if you prefer to use this way of managing your robots.txt.

In case you forget to fill in your robots setting, the kunstmaan bundles will fall back to a standard robots.txt configuration that allows access of all robots.
If you do have a robots.txt file in your document root, symfony will use this file to guide robots. You can just Leave the robots.txt field empty.
Possible keywords inside your configuration:
Some examples could be:
User-agent: *
Disallow: /folder/
Allow: /folder/subfolder/
or
User-agent: *
Disallow: /file.html
How can I help you explore Laravel packages today?