feat(main): add sitemap
This commit is contained in:
parent
d10428cb51
commit
b8a7eb50be
2 changed files with 10 additions and 0 deletions
|
@ -2,3 +2,4 @@
|
||||||
User-agent: *
|
User-agent: *
|
||||||
Allow: /
|
Allow: /
|
||||||
Disallow:
|
Disallow:
|
||||||
|
Sitemap: https://developomp.com/sitemap.xml
|
||||||
|
|
9
apps/main/static/sitemap.xml
Normal file
9
apps/main/static/sitemap.xml
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
||||||
|
<url>
|
||||||
|
<loc>https://developomp.com</loc>
|
||||||
|
<lastmod>2023-07-04</lastmod>
|
||||||
|
<changefreq>monthly</changefreq>
|
||||||
|
<priority>1.0</priority>
|
||||||
|
</url>
|
||||||
|
</urlset>
|
Loading…
Add table
Add a link
Reference in a new issue