Create sitemap.xml
This commit is contained in:
parent
b5b38e152c
commit
4315957957
1 changed files with 28 additions and 0 deletions
28
sitemap.xml
Normal file
28
sitemap.xml
Normal file
|
@ -0,0 +1,28 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9
|
||||
http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
|
||||
|
||||
<url>
|
||||
<loc>https://wishthis.online/</loc>
|
||||
<lastmod>2022-03-08T15:46:19+00:00</lastmod>
|
||||
<priority>1.00</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://wishthis.online/home</loc>
|
||||
<lastmod>2022-03-08T15:46:19+00:00</lastmod>
|
||||
<priority>0.80</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://wishthis.online/login</loc>
|
||||
<lastmod>2022-03-08T15:46:19+00:00</lastmod>
|
||||
<priority>0.80</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://wishthis.online/register</loc>
|
||||
<lastmod>2022-03-08T15:46:19+00:00</lastmod>
|
||||
<priority>0.80</priority>
|
||||
</url>
|
||||
</urlset>
|
Loading…
Reference in a new issue