fix: allow demo indexing and update navbar test for Try Demo CTA

Remove noindex meta tag from demo so Google can index demo.snapotter.com.
Update navbar test to match renamed "Try Demo" button (was "Book a Demo").
This commit is contained in:
SnapOtter
2026-05-17 09:33:46 +08:00
parent 228f70d011
commit 4eb07ae2fd
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -14,7 +14,7 @@
<meta property="og:type" content="website" />
<meta property="og:url" content="https://demo.snapotter.com" />
<meta property="og:image" content="https://snapotter.com/og-image.png" />
<meta name="robots" content="noindex, nofollow" />
<meta name="robots" content="index, follow" />
</head>
<body>
<div id="root"></div>