robots.txt

This commit is contained in:
mynah
2019-03-04 20:20:50 -06:00
parent 9f20bfff96
commit 9668290474
2 changed files with 30 additions and 0 deletions

3
public/robots.txt Normal file
View File

@@ -0,0 +1,3 @@
User-agent: *
Allow: /
Sitemap: https://vuelodegrulla.com/sitemap.xml

27
public/sitemap.xml Normal file
View File

@@ -0,0 +1,27 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://vuelodegrulla.com/home</loc>
<changefreq>monthly</changefreq>
</url>
<url>
<loc>https://vuelodegrulla.com/pang</loc>
<changefreq>monthly</changefreq>
</url>
<url>
<loc>https://vuelodegrulla.com/cal</loc>
<changefreq>monthly</changefreq>
</url>
<url>
<loc>https://vuelodegrulla.com/store</loc>
<changefreq>monthly</changefreq>
</url>
<url>
<loc>https://vuelodegrulla.com/tv</loc>
<changefreq>monthly</changefreq>
</url>
<url>
<loc>https://vuelodegrulla.com/pod</loc>
<changefreq>monthly</changefreq>
</url>
</urlset>