Add robots.txt, cleanup config.js list

This commit is contained in:
EOS Classic
2018-09-16 12:04:16 +09:00
committed by Ikmyeong Na
parent 184cace793
commit 5c4b22acbe
3 changed files with 7 additions and 25 deletions

3
src/robots.txt Normal file
View File

@@ -0,0 +1,3 @@
# http://www.robotstxt.org
User-agent: *
Disallow:

View File

@@ -7,6 +7,8 @@ html(ng-app="netStatsApp")
style(type="text/css") [ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak { display: none !important; }
link(rel='stylesheet', href='//fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700')
link(rel='stylesheet', href='/css/netstats.min.css')
meta(name='robots', content='index,follow')
meta(name='googlebot', content='index,follow')
body
block content