Changed sitemap for new routes

This commit is contained in:
Andreas Mieke 2016-02-06 01:57:55 +01:00
parent fd9a3436ca
commit 10360ba95c

View file

@ -40,17 +40,17 @@ func GenerateSitemap() {
temp.ChangeFreq = "hourly" temp.ChangeFreq = "hourly"
temp.Priority = 1.0 temp.Priority = 1.0
uset.Url = append(uset.Url, temp) uset.Url = append(uset.Url, temp)
temp.Location = config.C.SiteUrl + "/lets-play/" temp.Location = config.C.SiteUrl + "/lets-play"
temp.LastMod = time.Now() temp.LastMod = time.Now()
temp.ChangeFreq = "monthly" temp.ChangeFreq = "monthly"
temp.Priority = 0.75 temp.Priority = 0.75
uset.Url = append(uset.Url, temp) uset.Url = append(uset.Url, temp)
temp.Location = config.C.SiteUrl + "/testet/" temp.Location = config.C.SiteUrl + "/testet"
temp.LastMod = time.Now() temp.LastMod = time.Now()
temp.ChangeFreq = "monthly" temp.ChangeFreq = "monthly"
temp.Priority = 0.75 temp.Priority = 0.75
uset.Url = append(uset.Url, temp) uset.Url = append(uset.Url, temp)
temp.Location = config.C.SiteUrl + "/zeige/" temp.Location = config.C.SiteUrl + "/zeige"
temp.LastMod = time.Now() temp.LastMod = time.Now()
temp.ChangeFreq = "yearly" temp.ChangeFreq = "yearly"
temp.Priority = 0.75 temp.Priority = 0.75