Skip to content
Snippets Groups Projects
Commit 990c5eb1 authored by fjsanpedro's avatar fjsanpedro
Browse files

Disallow profile route in robots.txt

parent 2642f40b
No related merge requests found
---
title: Disallow profile route in robots.txt
merge_request: 46127
author:
type: changed
......@@ -21,6 +21,7 @@ Disallow: /dashboard
Disallow: /users
Disallow: /help
Disallow: /s/
Disallow: /-/profile
# Only specifically allow the Sign In page to avoid very ugly search results
Allow: /users/sign_in
......
......@@ -34,6 +34,7 @@
'/users/foo',
'/help',
'/s/',
'/-/profile',
'/foo/bar/new',
'/foo/bar/edit',
'/foo/bar/raw',
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment