用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/Moshe-ship/performancemax --skill pmax-seo-audit命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Generate SEO-optimized blog posts about local business marketing for performancemaxagency.com
Analyze competitor websites and generate competitive intelligence reports for local markets
Write agency-grade copy for social posts, ads, emails, reel scripts, and GMB updates. Use when Tarek asks for a caption, post, ad, email, subject line, hook, or any written marketing asset. Owns voice + format rules for Performance MAX clients.
基于 SOC 职业分类
正在显示 SKILL.md
| name | pmax-seo-audit |
| description | Analyze a website URL for SEO issues with focus on local SEO signals and actionable recommendations |
| version | 1.0.0 |
| author | Mousa Abu Mazin |
| license | MIT |
| platforms | ["linux","macos"] |
| prerequisites | {"commands":["curl"],"env_vars":[]} |
| metadata | {"hermes":{"tags":["seo","audit","local-seo","marketing","analysis","performance"]}} |
Analyze any website URL for SEO issues and generate a structured report with actionable recommendations. Focused on local business SEO signals.
The user provides a URL to audit. Fetch and analyze the page, then produce a comprehensive SEO report.
Use the browser tool (Camofox) or curl to retrieve the target URL's HTML source:
curl -sL -A "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "TARGET_URL" -o /tmp/seo-audit-page.html
Also fetch the robots.txt and sitemap:
curl -sL "TARGET_DOMAIN/robots.txt" -o /tmp/seo-audit-robots.txt
curl -sL "TARGET_DOMAIN/sitemap.xml" -o /tmp/seo-audit-sitemap.xml
Parse the downloaded HTML and check each of the following categories.
<h1> tag on the pageCheck for JSON-LD or Microdata. Look for these schema types especially:
LocalBusiness or Organization schemaService or Product schemaFAQPage schemaBlogPosting or Article schemaBreadcrumbList schemaAggregateRating or Review schemaExtract and validate any JSON-LD blocks found in <script type="application/ld+json"> tags.
<img> tags have alt attributesloading="lazy")<html lang="..."> attribute is set<link rel="canonical">)<meta name="viewport" ...>)<a href> values for obvious issues)Analyze the HTML for performance red flags:
<head> without async/deferThese are the most important checks for Performance MAX's target clients:
<a href="tel:...">)LocalBusiness schema markupOutput the report in this exact structure:
# SEO Audit Report: [Website URL]
**Audit Date:** YYYY-MM-DD
**Overall Score:** X/100
## Executive Summary
[2-3 sentences summarizing the biggest findings]
## Critical Issues (Fix Immediately)
1. [Issue] — [Why it matters] — [How to fix]
2. ...
## High Priority (Fix This Week)
1. [Issue] — [Impact] — [Recommendation]
2. ...
## Medium Priority (Fix This Month)
1. [Issue] — [Impact] — [Recommendation]
2. ...
## Low Priority (Nice to Have)
1. [Issue] — [Recommendation]
2. ...
## Category Scores
| Category | Score | Status |
|----------|-------|--------|
| Title & Meta | X/10 | [Pass/Needs Work/Fail] |
| Heading Structure | X/10 | [Pass/Needs Work/Fail] |
| Schema Markup | X/10 | [Pass/Needs Work/Fail] |
| Image Optimization | X/10 | [Pass/Needs Work/Fail] |
| Technical SEO | X/10 | [Pass/Needs Work/Fail] |
| Page Speed Hints | X/10 | [Pass/Needs Work/Fail] |
| Mobile-Friendliness | X/10 | [Pass/Needs Work/Fail] |
| Local SEO Signals | X/15 | [Pass/Needs Work/Fail] |
| NAP Consistency | X/10 | [Pass/Needs Work/Fail] |
| Reviews & Trust | X/5 | [Pass/Needs Work/Fail] |
## Local SEO Deep Dive
[Detailed analysis of local SEO signals with specific recommendations]
## Competitor Comparison Note
[If known competitors were found, brief note on how this site compares]
## Recommended Next Steps
1. [Most impactful action item]
2. [Second most impactful]
3. [Third most impactful]
---
*Audit performed by Performance MAX Agency*
*performancemaxagency.com | (404) 716-5444*