diff --git a/gparser/sitemap.go b/gparser/sitemap.go index f07aa98..721746c 100644 --- a/gparser/sitemap.go +++ b/gparser/sitemap.go @@ -40,17 +40,17 @@ func GenerateSitemap() { temp.ChangeFreq = "hourly" temp.Priority = 1.0 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.ChangeFreq = "monthly" temp.Priority = 0.75 uset.Url = append(uset.Url, temp) - temp.Location = config.C.SiteUrl + "/testet/" + temp.Location = config.C.SiteUrl + "/testet" temp.LastMod = time.Now() temp.ChangeFreq = "monthly" temp.Priority = 0.75 uset.Url = append(uset.Url, temp) - temp.Location = config.C.SiteUrl + "/zeige/" + temp.Location = config.C.SiteUrl + "/zeige" temp.LastMod = time.Now() temp.ChangeFreq = "yearly" temp.Priority = 0.75