Added: sitemap.xml, robots.txt

Fixed: Removing unwanted pages for each post
This commit is contained in:
fr
2023-12-18 05:41:28 +01:00
parent 6a826b1ec3
commit f4c7bfd959
4 changed files with 35 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
User-agent: *
Disallow:
Allow: /
Sitemap: https://www.pkmples.cz/sitemap.xml
+8
View File
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://www.pkmples.cz/</loc>
<changefreq>daily</changefreq>
<priority>1.0</priority>
</url>
</urlset>