fix: add robots.txt and sitemap.xml for SEO optimization
This commit is contained in:
parent
81310fee7d
commit
90ce3843f4
2 changed files with 10 additions and 0 deletions
4
dist/robots.txt
vendored
Normal file
4
dist/robots.txt
vendored
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
User-agent: *
|
||||
Disallow:
|
||||
Disallow: /cgi-bin/
|
||||
Sitemap: https://debrid-services-comparison.netlify.app/sitemap.xml
|
||||
6
dist/sitemap.xml
vendored
Normal file
6
dist/sitemap.xml
vendored
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
<urlset xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
|
||||
<url>
|
||||
<loc>https://debrid-services-comparison.netlify.app/</loc>
|
||||
<lastmod>2025-06-07T07:30:13+00:00</lastmod>
|
||||
</url>
|
||||
</urlset>
|
||||
Loading…
Reference in a new issue