Added: sitemap.xml, robots.txt
Fixed: Removing unwanted pages for each post
This commit is contained in:
4
templates/robots.txt
Normal file
4
templates/robots.txt
Normal file
@ -0,0 +1,4 @@
|
||||
User-agent: *
|
||||
Disallow:
|
||||
Allow: /
|
||||
Sitemap: https://www.pkmples.cz/sitemap.xml
|
8
templates/sitemap.xml
Normal file
8
templates/sitemap.xml
Normal 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>
|
Reference in New Issue
Block a user