Commit cefb574b by Bagus Pambudi

ubah meta web profile

parent fb21573b
@extends('webprofile.front.jollyany.master') @extends('webprofile.front.jollyany.master2')
<title>{{$data->rSa->title}}</title>
@section('meta') @section('meta')
<title>{{$setting['web_title']}}</title> <title>{{$data->rSa->title}}</title>
<meta name="{{ Str::slug($data->rSa->title) }}" content="custom"/> <meta name="description" content="{!! strip_tags(substr(html_entity_decode($data->rSa->content,ENT_COMPAT,"UTF-8"),0 , 200)) !!}">
<!-- <meta name="description" content="{!! strip_tags(substr(html_entity_decode($data->content,ENT_COMPAT,"UTF-8"),0 , 200)) !!}"> -->
<meta name="description" content="{{$setting['web_title']}}">
<meta name="keywords" content="{{ $data->rSa->keys }}"> <meta name="keywords" content="{{ $data->rSa->keys }}">
<meta name="author" content="{{ $setting['header_admin'] }}"> <meta name="author" content="{{ $setting['header_admin'] }}">
@endsection @endsection
......
@extends('webprofile.front.jollyany.master') @extends('webprofile.front.jollyany.master2')
<title>{{$data->rDe->title}}</title>
@section('meta') @section('meta')
<title>{{$setting['web_title']}}</title> <title>{{$data->rDe->title}}</title>
<meta name="{{ Str::slug($data->rDe->title) }}" content="custom"/> <meta name="description" content="{!! strip_tags(substr(html_entity_decode($data->rDe->content,ENT_COMPAT,"UTF-8"),0 , 200)) !!}">
<!-- <meta name="description" content="{!! strip_tags(substr(html_entity_decode($data->content,ENT_COMPAT,"UTF-8"),0 , 200)) !!}"> -->
<meta name="description" content="{{$setting['web_title']}}">
<meta name="keywords" content="{{ $data->rDe->keys }}"> <meta name="keywords" content="{{ $data->rDe->keys }}">
<meta name="author" content="{{ $setting['header_admin'] }}"> <meta name="author" content="{{ $setting['header_admin'] }}">
@endsection @endsection
......
@extends('webprofile.front.jollyany.master') @extends('webprofile.front.jollyany.master2')
<title>{{$data->rEn->title}}</title>
@section('meta') @section('meta')
<title>{{$setting['web_title']}}</title> <title>{{$data->rEn->title}}</title>
<meta name="{{ Str::slug($data->rEn->title) }}" content="custom"/> <meta name="description" content="{!! strip_tags(substr(html_entity_decode($data->rEn->content,ENT_COMPAT,"UTF-8"),0 , 200)) !!}">
<!-- <meta name="description" content="{!! strip_tags(substr(html_entity_decode($data->content,ENT_COMPAT,"UTF-8"),0 , 200)) !!}"> -->
<meta name="description" content="{{$setting['web_title']}}">
<meta name="keywords" content="{{ $data->rEn->keys }}"> <meta name="keywords" content="{{ $data->rEn->keys }}">
<meta name="author" content="{{ $setting['header_admin'] }}"> <meta name="author" content="{{ $setting['header_admin'] }}">
<link rel="alternate" hreflang="{{Session::get('selected_language')}}" href="{{ url('post/'.$data->slug) }}" />
<link rel="alternate" hreflang="en-us" href="{{ url('') }}" />
<link rel="canonical" href="{{ url('') }}" />
@endsection @endsection
@section('content') @section('content')
<section class="post-wrapper-top jt-shadow clearfix"> <section class="post-wrapper-top jt-shadow clearfix">
<div class="container"> <div class="container">
......
@extends('webprofile.front.jollyany.master') @extends('webprofile.front.jollyany.master2')
<title>{{$data->title}}</title>
@section('meta') @section('meta')
<title>{{$setting['web_title']}}</title> <title>{{$data->title}}</title>
<meta name="{{ Str::slug($data->title) }}" content="custom"/> <meta name="description" content="{!! strip_tags(substr(html_entity_decode($data->content,ENT_COMPAT,"UTF-8"),0 , 200)) !!}">
<!-- <meta name="description" content="{!! strip_tags(substr(html_entity_decode($data->content,ENT_COMPAT,"UTF-8"),0 , 200)) !!}"> -->
<meta name="description" content="{{$setting['web_title']}}">
<meta name="keywords" content="{{ $data->keys }}"> <meta name="keywords" content="{{ $data->keys }}">
<meta name="author" content="{{ $setting['header_admin'] }}"> <meta name="author" content="{{ $setting['header_admin'] }}">
@endsection @endsection
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment