diff options
author | wushin <pasekei@gmail.com> | 2014-11-16 23:42:20 -0600 |
---|---|---|
committer | wushin <pasekei@gmail.com> | 2014-11-16 23:42:20 -0600 |
commit | b008502c7e9fefbcd9aac4cfb79b96187f1e3063 (patch) | |
tree | de356f837964d245f66ae1087ddb23613256559f | |
parent | 6f37a79665408c3531842851fc6c3efabfe50a07 (diff) | |
download | website-b008502c7e9fefbcd9aac4cfb79b96187f1e3063.tar.gz website-b008502c7e9fefbcd9aac4cfb79b96187f1e3063.tar.bz2 website-b008502c7e9fefbcd9aac4cfb79b96187f1e3063.tar.xz website-b008502c7e9fefbcd9aac4cfb79b96187f1e3063.zip |
Updating Sitemaps and Robots
-rw-r--r-- | robots.txt | 2 | ||||
-rw-r--r-- | sitemap.xml | 102 |
2 files changed, 104 insertions, 0 deletions
@@ -22,5 +22,7 @@ allow: /index.php/Reporting_Bugs allow: /index.php/Servers allow: /robots.txt +sitemap: http://www.themanaworld.org/sitemap.xml +host: www.themanaworld.org sitemap: http://wiki.themanaworld.org/sitemap.xml host: wiki.themanaworld.org diff --git a/sitemap.xml b/sitemap.xml index 39a36fc..42354a8 100644 --- a/sitemap.xml +++ b/sitemap.xml @@ -1,6 +1,108 @@ <?xml version="1.0" encoding="UTF-8"?> <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> <url> +<loc>https://www.themanaworld.org/index.php/Dev:Main</loc> +<lastmod>2014-11-14</lastmod> +<changefreq>daily</changefreq> +<priority>1.0</priority> +</url> +<url> +<loc>https://www.themanaworld.org/index.php/Special:GameAccount</loc> +<lastmod>2014-11-14</lastmod> +<changefreq>daily</changefreq> +<priority>1.0</priority> +</url> +<url> +<loc>https://www.themanaworld.org/index.php/Downloads</loc> +<lastmod>2014-11-14</lastmod> +<changefreq>daily</changefreq> +<priority>1.0</priority> +</url> +<url> +<loc>https://www.themanaworld.org/index.php/About</loc> +<lastmod>2014-11-14</lastmod> +<changefreq>daily</changefreq> +<priority>1.0</priority> +</url> +<url> +<loc>https://www.themanaworld.org/index.php/Special:GameNews</loc> +<lastmod>2014-11-14</lastmod> +<changefreq>daily</changefreq> +<priority>1.0</priority> +</url> +<url> +<loc>https://www.themanaworld.org/index.php/Screenshots</loc> +<lastmod>2014-11-14</lastmod> +<changefreq>daily</changefreq> +<priority>0.7</priority> +</url> +<url> +<loc>https://www.themanaworld.org/index.php/Getting_started</loc> +<lastmod>2014-11-14</lastmod> +<changefreq>daily</changefreq> +<priority>0.7</priority> +</url> +<url> +<loc>https://www.themanaworld.org/index.php/Game_Rules</loc> +<lastmod>2014-11-14</lastmod> +<changefreq>daily</changefreq> +<priority>0.5</priority> +</url> +<url> +<loc>https://www.themanaworld.org/index.php/Walkthrough</loc> +<lastmod>2014-11-14</lastmod> +<changefreq>daily</changefreq> +<priority>0.8</priority> +</url> +<url> +<loc>https://www.themanaworld.org/index.php/Backstory</loc> +<lastmod>2014-11-14</lastmod> +<changefreq>daily</changefreq> +<priority>0.5</priority> +</url> +<url> +<loc>https://www.themanaworld.org/index.php/Geography</loc> +<lastmod>2014-11-14</lastmod> +<changefreq>daily</changefreq> +<priority>0.5</priority> +</url> +<url> +<loc>https://www.themanaworld.org/index.php/Quests</loc> +<lastmod>2014-11-14</lastmod> +<changefreq>daily</changefreq> +<priority>0.5</priority> +</url> +<url> +<loc>https://www.themanaworld.org/index.php/Items</loc> +<lastmod>2014-11-14</lastmod> +<changefreq>daily</changefreq> +<priority>0.5</priority> +</url> +<url> +<loc>https://www.themanaworld.org/index.php/Monster_Reference</loc> +<lastmod>2014-11-14</lastmod> +<changefreq>daily</changefreq> +<priority>0.5</priority> +</url> +<url> +<loc>https://www.themanaworld.org/index.php/Reporting_Bugs</loc> +<lastmod>2014-11-14</lastmod> +<changefreq>daily</changefreq> +<priority>0.5</priority> +</url> +<url> +<loc>https://www.themanaworld.org/index.php/Servers</loc> +<lastmod>2014-11-14</lastmod> +<changefreq>daily</changefreq> +<priority>0.5</priority> +</url> +<url> +<loc>https://www.themanaworld.org/index.php/How_to_Develop</loc> +<lastmod>2014-11-14</lastmod> +<changefreq>daily</changefreq> +<priority>0.9</priority> +</url> +<url> <loc>https://wiki.themanaworld.org/index.php/Dev:Main</loc> <lastmod>2014-11-14</lastmod> <changefreq>daily</changefreq> |