diff --git a/config/_default/hugo.yaml b/config/_default/hugo.yaml index 5d1ff87c..ada56d4e 100644 --- a/config/_default/hugo.yaml +++ b/config/_default/hugo.yaml @@ -2,7 +2,7 @@ baseURL: "https://fundor333.com" DefaultContentLanguage: en languageCode: en title: Fundor333 -enableRobotsTXT: true +enableRobotsTXT: false fediverseAccount: "@fundor333@mastodon.social" ignoreLogs: - "warning-goldmark-raw-html" diff --git a/static/robots.txt b/static/robots.txt new file mode 100644 index 00000000..385c8ae2 --- /dev/null +++ b/static/robots.txt @@ -0,0 +1,4 @@ +User-agent: * +Allow: / + +Sitemap: https://fundor333.com/sitemap.xml