| name | schema-markup-generator |
| description | 生成用于 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": { "@type": "Person", "name": "作者姓名", "email": "author@example.com" }, "datePublished": "2022-01-01", "content": "文章内容", "categories": [ { "@type": "Category", "name": "类别名称" } ] } ``` ### Product 结构化数据 ```json { "@type": "Product", "name": "产品名称", "description": "___product_name___ 是一款专为 ___purpose___ 设计的软件。", "price": "$99.99", "rating": { "@type": "Rating", "value": 4.5 }, "reviews": [ { "@type": "Review", "author": "评论者姓名", "rating": 5, "text": "非常满意!" }, { "@type": "Review", "author": "评论者姓名", "rating": 4, "text": "功能齐全,易于使用。" } ] } ``` ### LocalBusiness 结构化数据 ```json { "@type": "LocalBusiness", "name": "企业名称", "address": { "@type": "Address", "street": "街道名称", "city": "城市名称", "state": "州名称", "postalCode": "邮政编码", "country": "国家名称" }, "phone": "电话号码", "website": "网站地址", "openingHours": { "@type": "OpeningHours", "hours": [ { "@type": "OpeningTime", "hour": "09:00", "dayOfWeek": "周一" }, { "@type": "OpeningTime", "hour": "17:00", "dayOfWeek": "周五" } ] } } ``` 请注意,这些示例使用了 JSON-LD 标签来定义数据的结构和内容。在实际应用中,您需要根据具体的数据来源和格式要求进行相应的调整。 |
| version | 9.9.5 |
| license | Apache-2.0 |
| compatibility | Claude Code, skills.sh, ClawHub, Vercel Labs, Cursor, Windsurf, Codex CLI, Amp, Gemini CLI, Kimi Code, Qwen Code, CodeBuddy |
| homepage | https://github.com/aaron-he-zhu/seo-geo-claude-skills |
| when_to_use | Use when generating JSON-LD structured data, Schema.org markup, or rich snippet markup for a page. |
| argument-hint | <page URL or content type> |
| allowed-tools | WebFetch |
| metadata | {"author":"aaron-he-zhu","version":"9.9.5","geo-relevance":"medium","tags":["seo","structured-data","schema-org","json-ld","rich-results","faq-schema","howto-schema","product-schema","article-schema","结构化数据","構造化データ","스키마마크업","datos-estructurados"],"triggers":["add schema markup","generate structured data","JSON-LD","schema.org","rich snippets","FAQ schema","how to add schema markup","结构化数据","Schema标记","添加结构化数据","怎么添加结构化数据","如何生成JSON-LD","構造化データ","スキーママークアップ","스키마 마크업","구조화 데이터","datos estructurados","marcado schema","dados estruturados","marcação schema"]} |