chore: update kirby-seo plugin to v2.0.0-alpha.12
Update plugin from v1.1.2 to v2.0.0-alpha.12 for Kirby 5 compatibility. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
ff215de723
commit
04a14a7f1f
70 changed files with 6142 additions and 3 deletions
|
|
@ -0,0 +1,24 @@
|
|||
<?php
|
||||
|
||||
/** @var \Kirby\Cms\Page $page
|
||||
** @var \Kirby\Cms\Site $site
|
||||
** @var string|null $instructions
|
||||
** @var string|null $edit */
|
||||
|
||||
snippet('seo/prompts/introduction', [
|
||||
'instructions' => $instructions ?? null,
|
||||
'edit' => $edit ?? null
|
||||
]); ?>
|
||||
|
||||
<task>
|
||||
Create a useful GLOBAL meta description for this site <site-title><?= $site->title()->value() ?>.</site-title>
|
||||
This description is meant as FALLBACK for when the page does not have a meta description itself.
|
||||
This description should be unique and relevant to the site's content.
|
||||
|
||||
The entire meta description SHOULD be between 120 and 158 characters long.
|
||||
|
||||
You'll receive the content of the home page as well as any meta tags that are already set below.
|
||||
</task>
|
||||
|
||||
<?php snippet('seo/prompts/site-meta', ['currentField' => 'metaDescription']);
|
||||
snippet('seo/prompts/content'); ?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue