add sitemap
This commit is contained in:
@@ -13,7 +13,6 @@ Disallow: /dmails
|
||||
Disallow: /favorite
|
||||
Disallow: /ip_bans
|
||||
Disallow: /janitor_trials
|
||||
Disallow: /legacy
|
||||
Disallow: /maintenance
|
||||
Disallow: /mobile/
|
||||
Disallow: /m/
|
||||
|
||||
19
public/sitemap.xml
Normal file
19
public/sitemap.xml
Normal file
@@ -0,0 +1,19 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
||||
<url>
|
||||
<loc>http://danbooru.donmai.us/posts</loc>
|
||||
<changefreq>hourly</changefreq>
|
||||
<priority>1.0</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://danbooru.donmai.us/wiki_pages</loc>
|
||||
<changefreq>daily</changefreq>
|
||||
<priority>0.3</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://danbooru.donmai.us/pools</loc>
|
||||
<changefreq>daily</changefreq>
|
||||
<priority>0.5</priority>
|
||||
</url>
|
||||
</urlset>
|
||||
Reference in New Issue
Block a user