-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsitemap.xml
47 lines (38 loc) · 994 Bytes
/
sitemap.xml
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:xhtml="http://www.w3.org/1999/xhtml">
<url>
<loc>localhost/prueba3/</loc>
<lastmod>2017-10-22T20:42:27+02:00</lastmod>
</url>
<url>
<loc>localhost/prueba2/</loc>
<lastmod>2017-10-22T19:11:26+02:00</lastmod>
</url>
<url>
<loc>localhost/prueba/</loc>
<lastmod>2017-10-22T18:46:59+02:00</lastmod>
</url>
<url>
<loc>localhost/hola/</loc>
<lastmod>2017-10-21T19:54:28+02:00</lastmod>
</url>
<url>
<loc>localhost/categories/</loc>
<priority>0</priority>
</url>
<url>
<loc>localhost/post/</loc>
<lastmod>2017-10-22T20:42:27+02:00</lastmod>
<priority>0</priority>
</url>
<url>
<loc>localhost/tags/</loc>
<priority>0</priority>
</url>
<url>
<loc>localhost/</loc>
<lastmod>2017-10-22T20:42:27+02:00</lastmod>
<priority>0</priority>
</url>
</urlset>