Support the ongoing development of Laravel.io →
posted 10 years ago
Configuration
Last updated 1 year ago.
0

Be a little bit more specific. SEO is content stuff and has nothing to do with Laravel per se.

Last updated 1 year ago.
0

If you are referring to meta keywords and description, you can put them in your views. All else is content and can also be put in your views.

Last updated 1 year ago.
0

I need meta description for any blog or product information.

Last updated 1 year ago.
0

How I structure my meta and title is in the view and then yield in my layout.blade. Example:

yourview.blade.php

@section('title')
Here is a title!
@stop

@section('description')
Here is you description. You can else echo content and use your foreach in here. 
@stop

@section('content')
all other stuff goes here
@stop

layout.blade.php

<title>@yield('title')</title>
<meta name="description" content="@yield('description')" />

Maybe this will be of some help to you.

Last updated 1 year ago.

georgekittle liked this reply

1

You want to do SEO in laravel pages and categories? then the first You have to first optimize good page content or category content. The second option you have to write best meta tag for a page that gives traffic to your website. Third, you have to get help from ExcelPTP that offering SEO training in Ahmedabad.

It will sure help you

Last updated 7 years ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

gogs85 gogs85 Joined 15 Feb 2014

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.