agentsclimarketplace

Mkt seo audit

Skill charlieviettq/awesome-agent-skill/.claude/skills/mkt-seo-audit

Curated skill pack for LLM agents in engineer and science workflow (Cursor & Claude ready).

Install
npx -y skills add charlieviettq/awesome-agent-skill --skill mkt-seo-audit

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 22 stars22 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

"Conduct technical and on-page SEO audits covering crawlability, site speed, mobile-friendliness, and content optimization. Use this skill when the user needs to improve search rankings, diagnose traffic drops, audit a website for SEO issues, or plan an SEO strategy — even if they say 'why is our traffic dropping', 'audit our SEO', 'how do we rank higher on Google', or 'our site is slow'.".

SKILL.md

4.4 KB, as published. Nobody here has run it

SEO Audit

Framework

IRON LAW: Technical Foundation Before Content Optimization

A site with brilliant content but broken crawlability, slow speed, or
no mobile support will not rank. Fix technical issues FIRST, then optimize
content. A technically sound site with mediocre content outranks a
technically broken site with great content.

Priority: Crawlability → Speed → Mobile → On-Page → Content → Links

Audit Checklist

1. Crawlability & Indexing

CheckToolRed Flag
robots.txt blocking important pagesrobots.txt testerDisallow on key pages
Sitemap.xml exists and is validXML sitemap validatorMissing or has errors
Index coverageGoogle Search ConsoleExcluded pages growing
Canonical tags correctManual checkMissing or pointing to wrong URL
404 errorsScreaming Frog / GSC> 5% of URLs return 404
Redirect chainsScreaming FrogChain > 2 hops

2. Site Speed (Core Web Vitals)

MetricTargetTool
LCP (Largest Contentful Paint)< 2.5sPageSpeed Insights
INP (Interaction to Next Paint)< 200msPageSpeed Insights
CLS (Cumulative Layout Shift)< 0.1PageSpeed Insights

3. Mobile-Friendliness

  • Responsive design (passes Google mobile-friendly test)
  • Touch targets > 48px
  • No horizontal scrolling
  • Text readable without zooming

4. On-Page SEO (per page)

ElementBest Practice
Title tagPrimary keyword + brand, < 60 chars
Meta descriptionCompelling, includes keyword, < 155 chars
H1One per page, includes primary keyword
URL structureShort, descriptive, includes keyword
Image alt textDescriptive, includes keyword naturally
Internal linkingLink to related pages with descriptive anchor text

5. Content Quality

  • Keyword targeting: each important page targets a primary keyword
  • Content depth: covers the topic comprehensively (not thin content)
  • E-E-A-T signals: Experience, Expertise, Authoritativeness, Trustworthiness
  • Freshness: key content updated within last 12 months

6. Backlink Profile

  • Total referring domains (Ahrefs, Moz)
  • Domain authority / domain rating
  • Toxic links (spammy, irrelevant)
  • Anchor text distribution (natural vs over-optimized)

Output Format

# SEO Audit: {Website}

## Summary
| Category | Score | Priority Issues |
|----------|-------|----------------|
| Crawlability | 🟢/🟡/🔴 | {top issue} |
| Speed | 🟢/🟡/🔴 | {top issue} |
| Mobile | 🟢/🟡/🔴 | {top issue} |
| On-Page | 🟢/🟡/🔴 | {top issue} |
| Content | 🟢/🟡/🔴 | {top issue} |
| Backlinks | 🟢/🟡/🔴 | {top issue} |

## Critical Issues (fix immediately)
1. {issue + impact + fix}

## High Priority (fix within 30 days)
1. {issue + fix}

## Opportunities
1. {keyword/content opportunity}

## Action Plan
| Priority | Action | Impact | Effort | Timeline |
|----------|--------|--------|--------|----------|
| 1 | {action} | H/M/L | H/M/L | {weeks} |

Gotchas

  • SEO results take 3-6 months: Don't expect ranking changes within weeks. Measure over quarters, not days.
  • Google Search Console is the source of truth: Third-party tools estimate. GSC shows actual Google data (clicks, impressions, index status).
  • Core Web Vitals are ranking factors: Since 2021, Google uses page experience (speed, interactivity, visual stability) as ranking signals. Not optional.
  • AI-generated content: Google doesn't penalize AI content per se, but penalizes low-quality, unhelpful content regardless of how it was produced. E-E-A-T matters.
  • Local SEO for Taiwan: For local businesses, Google 我的商家 (Google Business Profile) is critical. Optimize GBP before worrying about organic rankings.

References

  • For keyword research methodology, see references/keyword-research.md
  • For content optimization guidelines, see references/content-seo.md

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.