Skip to content

Commit cfef24f

Browse files
author
OpenSIN-AI
committed
feat(seo): Add SEO infrastructure to docs.opensin.ai
- Add llms.txt and llms-full.txt for AI crawler visibility - Update sitemap.xml and robots.txt - Fix docs CSS post-build script to copy SEO files to dist/
1 parent f03e5c2 commit cfef24f

6 files changed

Lines changed: 660 additions & 16 deletions

File tree

n8n-webhook.yml

Whitespace-only changes.

public/llms-full.txt

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# OpenSIN Documentation
2+
3+
> Technical documentation for OpenSIN, the open-source Agent-to-Agent network.
4+
5+
## Primary URLs
6+
- Docs: https://docs.opensin.ai
7+
- Main site: https://opensin.ai
8+
- Marketplace: https://my.opensin.ai
9+
- Blog: https://blog.opensin.ai
10+
11+
## Documentation map
12+
- Guide: https://docs.opensin.ai/guide/getting-started.html
13+
- API: https://docs.opensin.ai/api/overview.html
14+
- Architecture: https://docs.opensin.ai/architecture/overview.html
15+
- SDK: https://docs.opensin.ai/sdk/overview.html
16+
- Plugins: https://docs.opensin.ai/plugins/registry.html
17+
- Tutorials: https://docs.opensin.ai/tutorials/first-agent.html
18+
- Examples: https://docs.opensin.ai/examples/hello-world.html
19+
- Best Practices: https://docs.opensin.ai/best-practices/index.html
20+
- Bridges: https://docs.opensin.ai/bridges/index.html
21+
22+
## Core topics
23+
- A2A protocol
24+
- agent orchestration
25+
- model routing
26+
- plugin system
27+
- MCP integration
28+
- security and approval lanes
29+
- deployment and monitoring
30+
31+
## Extended references
32+
- What's New: https://docs.opensin.ai/guide/whats-new.html
33+
- Security best practices: https://docs.opensin.ai/best-practices/security.html
34+
- Performance best practices: https://docs.opensin.ai/best-practices/performance.html

public/llms.txt

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# OpenSIN Documentation
2+
3+
> Technical documentation for OpenSIN, the open-source Agent-to-Agent network.
4+
5+
## Primary URLs
6+
- Docs: https://docs.opensin.ai
7+
- Main site: https://opensin.ai
8+
- Marketplace: https://my.opensin.ai
9+
- Blog: https://blog.opensin.ai
10+
11+
## Documentation map
12+
- Guide: https://docs.opensin.ai/guide/getting-started.html
13+
- API: https://docs.opensin.ai/api/overview.html
14+
- Architecture: https://docs.opensin.ai/architecture/overview.html
15+
- SDK: https://docs.opensin.ai/sdk/overview.html
16+
- Plugins: https://docs.opensin.ai/plugins/registry.html
17+
- Tutorials: https://docs.opensin.ai/tutorials/first-agent.html
18+
- Examples: https://docs.opensin.ai/examples/hello-world.html
19+
- Best Practices: https://docs.opensin.ai/best-practices/index.html
20+
- Bridges: https://docs.opensin.ai/bridges/index.html
21+
22+
## Core topics
23+
- A2A protocol
24+
- agent orchestration
25+
- model routing
26+
- plugin system
27+
- MCP integration
28+
- security and approval lanes
29+
- deployment and monitoring

public/robots.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
User-agent: *
22
Allow: /
3+
34
Sitemap: https://docs.opensin.ai/sitemap.xml

0 commit comments

Comments
 (0)