uawdijnntqw1x1x1
IP : 216.73.216.127
Hostname : toronto-dev2
Kernel : Linux toronto-dev2 4.15.0-213-generic #224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64
Disable Function : None :)
OS : Linux
PATH:
/
srv
/
users
/
craft4
/
apps
/
craft4-newsite-space
/
.
/
vendor
/
ether
/
seo
/
.
/
src
/
templates
/
_seo
/
meta.twig
/
/
{# SEO Start #} {# Tip: You can pass the handle of your SEO field - getSeoField('mySeoFieldHandle') #} {% set seo = getSeoField() %} {% if seo is null or seo.title == '' %} {% set seo = craft.seo.custom(siteName, '', false) %} {% endif -%} {% set locale = craft.app.locale %} {% set locales = craft.app.i18n.siteLocaleIds|without(locale) %} <title>{{ seo.title }}</title> <meta name="description" content="{{ seo.description }}" /> {% set fb = seo.social.facebook -%} <meta property="fb:app_id" content="{{ fb.handle }}"> <meta property="og:url" content="{{ craft.app.request.absoluteUrl }}" /> <meta property="og:type" content="website" /> <meta property="og:title" content="{{ fb.title }}" /> <meta property="og:image" content="{{ craft.seo.facebookImage(fb.image) }}" /> <meta property="og:image:width" content="1200" /> <meta property="og:image:height" content="630" /> <meta property="og:description" content="{{ fb.description }}" /> <meta property="og:site_name" content="{{ siteName }}" /> <meta property="og:locale" content="{{ locale|replace('-', '_') }}" /> {% for locale in locales -%} <meta property="og:locale:alternate" content="{{ locale|replace('-', '_') }}" /> {% endfor %} {% set tw = seo.social.twitter -%} <meta name="twitter:card" content="summary_large_image" /> <meta name="twitter:site" content="{{ tw.handle }}" /> <meta name="twitter:url" content="{{ craft.app.request.absoluteUrl }}" /> <meta name="twitter:title" content="{{ tw.title }}" /> <meta name="twitter:description" content="{{ tw.description }}" /> <meta name="twitter:image" content="{{ craft.seo.twitterImage(tw.image) }}" /> {% if seo.robots -%} <meta name="robots" content="{{ seo.robots }}" /> {% endif %} {%- if seo.expiry -%} <meta name="robots" content="unavailable_after: {{ seo.expiry }}" /> {% endif %} <link rel="home" href="{{ siteUrl }}" /> <link rel="canonical" href="{{ seo.canonical }}"> {# SEO End #}
/srv/users/craft4/apps/craft4-newsite-space/./vendor/ether/seo/./src/templates/_seo/meta.twig