在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用audit-seo
星标3
分支1
更新时间2026年5月30日 01:17
Is it findable?
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Is it findable?
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Application programming interface.
Does CI work?
Did it work?
Is everything okay?
Is it running?
Does this meet standards?
| name | audit-seo |
| description | Is it findable? |
| license | MIT |
| metadata | {"author":"vant","version":"1.0"} |
Is it findable?
# Is it indexed?
curl "https://www.google.com/search?q=site:yourdomain.com+page"
| Index | Status |
|---|---|
| Yes | Found |
| No | Add to sitemap |
<!-- sitemap.xml -->
<url>
<loc>https://yoursite.com/page</loc>
</url>
| Check | Issue |
|---|---|
| File exists | Add |
| Has URL | Fix |
| Updated | Refresh |
# robots.txt
User-agent: *
Allow: /
| Check | Issue |
|---|---|
| Allows crawler | Fix |
| Blocks important | Fix |
| Issue | Fix |
|---|---|
| Not indexed | Add to sitemap |
| Blocked | Allow in robots.txt |
| No meta | Add meta tags |
## SEO Audit
### Index
- [INDEXED/NOT] page
### Sitemap
- [PRESENT/MISSING]
### Robots
- [ALLOWS/BLOCKS]
Role: SEO Auditor
Input: URL
Output: Findable?
Make it discoverable.