metadata(); snippet('seo/prompts/introduction', [ 'instructions' => $instructions ?? null, 'edit' => $edit ?? null ]); ?> Create a useful meta title for this page called title()->value() ?>. isHomePage()) : ?>This page is the homepage of the website. AVOID an overly generic title such as 'Home'. useTitleTemplate()->isEmpty() ? true : $page->useTitleTemplate()->toBool()): $template = $meta->get('metaTemplate'); $templatePreview = $page->toString($template, ['title' => '{{ title }}']); $templateBaseLength = Str::length($page->toString($template, ['title' => ''])); ?> The final page title will be rendered as: Where {{ title }} is your page title. The entire title SHOULD be between - characters long. DO NOT output the Title Template. ONLY output what should be placed inside {{ title }}. DO NOT repeat ANYTHING that exists in the template. You MUST NOT repeat the name of the site. Your response will be set as title without any changes. The entire title SHOULD be between 50-60 characters long. If useful for the customers niche, include a keyword for the location. AVOID for global companies or niche subpages. 'metaTitle']); snippet('seo/prompts/content');