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:
25
sitemap.xml
Normal file
25
sitemap.xml
Normal 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>
|
||||
Reference in New Issue
Block a user