Skip to content

Commit 52c4a12

Browse files
authored
Merge pull request #558 from jermspeaks/feature/robots
Robots and Googlebot meta tags added
2 parents 96517ab + b8086e6 commit 52c4a12

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)