Skip to content

Commit f4c6701

Browse files
committed
robots initial commit
1 parent bef7f8d commit f4c6701

4 files changed

Lines changed: 7 additions & 1 deletion

File tree

.jekyll-metadata

1.6 KB
Binary file not shown.

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ plugins:
2121
- jekyll-remote-theme
2222
- jekyll-feed
2323
- jekyll-paginate
24-
- jekyll-seo-tag
24+
# - jekyll-seo-tag
2525
- jekyll-sitemap

index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
---
22
layout: default
33
title: Home
4+
robots: noindex,nofollow
45
---
56

7+
<meta name="robots" content="noindex, nofollow">
8+
9+
610
<h1>Welcome to My HomeLab Blog</h1>
711

812
<p>

robots.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
User-agent: *
2+
Disallow: /

0 commit comments

Comments
 (0)