Skip to content

Commit d1e658b

Browse files
committed
Add sitemap
1 parent 7d1ed2e commit d1e658b

4 files changed

Lines changed: 29 additions & 3 deletions

File tree

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<!DOCTYPE html>
22
<html lang="en">
3-
<!-- © 2022-2025 FearDC -->
3+
<!-- © 1998-2025 Direct Connect -->
44
<head>
55
<meta charset="utf-8">
66
<meta name="description" content="DC Protocols - Updated protocol documentation for Direct Connect">
77
<meta name="keywords" content="direct,connect,protocol,nmdc,nmdcs,adc,adcs,documentation,specification,instruction,wiki">
8-
<meta name="author" content="FearDC">
8+
<meta name="author" content="1998-2025 Direct Connect">
99
<meta name="google-site-verification" content="hw1o7CNJtkcEBXJQeW1JPNYtaITXSCM5tromdGBGzqM">
1010
<meta name="viewport" content="width=device-width, initial-scale=1.0">
1111
<link rel="preconnect" href="https://fonts.googleapis.com">

robots.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
User-agent: *
2+
Sitemap: https://dc-protocols.github.io/sitemap.xml

sitemap.xml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
3+
<!-- © 1998-2025 Direct Connect -->
4+
<url>
5+
<loc>https://dc-protocols.github.io/</loc>
6+
<priority>0.5</priority>
7+
<changefreq>monthly</changefreq>
8+
</url>
9+
<url>
10+
<loc>https://dc-protocols.github.io/NMDC.html</loc>
11+
<priority>0.5</priority>
12+
<changefreq>monthly</changefreq>
13+
</url>
14+
<url>
15+
<loc>https://dc-protocols.github.io/ADC.html</loc>
16+
<priority>0.5</priority>
17+
<changefreq>monthly</changefreq>
18+
</url>
19+
<url>
20+
<loc>https://dc-protocols.github.io/links.html</loc>
21+
<priority>0.5</priority>
22+
<changefreq>monthly</changefreq>
23+
</url>
24+
</urlset>

style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* © 2022-2025 FearDC */
1+
/* © 1998-2025 Direct Connect */
22

33
@-moz-keyframes spin {
44
100% {

0 commit comments

Comments
 (0)