chore(base.liquid): scope noarchive tags to Amazon and Bing

This commit is contained in:
Cory Dransfeldt 2025-05-19 14:11:17 -07:00
parent fa657339be
commit 5168b13c99
No known key found for this signature in database
3 changed files with 5 additions and 4 deletions

View file

@ -1,4 +1,5 @@
<meta name="robots" content="noarchive">
<meta name="amazonbot" content="noarchive">
<meta name="bingbot" content="noarchive">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="color-scheme" content="light dark" />
<meta name="theme-color" content="{{ globals.theme_color }}" />