Scenario Services Components
light
Robots.txt

robots.txt configured with nuxt.config.js and with individual robots.txt files in page directories if more complex config is required.

                    scseComponents: {
                      ...
                      site: {
                        url: 'PRODUCTION_URL',
                      }
                      ...
                    }
                  

More detailed documentation can be found on the Nuxt SEO page .