wiki/content/20201112124832-automatic_search_engine_protection.md

425 B

date id title
2020-11-12 c6744b2e-f845-4ac7-83d5-ef206743e4a6 Automatic Search Engine Protection

Description

Symfony dissalows search engine indexing for development applications. A X-Robots-Tag: noindex HTTP header is added to all responses. This can be manually overridden in the config.

Syntax

# config/packages/framework.yaml
framework:
    # ...
    disallow_search_engine_index: false