feat(seo): configure SEO plugin integration
- Add SEO tab to site blueprint - Configure canonical base URL in config - Include SEO head snippet in header - Include SEO schemas snippet in footer Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
04a14a7f1f
commit
d47cd59c83
4 changed files with 5 additions and 2 deletions
|
|
@ -5,3 +5,4 @@ tabs:
|
|||
label: Contenu
|
||||
sections:
|
||||
investigations: fields/investigations
|
||||
seo: seo/site
|
||||
|
|
|
|||
|
|
@ -32,5 +32,6 @@ return [
|
|||
'campaign_slug' => 'soutenir-index-en-2024',
|
||||
'campaign_url' => 'https://donorbox.org/soutenir-index-en-2024',
|
||||
'api_base_url' => 'https://donorbox.org/api/v1'
|
||||
]
|
||||
],
|
||||
'tobimori.seo.canonicalBase' => 'https://www.index.ngo'
|
||||
];
|
||||
|
|
@ -62,6 +62,6 @@
|
|||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
<?php snippet('seo/schemas'); ?>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -20,6 +20,7 @@
|
|||
/>
|
||||
|
||||
<script src="<?= url('assets/js/script.js') ?>" type="module"></script>
|
||||
<?php snippet('seo/head'); ?>
|
||||
</head>
|
||||
|
||||
<body data-template="<?= $page->template() ?>">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue