littlelink-server
littlelink-server copied to clipboard
Better SEO
More control over Robots.txt from env variables. Also the site is missing a sitemap.xml. Should at least contain a basic default single page sitemap.xml file
In terms of robots.txt the only thing I could think of would be an env variable which controls whether or not the site should be indexed or not. What was your idea on that?
Well 2 parts -
- I want to control robots where I would want only google-bot to index but block others
- Sitemap.xml with at least basic one line that says my custom domain as the main page, I believe there is already a variable in the Dockerfile called SHARE where someone would put lets say example.com top level domain where this page is hosted.