From f73725c0c7aae3b74de53a53f0051b266cb3303b Mon Sep 17 00:00:00 2001 From: timd Date: Fri, 27 Dec 2024 17:43:56 -0700 Subject: [PATCH] fix(SEO): correct meta & robots.txt issues --- config.toml | 1 + static/robots.txt | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 static/robots.txt diff --git a/config.toml b/config.toml index e3b28c7..e7ce23c 100644 --- a/config.toml +++ b/config.toml @@ -1,6 +1,7 @@ theme = "apollo" taxonomies = [{ name = "tags" }] title = "nrdxp" +description = "nrdxp's personal site & blog" generate_feeds = true minify_html = true diff --git a/static/robots.txt b/static/robots.txt new file mode 100644 index 0000000..2ac5721 --- /dev/null +++ b/static/robots.txt @@ -0,0 +1,3 @@ +User-agent: * +Disallow: +Sitemap: /sitemap.xml \ No newline at end of file