datopian / frontend-v2

CKAN / Data Portal frontend as microservice in pure Javascript (Node).
http://tech.datopian.com/frontend/
MIT License
38 stars 18 forks source link

Robots txt added #183

Closed sagargg-zz closed 4 years ago

sagargg-zz commented 4 years ago

There was no /robots.txt. When the crawler doesn't find robots.txt the next matched /:organization route throws a 404 error. So, adding robots.txt as a middleware function. For now, it is allowing all paths.