Search
 
SCRIPT & CODE EXAMPLE
 

PHP

yoast seo alternative for laravel

<title>@yield('title', config('app.name'))</title>
<meta name="description" content="@yield('description', config('app.description'))"/>
<meta name="keywords" content="@yield('keywords', config('app.keywords'))"/>
<meta name="copyright" content="{{ config('app.name') }}">
<meta name="author" content="{{ config('app.name') }}"/>
<meta name="application-name" content="@yield('title', config('app.name'))">
<!--GEO Tags-->
<meta name="DC.title" content="@yield('title', config('app.name'))"/>
<meta name="geo.region" content="GB-HMF"/>
<meta name="geo.placename" content="London"/>
<meta name="geo.position" content="51.493272;-0.239747"/>
<meta name="ICBM" content="51.493272, -0.239747"/>
<!--Facebook Tags-->
<meta property="og:site_name" content="{{ config('app.name') }}">
<meta property="og:type" content="article"/>
<meta property="og:url" content="{{ request()->fullUrl() }}"/>
<meta property="og:title" content="@yield('title', config('app.name'))"/>
<meta property="og:description" content="@yield('description', config('app.description'))"/>
<meta property="og:image" content="{{ request()->root() }}/images/TODO.png"/>
<meta property="article:author" content="https://www.facebook.com/TODO"/>
<meta property="og:locale" content="en_UK"/>
<!--Twitter Tags-->
<meta name="twitter:card" content="summary"/>
<meta name="twitter:site" content="{{ '@' . config('app.name') }}"/>
<meta name="twitter:title" content="@yield('title', config('app.name'))"/>
<meta name="twitter:description" content="@yield('description', config('app.description'))"/>
<meta name="twitter:image" content="{{ request()->root() }}/images/TODO.png"/>
Comment

PREVIOUS NEXT
Code Example
Php :: php printf percent sign 
Php :: Argument 1 passed to IlluminateDatabaseGrammar::parameterize() 
Php :: fetch data from database withour restarting console php 
Php :: Convert backslash characters PHP 
Php :: php pdo bindvalue array 
Php :: laravel return new tab 
Php :: stupidity 
Php :: php how to use multi byte functions 
Php :: how to convert array into json php 
Php :: wordpress code 
Php :: Collapse all codes in PHP Storm IntelliJ 
Php :: yii2 has many where 
Php :: php obtener slug wordpress 
Php :: What is the method of querying from two tables with a condition in Laravel 
Php :: bin2hex (PHP 4, PHP 5, PHP 7, PHP 8) 
Php :: laravel route where not contain 
Php :: advanced custom fields echo string replace 
Php :: append data to json file php 
Php :: import csv to laravel 
Php :: automatically make created_by and updated_by using observer laravel 
Php :: laravel count 
Php :: how to check if coupons are valid or not magento 2 
Php :: phpImage 
Php :: symfony user online 
Php :: php double dollar not working in php version 8 
Php :: union for rwos 
Php :: laravel Difference between save, fill, create in laravel eloquent 
Php :: required if null / require without laravel 
Php :: show real number and not exponential form php 
Php :: laravel blade dynamic class loop foreach 
ADD CONTENT
Topic
Content
Source link
Name
8+2 =