ワンクリックで
pmax-seo-audit
Analyze a website URL for SEO issues with focus on local SEO signals and actionable recommendations
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Analyze a website URL for SEO issues with focus on local SEO signals and actionable recommendations
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
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.
Composite headline + subtitle onto branded PNG templates OR directly onto client-supplied photos via the shared task_server pipeline. Local Pillow compositor — no FAL, zero render cost. Two modes (template_compose + photo_compose) behind one wrapper.
Check inbox, summarize emails, read specific messages, reply, and send new emails for Performance MAX Agency. Use this skill when the user asks about their email, inbox, or wants to send/reply to messages.
Generate branded images (social posts, ads, hero shots) via FAL.ai — routed through the shared task_server + image_worker pipeline. Use when Tarek asks for an image, poster, social-post graphic, or product shot.
| 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*