lotusdocs icon indicating copy to clipboard operation
lotusdocs copied to clipboard

/robots.txt is missing

Open onnimonni opened this issue 1 year ago • 1 comments

Past Issues Searched

  • [X] I have searched open and closed issues to make sure that the bug has not yet been reported

Issue is a Bug Report

  • [X] This is a bug report and not a feature request, nor asking for support

Describe the bug

Currently when visiting https://lotusdocs.dev/robots.txt it returns 404 error page.

Expected behavior

In order to improve the SEO it would be helpful for the site to return /robots.txt with following content:

User-agent: *
Disallow:
Sitemap: https://lotusdocs.dev/sitemap.xml

This will allow crawling everything and point the crawlers to the sitemap.xml which is already available.

Source for sitemap not supporting relative urls: https://stackoverflow.com/a/14218476/1337062 Source for allowing everything: https://stackoverflow.com/a/44467157/1337062

Screenshots

No response

Environment

No response

onnimonni avatar Oct 23 '23 20:10 onnimonni

If you add enableRobotsTXT=true to your hugo.toml, it should work.

You can also change the file by editing layouts/robots.txt.

ManuelLevi avatar Feb 27 '24 00:02 ManuelLevi