1. Feat(Security): Patched vulnerabilities exposed by Zaproxy scan.

a. Added anti-clickjacking header
 b. Added robots.txt
 c. Added sitemap.xml
 d. Added cache-control header
2. Feat(SEO): Added yandex verification meta tag.
This commit is contained in:
2025-01-25 13:40:19 +00:00
parent 876d59170e
commit c5e5db5a36
3 changed files with 37 additions and 0 deletions

25
sitemap.xml Normal file
View File

@@ -0,0 +1,25 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://teddy.org.uk/</loc>
<lastmod>2024-01-25</lastmod>
<priority>1.0</priority>
</url>
<!-- Additional URLs for sections within portfolio -->
<url>
<loc>https://teddy.org.uk/#expertise</loc>
<priority>0.8</priority>
</url>
<url>
<loc>https://teddy.org.uk/#projects</loc>
<priority>0.8</priority>
</url>
<url>
<loc>https://teddy.org.uk/#experience</loc>
<priority>0.8</priority>
</url>
<url>
<loc>https://teddy.org.uk/#contact</loc>
<priority>0.8</priority>
</url>
</urlset>