mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-22 14:31:26 +00:00
Add noindex to profile follower/following pages
This commit is contained in:
parent
67eef91d2d
commit
f30542ffff
2 changed files with 2 additions and 0 deletions
|
@ -62,4 +62,5 @@
|
|||
@push('meta')
|
||||
<meta property="og:description" content="{{$profile->bio}}">
|
||||
<meta property="og:image" content="{{$profile->avatarUrl()}}">
|
||||
<meta name="robots" content="NOINDEX, NOFOLLOW">
|
||||
@endpush
|
||||
|
|
|
@ -62,4 +62,5 @@
|
|||
@push('meta')
|
||||
<meta property="og:description" content="{{$profile->bio}}">
|
||||
<meta property="og:image" content="{{$profile->avatarUrl()}}">
|
||||
<meta name="robots" content="NOINDEX, NOFOLLOW">
|
||||
@endpush
|
||||
|
|
Loading…
Reference in a new issue