diff --git a/config/sites/ep-events/config.yaml b/config/sites/ep-events/config.yaml index 3ee457a4..e10c85f0 100644 --- a/config/sites/ep-events/config.yaml +++ b/config/sites/ep-events/config.yaml @@ -36,7 +36,11 @@ errorHandling: errorCode: '404' errorHandler: Page errorContentSource: 't3://page?uid=608' -routes: { } +routes: + - + route: robots.txt + type: staticText + content: "User-agent: *\r\nDisallow: /typo3/\r\nDisallow: /typo3_src/\r\nAllow: /typo3/sysext/frontend/Resources/Public/*\r\n" routeEnhancers: NewsPlugin: type: Extbase diff --git a/config/sites/ski-boarderweek/config.yaml b/config/sites/ski-boarderweek/config.yaml index 2758da4b..8fe2d669 100644 --- a/config/sites/ski-boarderweek/config.yaml +++ b/config/sites/ski-boarderweek/config.yaml @@ -22,7 +22,11 @@ errorHandling: errorCode: '404' errorHandler: Page errorContentSource: 't3://page?uid=608' -routes: { } +routes: + - + route: robots.txt + type: staticText + content: "User-agent: *\r\nDisallow: /typo3/\r\nDisallow: /typo3_src/\r\nAllow: /typo3/sysext/frontend/Resources/Public/*\r\n" routeEnhancers: TeamPlugin: type: Extbase diff --git a/config/sites/snowzone/config.yaml b/config/sites/snowzone/config.yaml index f9388f79..7ba6576a 100644 --- a/config/sites/snowzone/config.yaml +++ b/config/sites/snowzone/config.yaml @@ -22,7 +22,11 @@ errorHandling: errorCode: '404' errorHandler: Page errorContentSource: 't3://page?uid=608' -routes: { } +routes: + - + route: robots.txt + type: staticText + content: "User-agent: *\r\nDisallow: /typo3/\r\nDisallow: /typo3_src/\r\nAllow: /typo3/sysext/frontend/Resources/Public/*\r\n" routeEnhancers: TeamPlugin: type: Extbase diff --git a/config/sites/unichamp/config.yaml b/config/sites/unichamp/config.yaml index 8f5f8885..3ebe3b35 100644 --- a/config/sites/unichamp/config.yaml +++ b/config/sites/unichamp/config.yaml @@ -22,7 +22,11 @@ errorHandling: errorCode: '404' errorHandler: Page errorContentSource: 't3://page?uid=608' -routes: { } +routes: + - + route: robots.txt + type: staticText + content: "User-agent: *\r\nDisallow: /typo3/\r\nDisallow: /typo3_src/\r\nAllow: /typo3/sysext/frontend/Resources/Public/*\r\n" routeEnhancers: TeamPlugin: type: Extbase