Manusで任意のスキルを実行
ワンクリックで
ワンクリックで
ワンクリックでManusで任意のスキルを実行
始める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.