robots.txt
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
# {•̃_•̃} < Beep boop!
|
||||
|
||||
User-agent: Baiduspider
|
||||
Disallow: /
|
||||
|
||||
User-agent: YandexBot
|
||||
Disallow: /
|
||||
|
||||
User-agent: facebot
|
||||
Disallow: /
|
||||
|
||||
User-agent: TwitterBot
|
||||
Disallow: /
|
||||
|
||||
User-agent: GPTBot
|
||||
Disallow: /
|
||||
@@ -20,10 +20,12 @@ const title = Astro.props.frontmatter
|
||||
<meta name="viewport" content="width=device-width" />
|
||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
||||
<meta name="generator" content={Astro.generator} />
|
||||
<meta name="robots" content="noindex" />
|
||||
<meta
|
||||
name="description"
|
||||
content="My personal blog about life, gaming, tech, and whatever else I feel like writing about."
|
||||
/>
|
||||
|
||||
<link
|
||||
rel="alternate"
|
||||
type="application/rss+xml"
|
||||
|
||||
Reference in New Issue
Block a user