feat: make single html and add schemas for socials

This commit is contained in:
Jet Pham 2026-03-09 17:13:43 -07:00
parent 4c09d416cf
commit a7ecb3a390
No known key found for this signature in database
7 changed files with 190 additions and 23 deletions

4
public/robots.txt Normal file
View file

@ -0,0 +1,4 @@
User-agent: *
Allow: /
Sitemap: https://jetpham.com/sitemap.xml

8
public/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://jetpham.com/</loc>
<changefreq>monthly</changefreq>
<priority>1.0</priority>
</url>
</urlset>