-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsitemap.xml
More file actions
25 lines (20 loc) · 800 Bytes
/
sitemap.xml
File metadata and controls
25 lines (20 loc) · 800 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<sitemap>
<loc>http://yoursite.com/post-sitemap.xml</loc>
<lastmod>2015-10-26T15:48:52.000Z</lastmod>
</sitemap>
<sitemap>
<loc>http://yoursite.com/page-sitemap.xml</loc>
<lastmod>2015-10-02T00:51:31.000Z</lastmod>
</sitemap>
<sitemap>
<loc>http://yoursite.com/category-sitemap.xml</loc>
<lastmod>2015-10-02T01:02:00.000Z</lastmod>
</sitemap>
<sitemap>
<loc>http://yoursite.com/tag-sitemap.xml</loc>
<lastmod>2015-09-29T06:07:33.000Z</lastmod>
</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Hexo SEO Friendly Sitemap Generator -->