mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-26 08:13:16 +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')
|
@push('meta')
|
||||||
<meta property="og:description" content="{{$profile->bio}}">
|
<meta property="og:description" content="{{$profile->bio}}">
|
||||||
<meta property="og:image" content="{{$profile->avatarUrl()}}">
|
<meta property="og:image" content="{{$profile->avatarUrl()}}">
|
||||||
|
<meta name="robots" content="NOINDEX, NOFOLLOW">
|
||||||
@endpush
|
@endpush
|
||||||
|
|
|
@ -62,4 +62,5 @@
|
||||||
@push('meta')
|
@push('meta')
|
||||||
<meta property="og:description" content="{{$profile->bio}}">
|
<meta property="og:description" content="{{$profile->bio}}">
|
||||||
<meta property="og:image" content="{{$profile->avatarUrl()}}">
|
<meta property="og:image" content="{{$profile->avatarUrl()}}">
|
||||||
|
<meta name="robots" content="NOINDEX, NOFOLLOW">
|
||||||
@endpush
|
@endpush
|
||||||
|
|
Loading…
Reference in a new issue