소스 검색

Add noindex to profile follower/following pages

Daniel Supernault 7 년 전
부모
커밋
f30542ffff
2개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      resources/views/profile/followers.blade.php
  2. 1 0
      resources/views/profile/following.blade.php

+ 1 - 0
resources/views/profile/followers.blade.php

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

+ 1 - 0
resources/views/profile/following.blade.php

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