feat: intégration plugin Kirby SEO
All checks were successful
Deploy / Deploy to Production (push) Successful in 22s

- Ajout de tobimori/kirby-seo via Composer
- snippet('seo/head') dans header.php (remplace les meta manuels)
- snippet('seo/schemas') dans footer.php pour JSON-LD
- Onglet SEO ajouté dans site.yml et tous les blueprints de pages
- Configuration SEO dans config.php (sitemap, robots, canonicalBase TODO)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
isUnknown 2026-03-25 12:59:18 +01:00
parent baab2fb3a1
commit 58c31ea391
133 changed files with 9201 additions and 253 deletions

View file

@ -1289,6 +1289,77 @@
}
],
"install-path": "../symfony/yaml"
},
{
"name": "tobimori/kirby-seo",
"version": "2.0.0-beta.3",
"version_normalized": "2.0.0.0-beta3",
"source": {
"type": "git",
"url": "https://github.com/tobimori/kirby-seo.git",
"reference": "c16472022f53eba9c58ec73b10926129f889f86d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/tobimori/kirby-seo/zipball/c16472022f53eba9c58ec73b10926129f889f86d",
"reference": "c16472022f53eba9c58ec73b10926129f889f86d",
"shasum": ""
},
"require": {
"getkirby/composer-installer": "^1.2.1",
"php": ">=8.3.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.48",
"getkirby/cli": "^1.8.0",
"getkirby/cms": "^5.0.0",
"spatie/schema-org": "^3.23",
"tobimori/kirby-queues": "^1.0.0-beta.1"
},
"suggest": {
"ext-imagick": "Rasterize non-resizable images (SVG, etc.) for AI alt text generation",
"getkirby/cli": "Enable background processing support",
"spatie/schema-org": "Enable the Schema.org support",
"tobimori/kirby-queues": "Enable background processing support"
},
"time": "2026-03-10T23:31:27+00:00",
"type": "kirby-plugin",
"extra": {
"kirby-cms-path": false
},
"installation-source": "dist",
"autoload": {
"psr-4": {
"tobimori\\Seo\\": "classes"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"proprietary"
],
"authors": [
{
"name": "Tobias Möritz",
"email": "tobias@moeritz.io"
}
],
"description": "The default choice for SEO on Kirby: Implement technical SEO & Meta best practices with ease and provide an easy-to-use editor experience",
"homepage": "https://github.com/tobimori/kirby-seo#readme",
"support": {
"issues": "https://github.com/tobimori/kirby-seo/issues",
"source": "https://github.com/tobimori/kirby-seo/tree/2.0.0-beta.3"
},
"funding": [
{
"url": "https://plugins.andkindness.com/seo/preorder",
"type": "custom"
},
{
"url": "https://github.com/tobimori",
"type": "github"
}
],
"install-path": "../../site/plugins/kirby-seo"
}
],
"dev": true,