vendredi 8 janvier 2016

Add meta tags to laravel page

i'm trying to add description and keywords to my Laravel pages .. is this way working? or there is something wrong??

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



via Chebli Mohamed

Aucun commentaire:

Enregistrer un commentaire