Append removed URLs to robots.txt
This commit is contained in:
parent
69d7d9dca9
commit
469be1f621
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -5,6 +5,7 @@
|
||||||
!/**/.gitkeep
|
!/**/.gitkeep
|
||||||
!/.github/**
|
!/.github/**
|
||||||
!/.idea/
|
!/.idea/
|
||||||
|
!/assets/**
|
||||||
!/bin/
|
!/bin/
|
||||||
!/config/**
|
!/config/**
|
||||||
!/Makefile
|
!/Makefile
|
||||||
|
|
8
assets/robots-additions.txt
Normal file
8
assets/robots-additions.txt
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
Disallow: /drupal-tailwindcss/
|
||||||
|
Disallow: /drupalorg/
|
||||||
|
Disallow: /github/
|
||||||
|
Disallow: /linkedin/
|
||||||
|
Disallow: /rebuilding-pantheon/
|
||||||
|
Disallow: /twitter/
|
||||||
|
Disallow: /webpack-encore-pcss-regex/
|
||||||
|
Disallow: /workshop-drupal-testing/
|
|
@ -77,6 +77,9 @@
|
||||||
"[web-root]/sites/README.txt": false,
|
"[web-root]/sites/README.txt": false,
|
||||||
"[web-root]/modules/README.txt": false,
|
"[web-root]/modules/README.txt": false,
|
||||||
"[web-root]/profiles/README.txt": false,
|
"[web-root]/profiles/README.txt": false,
|
||||||
|
"[web-root]/robots.txt": {
|
||||||
|
"append": "assets/robots-additions.txt"
|
||||||
|
},
|
||||||
"[web-root]/themes/README.txt": false,
|
"[web-root]/themes/README.txt": false,
|
||||||
"[web-root]/web.config": false
|
"[web-root]/web.config": false
|
||||||
},
|
},
|
||||||
|
|
596
composer.lock
generated
596
composer.lock
generated
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue