From 1cb3cd17d1a67578e986527e94d59b7dad8fdb3b Mon Sep 17 00:00:00 2001 From: NebulaOnion Date: Tue, 3 Jan 2023 18:04:15 +0000 Subject: [PATCH] Improve SEO (#62) Reviewed-on: https://git.anonymousland.org/anonymousland/anonymousland/pulls/62 --- Gemfile | 1 + _config.yml | 5 +++++ robots.txt | 4 +++- 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 177e09b..0f8945b 100644 --- a/Gemfile +++ b/Gemfile @@ -6,4 +6,5 @@ gem "jekyll-feed" gem "jekyll-seo-tag" gem "bundler" gem "kramdown-parser-gfm" +gem "jekyll-sitemap" gem "webrick" \ No newline at end of file diff --git a/_config.yml b/_config.yml index 51d96a0..1b9e4ed 100644 --- a/_config.yml +++ b/_config.yml @@ -2,6 +2,10 @@ repository: anonymousland/anonymousland theme: jekyll-theme-potato-hacker theme_base: "dark" theme_switch: off +title: Anonymousland +email: admin@anonymousland.org +url: https://anonymousland.org +github_username: "anonyland" blog: on highlighter_theme: monokai toolbar_priority: @@ -24,6 +28,7 @@ exclude: plugins: - jekyll-feed - jekyll-seo-tag + - jekyll-sitemap feed: collections: - changelog diff --git a/robots.txt b/robots.txt index 77470cb..80baa82 100644 --- a/robots.txt +++ b/robots.txt @@ -1,2 +1,4 @@ +Sitemap: https://anonymousland.org/sitemap.xml + User-agent: * -Disallow: / \ No newline at end of file +Allow: / \ No newline at end of file