1
0

Added: sitemap.xml, robots.txt

Fixed: Removing unwanted pages for each post
This commit is contained in:
2023-12-18 05:40:26 +01:00
parent 6a826b1ec3
commit f4c7bfd959
4 changed files with 35 additions and 0 deletions

4
templates/robots.txt Normal file
View File

@ -0,0 +1,4 @@
User-agent: *
Disallow:
Allow: /
Sitemap: https://www.pkmples.cz/sitemap.xml

8
templates/sitemap.xml Normal file
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>