Skip to content

Commit 764c685

Browse files
committed
Add FAQPage schema to FAQ pages
1 parent 62b9075 commit 764c685

2 files changed

Lines changed: 102 additions & 0 deletions

File tree

src/content/docs/faq.md

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,57 @@
11
---
22
title: FAQ
33
description: Frequently asked questions about BotDrop - the easiest way to install OpenClaw on mobile
4+
head:
5+
- tag: script
6+
attrs:
7+
type: application/ld+json
8+
content: |
9+
{
10+
"@context": "https://schema.org",
11+
"@type": "FAQPage",
12+
"mainEntity": [
13+
{
14+
"@type": "Question",
15+
"name": "What is BotDrop?",
16+
"acceptedAnswer": {
17+
"@type": "Answer",
18+
"text": "BotDrop is the easiest way to install OpenClaw on your phone. A free Android app that lets you install and run OpenClaw AI bots with one tap, featuring a visual interface with no coding required."
19+
}
20+
},
21+
{
22+
"@type": "Question",
23+
"name": "How do I install OpenClaw on my phone?",
24+
"acceptedAnswer": {
25+
"@type": "Answer",
26+
"text": "Download the BotDrop APK from botdrop.app, install it, and configure OpenClaw through the visual interface. The whole process takes just a few minutes. No server needed, no Linux knowledge required."
27+
}
28+
},
29+
{
30+
"@type": "Question",
31+
"name": "Do I need my own server?",
32+
"acceptedAnswer": {
33+
"@type": "Answer",
34+
"text": "No! Traditional OpenClaw installation requires renting servers and setting up environments. BotDrop lets you configure API keys and connect to chat platforms directly on your phone."
35+
}
36+
},
37+
{
38+
"@type": "Question",
39+
"name": "What AI models are supported?",
40+
"acceptedAnswer": {
41+
"@type": "Answer",
42+
"text": "OpenClaw through BotDrop supports 100+ models including Claude, GPT-4, Gemini, DeepSeek, Llama, and more."
43+
}
44+
},
45+
{
46+
"@type": "Question",
47+
"name": "Is BotDrop free?",
48+
"acceptedAnswer": {
49+
"@type": "Answer",
50+
"text": "Yes, BotDrop is completely free. You only pay for AI API usage."
51+
}
52+
}
53+
]
54+
}
455
---
556

657
## What is BotDrop?

src/content/docs/zh/faq.md

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,57 @@
11
---
22
title: 常见问题
33
description: BotDrop 常见问题解答 - 手机安装 OpenClaw 最简单的方式
4+
head:
5+
- tag: script
6+
attrs:
7+
type: application/ld+json
8+
content: |
9+
{
10+
"@context": "https://schema.org",
11+
"@type": "FAQPage",
12+
"mainEntity": [
13+
{
14+
"@type": "Question",
15+
"name": "BotDrop 是什么?",
16+
"acceptedAnswer": {
17+
"@type": "Answer",
18+
"text": "BotDrop 是在手机上安装 OpenClaw 最简单的方式。一款免费的 Android 应用,让你一键安装和运行 OpenClaw AI 机器人,提供可视化界面,无需编程。"
19+
}
20+
},
21+
{
22+
"@type": "Question",
23+
"name": "如何在手机上安装 OpenClaw?",
24+
"acceptedAnswer": {
25+
"@type": "Answer",
26+
"text": "从 botdrop.app 下载 BotDrop APK 并安装,然后通过可视化界面配置 OpenClaw,整个过程只需几分钟。不需要服务器,不需要懂 Linux。"
27+
}
28+
},
29+
{
30+
"@type": "Question",
31+
"name": "需要自己的服务器吗?",
32+
"acceptedAnswer": {
33+
"@type": "Answer",
34+
"text": "不需要!传统方式安装 OpenClaw 需要租服务器、配环境。BotDrop 让你直接在手机上配置 API 密钥和连接聊天软件。"
35+
}
36+
},
37+
{
38+
"@type": "Question",
39+
"name": "支持哪些 AI 模型?",
40+
"acceptedAnswer": {
41+
"@type": "Answer",
42+
"text": "OpenClaw 通过 BotDrop 支持 100+ 模型,包括 Claude、GPT-4、Gemini、DeepSeek、Llama 等。"
43+
}
44+
},
45+
{
46+
"@type": "Question",
47+
"name": "免费吗?",
48+
"acceptedAnswer": {
49+
"@type": "Answer",
50+
"text": "是的,BotDrop 完全免费。你只需支付 AI API 使用费。"
51+
}
52+
}
53+
]
54+
}
455
---
556

657
## BotDrop 是什么?

0 commit comments

Comments
 (0)