feat: sitemap and updated robots
Signed-off-by: HeshamTB <hishaminv@gmail.com>
This commit is contained in:
parent
95e4593258
commit
98c7ee4b61
3
assets/sitemap.txt
Normal file
3
assets/sitemap.txt
Normal file
@ -0,0 +1,3 @@
|
||||
https://viddl.cc
|
||||
https://viddl.cc/robots.txt
|
||||
|
1
main.go
1
main.go
@ -126,6 +126,7 @@ func init() {
|
||||
log.Println("[ init ] Starting...")
|
||||
templates = template.Must(template.ParseFS(TemplatesFS , "templates/*.html"))
|
||||
log.Println("[ init ] Templates Loaded")
|
||||
log.Println(AssetsFS.ReadDir("assets"))
|
||||
|
||||
}
|
||||
|
||||
|
@ -1 +1,5 @@
|
||||
# Go carzy
|
||||
|
||||
User-agent: *
|
||||
Sitemap: https://viddl.cc/sitemap.txt
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user