diff --git a/config/schema/humanstxt.schema.yml b/config/schema/humanstxt.schema.yml
new file mode 100644
index 0000000..0bbdd70
--- /dev/null
+++ b/config/schema/humanstxt.schema.yml
@@ -0,0 +1,12 @@
+# Schema for the configuration files of the humanstxt module.
+humanstxt.settings:
+  type: config_object
+  label: 'HumansTxt Settings'
+  mapping:
+    content:
+      type: text
+      label: 'Content of the humans.txt file'
+      translatable: true
+    display_link:
+      type: boolean
+      label: 'Collects if the module should create a link to the humans.txt file.'
