diff options
author | lolcat <will@lolcat.ca> | 2023-07-22 14:41:14 -0400 |
---|---|---|
committer | lolcat <will@lolcat.ca> | 2023-07-22 14:41:14 -0400 |
commit | bca265aea67ec62499aaa113a6490ce9ec7fe730 (patch) | |
tree | 3f05ec5ea542e41b474947e180034f42e99648e9 /sitemap.xml |
still missing things on google scraper
Diffstat (limited to 'sitemap.xml')
-rw-r--r-- | sitemap.xml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/sitemap.xml b/sitemap.xml new file mode 100644 index 0000000..ade4c4d --- /dev/null +++ b/sitemap.xml @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8"?> +<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> + <url> + <loc>https://4get.ca</loc> + <lastmod>2023-07-31T07:56:12+03:00</lastmod> + </url> + <url> + <loc>https://4get.ca/about</loc> + <lastmod>2023-07-31T07:56:12+03:00</lastmod> + </url> + <url> + <loc>https://4get.ca/settings</loc> + <lastmod>2023-07-31T07:56:12+03:00</lastmod> + </url> + <url> + <loc>https://4get.ca/api.txt</loc> + <lastmod>2023-07-31T07:56:12+03:00</lastmod> + </url> +</urlset>
\ No newline at end of file |