1
0
mirror of https://github.com/mgerb/classic-wow-forums synced 2026-01-11 17:42:48 +00:00

trying to improve seo

This commit is contained in:
2018-02-07 13:54:09 -06:00
parent 5972d2f8c6
commit dedd77fb7d
11 changed files with 53 additions and 13 deletions

View File

@@ -1,4 +1,9 @@
User-agent: *
Disallow: /login
Disallow: /api
Allow: /
Allow: /f/*
Allow: /t/*
Allow: /realms
Disallow: /login
Disallow: /api/*
Sitemap: https://classicwowforums.com/sitemap.xml

24
client/public/sitemap.xml Normal file
View File

@@ -0,0 +1,24 @@
<?xml version="1.0" encoding="UTF-8"?><urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://classicwowforums.com/</loc>
<lastmod>2018-02-07</lastmod>
<changefreq>weekly</changefreq>
<priority>0.9</priority>
</url>
<url>
<loc>https://classicwowforums.com/realms</loc>
<changefreq>weekly</changefreq>
<priority>0.6</priority>
</url>
<url>
<loc>https://classicwowforums.com/f/133</loc>
<lastmod>2018-02-07</lastmod>
<changefreq>weekly</changefreq>
<priority>0.5</priority>
</url>
<url>
<loc>https://classicwowforums.com/f/137</loc>
<lastmod>2018-02-07</lastmod>
<priority>0.3</priority>
</url>
</urlset>