From 4d659c7f8b1ae3c7c721cb99bd1f2c6c10eecc2c Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado <david@luevano.xyz> Date: Tue, 25 May 2021 21:29:39 -0600 Subject: reflect new sitemap --- luevano/robots.txt | 4 ++++ luevano/sitemap-index.xml | 11 +++++++++++ luevano/sitemap.xml | 31 +++++++++++++++++++++++++++++++ 3 files changed, 46 insertions(+) create mode 100644 luevano/robots.txt create mode 100644 luevano/sitemap-index.xml create mode 100644 luevano/sitemap.xml (limited to 'luevano') diff --git a/luevano/robots.txt b/luevano/robots.txt new file mode 100644 index 0000000..e0953dc --- /dev/null +++ b/luevano/robots.txt @@ -0,0 +1,4 @@ +User-agent: * +Allow: / +Sitemap: https://luevano.xyz/sitemap-index.xml +Sitemap: https://luevano.xyz/sitemap.xml diff --git a/luevano/sitemap-index.xml b/luevano/sitemap-index.xml new file mode 100644 index 0000000..94d13d6 --- /dev/null +++ b/luevano/sitemap-index.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> + <sitemap> + <loc>https://luevano.xyz/sitemap.xml</loc> + <lastmod>2021-05-25</lastmod> + </sitemap> + <sitemap> + <loc>https://blog.luevano.xyz/sitemap.xml</loc> + <lastmod>2021-05-25</lastmod> + </sitemap> +</sitemapindex> diff --git a/luevano/sitemap.xml b/luevano/sitemap.xml new file mode 100644 index 0000000..8e7dd59 --- /dev/null +++ b/luevano/sitemap.xml @@ -0,0 +1,31 @@ +<?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://luevano.xyz</loc> + <lastmod>2021-05-25</lastmod> + <changefreq>monthly</changefreq> + <priority>1.0</priority> +</url> +<url> + <loc>https://blog.luevano.xyz</loc> + <lastmod>2021-05-25</lastmod> + <changefreq>daily</changefreq> + <priority>1.0</priority> +</url> +<url> + <loc>https://gb.luevano.xyz</loc> + <lastmod>2021-05-25</lastmod> + <changefreq>monthly</changefreq> + <priority>0.5</priority> +</url> +<url> + <loc>https://git.luevano.xyz</loc> + <lastmod>2021-05-25</lastmod> + <changefreq>daily</changefreq> + <priority>1.0</priority> +</url> +</urlset> -- cgit v1.2.3-70-g09d2