Welcome to mirror list, hosted at ThFree Co, Russian Federation.

sitemap.xml « docs « exampleSite - github.com/vickylaixy/hugo-theme-introduction.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3550bdd2b577b1be8175eea832656b1957239384 (plain)
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" standalone="yes"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	
	<sitemap>
	   	<loc>http://example.com/es/sitemap.xml</loc>
		
	   	<lastmod>2017-11-13T11:58:39-05:00</lastmod>
		
	</sitemap>
	
	<sitemap>
	   	<loc>http://example.com/de/sitemap.xml</loc>
		
	   	<lastmod>2017-11-13T11:58:39-05:00</lastmod>
		
	</sitemap>
	
	<sitemap>
	   	<loc>http://example.com/en/sitemap.xml</loc>
		
	   	<lastmod>2020-07-25T02:04:06-05:00</lastmod>
		
	</sitemap>
	
</sitemapindex>