Skip to content

Commit

Permalink
Merge pull request #703 from JuanDMeGon/patch-1
Browse files Browse the repository at this point in the history
Adding meta for disavowing robots
  • Loading branch information
taylorotwell authored Aug 21, 2019
2 parents fd1fb42 + 76c3022 commit 6036407
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions resources/views/layout.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="csrf-token" content="{{ csrf_token() }}">
<link rel="shortcut icon" href="{{ asset('/vendor/telescope/favicon.ico') }}">

<meta name="robots" content="noindex, nofollow">

<title>Telescope{{ config('app.name') ? ' - ' . config('app.name') : '' }}</title>

Expand Down

0 comments on commit 6036407

Please sign in to comment.