diff options
author | garhve <git@garhve.com> | 2022-11-30 02:08:18 +0800 |
---|---|---|
committer | garhve <git@garhve.com> | 2022-11-30 02:08:18 +0800 |
commit | 75c6ce6874878f2ff1b9f59e8ff59a65b6c093c5 (patch) | |
tree | c6aabb02d67f29ffa190fd030ccd35b811994250 /en/sitemap.xml |
blog init
Diffstat (limited to 'en/sitemap.xml')
-rw-r--r-- | en/sitemap.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/en/sitemap.xml b/en/sitemap.xml new file mode 100644 index 0000000..80ac808 --- /dev/null +++ b/en/sitemap.xml @@ -0,0 +1,17 @@ +<?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>https://blog.garhve.com/</loc> + <xhtml:link + rel="alternate" + hreflang="cn" + href="https://blog.garhve.com/cn/" + /> + <xhtml:link + rel="alternate" + hreflang="en" + href="https://blog.garhve.com/" + /> + </url> +</urlset> |