auditing-seo
Installation
SKILL.md
SEO Page Auditing SOP
Execution Steps
Step 1: Fetch Page Content
Use read_url_content to fetch and read the raw content of $ARGUMENTS (the URL provided by the user).
Step 2: Analyze On-Page SEO Elements
Check and score each of the following elements:
- Title Tag: Present? Under 60 characters? Contains primary keyword?
- Meta Description: Present? Under 160 characters? Has a call-to-action?
- H1: Exactly one H1 present? Does it match the topic of the title?
- Heading Hierarchy: Is H2 > H3 structure logical and sequential?
- Image Alt Text: Do all
<img>tags have descriptive alt attributes? - Internal Links: Are there at least 2 internal links present?