Add noindex to profile follower/following pages

This commit is contained in:
Daniel Supernault 2018-08-09 22:55:15 -06:00
parent 67eef91d2d
commit f30542ffff
No known key found for this signature in database
GPG key ID: 0DEF1C662C9033F7
2 changed files with 2 additions and 0 deletions

View file

@ -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

View file

@ -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