diff options
initial commit
Diffstat (limited to 'src/robot.njk')
-rw-r--r-- | src/robot.njk | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/robot.njk b/src/robot.njk new file mode 100644 index 0000000..79c49c0 --- /dev/null +++ b/src/robot.njk @@ -0,0 +1,7 @@ +--- +permalink: /robot.txt +eleventyExcludeFromCollections: true +--- +User-agent: * +Allow: / +Sitemap: {{ "/"| url | absoluteUrl(metadata.url) }}/sitemap.xml
\ No newline at end of file |