@php $canonicalPath = $canonicalPath ?? request()->getPathInfo(); $canonicalPath = $canonicalPath === '' ? '/' : $canonicalPath; if ($canonicalPath !== '/') { $canonicalPath = '/'.trim($canonicalPath, '/'); } $canonicalUrl = rtrim(config('app.url', request()->getSchemeAndHttpHost()), '/').$canonicalPath; $metaDescription = trim($__env->yieldContent('meta_description')) ?: 'Search, copy, and explore emojis with Dewemoji. Free browser extension and API for developers.'; $metaTitle = trim($__env->yieldContent('title')) ?: 'Dewemoji'; @endphp