Skip to content

Commit b8086e6

Browse files
Robots and Googlebot meta tags added
1 parent 3055870 commit b8086e6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/components/BaseHead.astro

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@ const umamiTrackingCode = import.meta.env.PUBLIC_UMAMI_TRACKING_CODE;
8888
name="google-site-verification"
8989
content="y9Wl-jEjR6s1W7W0sJ11PBq21MqlqqLucvhvNl3gKRo"
9090
/>
91+
<meta name="robots" content="index,follow" />
92+
<meta name="googlebot" content="index,follow" />
9193

9294
<!-- Umami (Analytics) -->
9395
<script

0 commit comments

Comments
 (0)