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:
isUnknown 2026-02-11 15:28:35 +01:00
parent e0732d2f81
commit de90de5126

View file

@ -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>