diff options
author | wushin <pasekei@gmail.com> | 2014-05-21 16:13:23 -0500 |
---|---|---|
committer | wushin <pasekei@gmail.com> | 2014-05-21 16:20:16 -0500 |
commit | 0e89388ebb323cbe556f4a52524a9db88be6f607 (patch) | |
tree | d74b5ba91f1279b3a740ba561b390d0ff6bb7a1a | |
parent | ee8e051637a3d33511a8b9d485393c69ab1ab810 (diff) | |
download | website-0e89388ebb323cbe556f4a52524a9db88be6f607.tar.gz website-0e89388ebb323cbe556f4a52524a9db88be6f607.tar.bz2 website-0e89388ebb323cbe556f4a52524a9db88be6f607.tar.xz website-0e89388ebb323cbe556f4a52524a9db88be6f607.zip |
Further Google/Seo improvements
-rw-r--r-- | includes/common.php | 8 | ||||
-rw-r--r-- | robots.txt | 9 | ||||
-rw-r--r-- | sitemap.xml | 54 |
3 files changed, 13 insertions, 58 deletions
diff --git a/includes/common.php b/includes/common.php index 7c67e0e..609a286 100644 --- a/includes/common.php +++ b/includes/common.php @@ -56,9 +56,9 @@ function placeHeader($page_title) <li><a href="downloads.php">Downloads</a></li> <li><a href="index.php">News</a></li> <li><a href="about.php">About</a></li> - <li><a href="http://wiki.themanaworld.org/index.php/Servers">Servers</a></li> - <li><a href="http://wiki.themanaworld.org/">Wiki</a></li> - <li><a href="http://forums.themanaworld.org/">Forums</a></li> + <li><a href="https://wiki.themanaworld.org/index.php/Servers">Servers</a></li> + <li><a href="https://wiki.themanaworld.org/">Wiki</a></li> + <li><a href="https://forums.themanaworld.org/">Forums</a></li> </ul> </div> </div> @@ -71,7 +71,7 @@ function placeHeader($page_title) <div class="section_topright"> <div class="section_bottomright"> <div class="section" style="text-align: center;"> - <a href="http://wiki.themanaworld.org/index.php/Screenshots"><img src="images/screenshot-thumb.png" alt="Screenshots" style="border: 1px solid #784f3f;"/></a> + <a href="http://www.themanaworld.org/wiki/index.php/Screenshots"><img src="images/screenshot-thumb.png" alt="Screenshots" style="border: 1px solid #784f3f;"/></a> </div> </div> </div> diff --git a/robots.txt b/robots.txt new file mode 100644 index 0000000..2587955 --- /dev/null +++ b/robots.txt @@ -0,0 +1,9 @@ +User-agent: * +disallow: /includes/ +disallow: /recaptcha-php/ +disallow: /sql/ +disallow: /bin/ +disallow: /news.html +allow: / + +sitemap: /sitemap.xml diff --git a/sitemap.xml b/sitemap.xml index c7d2d0f..3e95a1d 100644 --- a/sitemap.xml +++ b/sitemap.xml @@ -42,58 +42,4 @@ <changefreq>daily</changefreq> <priority>0.5</priority> </url> -<url> -<loc>https://wiki.themanaworld.org/index.php/Backstory</loc> -<lastmod>2014-05-20</lastmod> -<changefreq>daily</changefreq> -<priority>0.5</priority> -</url> -<url> -<loc>https://wiki.themanaworld.org/index.php/Geography</loc> -<lastmod>2014-05-20</lastmod> -<changefreq>daily</changefreq> -<priority>0.5</priority> -</url> -<url> -<loc>https://wiki.themanaworld.org/index.php/Screenshots</loc> -<lastmod>2014-05-20</lastmod> -<changefreq>daily</changefreq> -<priority>0.5</priority> -</url> -<url> -<loc>https://wiki.themanaworld.org/index.php/Getting_started</loc> -<lastmod>2014-05-20</lastmod> -<changefreq>daily</changefreq> -<priority>0.5</priority> -</url> -<url> -<loc>https://wiki.themanaworld.org/index.php/Walkthrough</loc> -<lastmod>2014-05-20</lastmod> -<changefreq>daily</changefreq> -<priority>0.5</priority> -</url> -<url> -<loc>https://wiki.themanaworld.org/index.php/Magic</loc> -<lastmod>2014-05-20</lastmod> -<changefreq>daily</changefreq> -<priority>0.5</priority> -</url> -<url> -<loc>https://wiki.themanaworld.org/index.php/Skills</loc> -<lastmod>2014-05-20</lastmod> -<changefreq>daily</changefreq> -<priority>0.5</priority> -</url> -<url> -<loc>https://wiki.themanaworld.org/index.php/Dev:Main</loc> -<lastmod>2014-05-20</lastmod> -<changefreq>daily</changefreq> -<priority>0.5</priority> -</url> -<url> -<loc>https://wiki.themanaworld.org/index.php/How_to_Develop</loc> -<lastmod>2014-05-20</lastmod> -<changefreq>daily</changefreq> -<priority>0.5</priority> -</url> </urlset> |