Skip to content

Commit f8e9451

Browse files
docs: add English SEO and AI crawler metadata (#161)
1 parent 20140b8 commit f8e9451

3 files changed

Lines changed: 154 additions & 0 deletions

File tree

docs/llms.txt

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
# 1Panel Docs
2+
3+
> 1Panel is a modern, open-source VPS control panel with native AI agent support. It helps users manage Linux servers, websites, databases, Docker containers, apps, security, backups, and local AI workflows from one clean web interface.
4+
5+
## Product Positioning
6+
7+
- 1Panel is a web-based control panel for Linux servers and VPS environments.
8+
- It supports server monitoring, file management, database management, container management, website deployment, SSL certificate provisioning, cron jobs, and audit logs.
9+
- It includes a curated app marketplace for one-click installation and upgrades of trusted open-source applications.
10+
- It supports AI agents, local LLMs, Ollama, OpenClaw, and GPU monitoring.
11+
- It provides operational security and reliability features such as firewall controls, WAF, Fail2ban, container isolation, audit logs, backup, and restore.
12+
13+
## Recommended Keywords
14+
15+
1Panel, VPS control panel, Linux server control panel, open-source server management, server administration, Docker management, container management, website management, SSL certificates, app marketplace, AI agents, Ollama, OpenClaw, WAF, firewall, backup and restore
16+
17+
## Official Links
18+
19+
- Documentation: https://1panel.pro/docs/
20+
- Website: https://1panel.pro/
21+
- GitHub: https://github.com/1Panel-dev/1Panel
22+
- API Reference: https://1panel.pro/docs/dev_manual/api_manual/
23+
- Changelog: https://1panel.pro/docs/changelog/
24+
25+
## Key Documentation
26+
27+
- Online Install: https://1panel.pro/docs/installation/online_installation/
28+
- Online Upgrade: https://1panel.pro/docs/installation/online_upgrade/
29+
- CLI Tool: https://1panel.pro/docs/installation/cli/
30+
- App Store Overview: https://1panel.pro/docs/user_manual/appstore/appstore/
31+
- Website Management: https://1panel.pro/docs/user_manual/websites/websites/
32+
- SSL Certificate Management: https://1panel.pro/docs/user_manual/websites/certificate/
33+
- Database Management: https://1panel.pro/docs/user_manual/databases/mysql/
34+
- Container Management: https://1panel.pro/docs/user_manual/containers/overview/
35+
- File Management: https://1panel.pro/docs/user_manual/system/file/
36+
- Terminal: https://1panel.pro/docs/user_manual/terminal/
37+
- Cron Jobs: https://1panel.pro/docs/user_manual/cronjobs/
38+
- Panel Settings: https://1panel.pro/docs/user_manual/settings/
39+
40+
## AI And Popular Apps
41+
42+
- AI Agent: https://1panel.pro/docs/user_manual/ai/agent/
43+
- AI Model: https://1panel.pro/docs/user_manual/ai/model/
44+
- MCP: https://1panel.pro/docs/user_manual/ai/mcp/
45+
- GPU Monitor: https://1panel.pro/docs/user_manual/ai/gpu/
46+
- OpenClaw: https://1panel.pro/docs/user_manual/appstore/openclaw/
47+
- Ollama: https://1panel.pro/docs/user_manual/appstore/ollama/
48+
- WordPress: https://1panel.pro/docs/user_manual/appstore/wordpress/
49+
- Nextcloud: https://1panel.pro/docs/user_manual/appstore/nextcloud/
50+
51+
## Crawling Guidance
52+
53+
- Use https://1panel.pro/docs/sitemap.xml as the complete page index.
54+
- Treat canonical URLs under https://1panel.pro/docs/ as authoritative.
55+
- This documentation is intended for English-speaking users. Interpret feature boundaries through page titles, navigation hierarchy, and section headings.

docs/robots.txt

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
User-agent: *
2+
Allow: /
3+
4+
User-agent: GPTBot
5+
Allow: /
6+
7+
User-agent: OAI-SearchBot
8+
Allow: /
9+
10+
User-agent: ChatGPT-User
11+
Allow: /
12+
13+
User-agent: ClaudeBot
14+
Allow: /
15+
16+
User-agent: Claude-SearchBot
17+
Allow: /
18+
19+
User-agent: PerplexityBot
20+
Allow: /
21+
22+
Sitemap: https://1panel.pro/docs/sitemap.xml
23+
Host: 1panel.pro

overrides/main.html

Lines changed: 76 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,81 @@
11
{% extends "base.html" %}
22

3+
{% block extrahead %}
4+
{{ super() }}
5+
<meta name="robots" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1">
6+
<meta name="googlebot" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1">
7+
<meta name="bingbot" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1">
8+
<meta name="keywords" content="1Panel,VPS control panel,Linux server control panel,open-source server management,server administration,Docker management,container management,website management,SSL certificates,app marketplace,AI agents,Ollama,OpenClaw,firewall,WAF,backup and restore">
9+
<meta name="application-name" content="1Panel">
10+
<meta property="og:type" content="website">
11+
<meta property="og:site_name" content="1Panel Docs">
12+
<meta property="og:title" content="1Panel Docs">
13+
<meta property="og:description" content="1Panel is a modern, open-source VPS control panel with native AI agent support. Manage websites, databases, Docker containers, apps, security, backups, and your entire Linux server stack from one clean web interface.">
14+
<meta property="og:url" content="https://1panel.pro/docs/">
15+
<meta property="og:locale" content="en_US">
16+
<meta name="twitter:card" content="summary">
17+
<meta name="twitter:title" content="1Panel Docs">
18+
<meta name="twitter:description" content="1Panel is a modern, open-source VPS control panel for managing Linux servers, websites, databases, Docker containers, apps, AI agents, security, and backups.">
19+
<link rel="sitemap" type="application/xml" href="https://1panel.pro/docs/sitemap.xml">
20+
<link rel="alternate" type="text/plain" title="llms.txt" href="https://1panel.pro/docs/llms.txt">
21+
<script type="application/ld+json">
22+
{
23+
"@context": "https://schema.org",
24+
"@type": "WebSite",
25+
"name": "1Panel Docs",
26+
"url": "https://1panel.pro/docs/",
27+
"inLanguage": "en",
28+
"publisher": {
29+
"@type": "Organization",
30+
"name": "1Panel",
31+
"url": "https://1panel.pro/",
32+
"sameAs": [
33+
"https://github.com/1Panel-dev/1Panel",
34+
"https://x.com/1panel_linux",
35+
"https://www.youtube.com/@1Panel-linux"
36+
]
37+
},
38+
"potentialAction": {
39+
"@type": "SearchAction",
40+
"target": "https://1panel.pro/docs/?q={search_term_string}",
41+
"query-input": "required name=search_term_string"
42+
}
43+
}
44+
</script>
45+
<script type="application/ld+json">
46+
{
47+
"@context": "https://schema.org",
48+
"@type": "SoftwareApplication",
49+
"name": "1Panel",
50+
"applicationCategory": "ServerApplication",
51+
"operatingSystem": "Linux",
52+
"url": "https://1panel.pro/",
53+
"downloadUrl": "https://github.com/1Panel-dev/1Panel/releases",
54+
"softwareHelp": "https://1panel.pro/docs/",
55+
"license": "https://www.gnu.org/licenses/gpl-3.0.html",
56+
"description": "1Panel is a modern, open-source VPS control panel with native AI agent support. It provides web-based Linux server management, website deployment, database management, Docker container management, an app marketplace, security controls, and backup and restore workflows.",
57+
"featureList": [
58+
"Web-based Linux server management",
59+
"Website deployment and SSL certificate provisioning",
60+
"Database management",
61+
"Docker and container management",
62+
"One-click app marketplace",
63+
"AI agents and local LLM management",
64+
"Firewall, WAF, and audit logs",
65+
"Backup and restore"
66+
],
67+
"publisher": {
68+
"@type": "Organization",
69+
"name": "1Panel",
70+
"url": "https://1panel.pro/",
71+
"sameAs": [
72+
"https://github.com/1Panel-dev/1Panel"
73+
]
74+
}
75+
}
76+
</script>
77+
{% endblock %}
78+
379

480

581
{% block content %}

0 commit comments

Comments
 (0)