Skip to content
Snippets Groups Projects
Commit 01ac764a authored by Angie Byron's avatar Angie Byron
Browse files

Issue #1137848 by BrockBoland, tim.plunkett, jensimmons: Disallow /filter/tips...

Issue #1137848 by BrockBoland, tim.plunkett, jensimmons: Disallow /filter/tips page from search engines.
parent af7b4418
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
...@@ -40,6 +40,7 @@ Disallow: /xmlrpc.php ...@@ -40,6 +40,7 @@ Disallow: /xmlrpc.php
# Paths (clean URLs) # Paths (clean URLs)
Disallow: /admin/ Disallow: /admin/
Disallow: /comment/reply/ Disallow: /comment/reply/
Disallow: /filter/tips/
Disallow: /node/add/ Disallow: /node/add/
Disallow: /search/ Disallow: /search/
Disallow: /user/register/ Disallow: /user/register/
...@@ -49,6 +50,7 @@ Disallow: /user/logout/ ...@@ -49,6 +50,7 @@ Disallow: /user/logout/
# Paths (no clean URLs) # Paths (no clean URLs)
Disallow: /?q=admin/ Disallow: /?q=admin/
Disallow: /?q=comment/reply/ Disallow: /?q=comment/reply/
Disallow: /?q=filter/tips/
Disallow: /?q=node/add/ Disallow: /?q=node/add/
Disallow: /?q=search/ Disallow: /?q=search/
Disallow: /?q=user/password/ Disallow: /?q=user/password/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment