Skip to main content

schema-markup-generator

生成用于 FAQ(常见问题解答)、HowTo(操作指南)、Article(文章)、Product(产品)和 LocalBusiness(本地企业)的 JSON-LD 结构化数据。这些数据将用于丰富搜索结果。以下是相关的数据模式(schema): ### FAQ 结构化数据 ```json { "@type": "FAQ", "name": "常见问题解答", "description": "提供关于产品或服务的常见问题的答案。", "questions": [ { "@type": "Q", "text": "什么是 ___product_name___?", "answer": "___product_name___ 是一种用于 ___purpose___ 的工具/服务。" }, { "@type": "Q", "text": "如何使用 ___product_name___?", "answer": "请按照以下步骤使用 ___product_name___:" "steps": [ "Step 1: 打开 ___product_name___ 应用。", "Step 2: 点击 ___menu_item___。", "Step 3: 完成所需的操作。" ] }, // 更多问题... ] } ``` ### HowTo 结构化数据 ```json { "@type": "HowTo", "name": "操作指南", "description": "本指南将帮助您完成 ___task___。", "steps": [ { "@type": "Step", "text": "步骤 1: 打开 ___application_name___。", "description": "首先,打开 ___application_name___ 应用程序。" }, { "@type": "Step", "text": "步骤 2: 选择 ___option___。", "description": "接下来,选择所需的 ___option___。" }, // 更多步骤... ] } ``` ### Article 结构化数据 ```json { "@type": "Article", "name": "文章标题", "description": "本文将介绍 ___topic___。", "author": { "@ty

Zur Installation springen

Quellinformationen

Repository
AgentWorkers/skills
Letzte Quellaktivität
30. April 2026 um 23:19
Erkannte Sprache von SKILL.md
Chinesisch
Sterne
1
Forks
2

Installationsoptionen

Standardmäßig ist der Prompt ausgewählt, der zuerst die Quelle prüft. Sie können zu einem direkten Befehl wechseln oder eine lokale Kopie herunterladen.

Quelldateien prüfen

Lesen Sie SKILL.md und alle von SkillsMP angezeigten Begleitdateien, bevor Sie sich für eine Installation entscheiden.