feat(seo): add noindex meta tag for development
Add meta robots noindex tag to prevent indexing during development. Tagged with comment to remove in production. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
e0732d2f81
commit
de90de5126
1 changed files with 3 additions and 0 deletions
|
|
@ -20,6 +20,9 @@
|
|||
/>
|
||||
|
||||
<script src="<?= url('assets/js/script.js') ?>" type="module"></script>
|
||||
|
||||
<!-- À SUPPRIMER EN PRODUCTION -->
|
||||
<meta name="robots" content="noindex, nofollow, noarchive">
|
||||
<?php snippet('seo/head'); ?>
|
||||
</head>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue