Skip to content

Commit e0b9317

Browse files
authored
update description, add robots.txt (#7)
1 parent cc5e46a commit e0b9317

3 files changed

Lines changed: 13 additions & 3 deletions

File tree

index.html

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,19 @@
44
<meta charset="UTF-8" />
55
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>dfsync — TypeScript HTTP client for service-to-service communication</title>
7+
<title>dfsync — Reliable HTTP client for Node.js Microservices</title>
88
<meta
99
name="description"
10-
content="A lightweight TypeScript HTTP client with sensible defaults for service-to-service communication across microservices, internal APIs, and integrations."
10+
content="dfsync is a reliable HTTP client for service-to-service communication in Node.js and TypeScript."
11+
/>
12+
<meta
13+
name="keywords"
14+
content="dfsync, typescript http client, microservices http client, nodejs http client, service to service communication"
1115
/>
1216
<meta property="og:title" content="dfsync" />
1317
<meta property="og:description" content="Reliable HTTP communication for modern services." />
1418
<meta property="og:type" content="website" />
15-
<meta property="og:url" content="https://dfsyncjs.github.io/" />
19+
<meta property="og:url" content="https://dfsyncjs.github.io" />
1620
</head>
1721
<body>
1822
<div id="root"></div>

public/robots.txt

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

public/sitemap.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<url>
2+
<loc>https://dfsyncjs.github.io</loc>
3+
</url>

0 commit comments

Comments
 (0)