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