Implement creator studio and upload updates
This commit is contained in:
@@ -1,16 +1,6 @@
|
||||
@extends('layouts.nova')
|
||||
|
||||
@push('head')
|
||||
<link rel="canonical" href="{{ $page_canonical ?? url('/categories') }}">
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:site_name" content="Skinbase">
|
||||
<meta property="og:title" content="{{ $page_title ?? 'Categories' }}">
|
||||
<meta property="og:description" content="{{ $page_meta_description ?? '' }}">
|
||||
<meta property="og:url" content="{{ $page_canonical ?? url('/categories') }}">
|
||||
@if(!empty($structured_data ?? null))
|
||||
<script type="application/ld+json">{!! json_encode($structured_data, JSON_UNESCAPED_SLASHES | JSON_UNESCAPED_UNICODE | JSON_HEX_TAG) !!}</script>
|
||||
@endif
|
||||
@endpush
|
||||
@php($useUnifiedSeo = true)
|
||||
|
||||
@section('main-class', '')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user