cleanup: remove unnecessary comments and streamline sitemap structure
This commit is contained in:
parent
abde978f06
commit
eca3183512
2 changed files with 5 additions and 26 deletions
2
dist/robots.txt
vendored
2
dist/robots.txt
vendored
|
|
@ -1,6 +1,4 @@
|
||||||
# robots.txt for debridcompare.xyz
|
|
||||||
User-agent: *
|
User-agent: *
|
||||||
Allow: /
|
Allow: /
|
||||||
|
|
||||||
# Sitemaps
|
|
||||||
Sitemap: https://debridcompare.pages.dev/sitemap.xml
|
Sitemap: https://debridcompare.pages.dev/sitemap.xml
|
||||||
|
|
|
||||||
29
dist/sitemap.xml
vendored
29
dist/sitemap.xml
vendored
|
|
@ -1,26 +1,7 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
|
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
||||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
<url>
|
||||||
xmlns:image="http://www.google.com/schemas/sitemap-image/1.1"
|
<loc>https://debridcompare.pages.dev/</loc>
|
||||||
xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9
|
<lastmod>2026-03-22</lastmod>
|
||||||
http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
|
</url>
|
||||||
|
|
||||||
<!-- Homepage -->
|
|
||||||
<url>
|
|
||||||
<loc>https://debridcompare.pages.dev</loc>
|
|
||||||
<lastmod>2026-03-08T00:00:00+00:00</lastmod>
|
|
||||||
<changefreq>daily</changefreq>
|
|
||||||
<priority>1.0</priority>
|
|
||||||
<image:image>
|
|
||||||
<image:loc>https://debridcompare.pages.dev/images/og.png</image:loc>
|
|
||||||
<image:title>Debrid Services Comparison Tool</image:title>
|
|
||||||
<image:caption>Compare 10 premium debrid services including AllDebrid, Real-Debrid, TorBox, and more</image:caption>
|
|
||||||
</image:image>
|
|
||||||
<image:image>
|
|
||||||
<image:loc>https://debridcompare.pages.dev/images/flowchart.svg</image:loc>
|
|
||||||
<image:title>How Debrid Services Work Flowchart</image:title>
|
|
||||||
<image:caption>A visual explanation of how debrid services provide high-speed downloads.</image:caption>
|
|
||||||
</image:image>
|
|
||||||
</url>
|
|
||||||
|
|
||||||
</urlset>
|
</urlset>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue