Recent Posts

Caution: Greetings to all visitors. The site is working in short. Links Please skip the link to view any topic and thank you for visiting
header ads

How to make laravel app more SEO friendly

Hello,
I want to make my laravel 5.8 / blade/ Bootstrap v4.1 my voting app more SEO friendly and for this I make 1) url of my site like:
http://site/vote/in-greek-mythology-who-turned-all-that-he-touched-into-gold
Code (markup):
2) I add meta description and keywords into my pages:
@extends($frontend_template_name.'.layouts.frontend')
@section('meta_content')
    <h1 class="text-center">
        @if(isset($site_heading))<span> @endif</span>
    </h1>
    <meta...
Code (markup):
How to make laravel app more SEO friendly

from Programming http://bit.ly/2RhJgEM
via IFTTT

Post a Comment

0 Comments