4
我試圖將說明和關鍵字添加到我的Laravel頁面。將meta標籤添加到laravel頁面
這種方式有效嗎?或者有什麼問題?
@section('title')
{{trans('strings.About')}}
@stop
@section('description', 'Share text and photos with your friends and have fun')
@section('keywords', 'sharing, sharing text, text, sharing photo, photo,')
@section('robots', 'index, follow')
@section('revisit-after', 'content="3 days')