Backlink monitoring
Skill thisisAhsanIqbal/nextjs-seo-audit/skills/backlink-monitoring
AI Agent Skills for SEO auditing , 11 SKILL.md files that teach Cursor, Claude Code, Copilot & more to perform comprehensive SEO audits. Zero dependencies.
npx -y skills add thisisAhsanIqbal/nextjs-seo-audit --skill backlink-monitoringAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 7 stars7 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
Analyses outbound links for dofollow/nofollow strategy, domain diversity, anchor text quality, and sponsored/UGC attributes. Use when auditing link profiles or optimising outbound linking strategy.
The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.
SKILL.md
2.8 KB, as published. Nobody here has run it
Backlink Monitoring
Analyse outbound links on the page for SEO link strategy.
Note: This skill owns external/outbound link analysis. For internal link counts and structure, see the onpage-optimization skill.
1. Identify external links
For each <a href="..."> element:
- External:
hrefstarts withhttp://orhttps:// - Classify as dofollow (default) or nofollow (if
relcontainsnofollow)
Report: ✅ PASS "Found N external link(s): X dofollow, Y nofollow"
2. Nofollow strategy
| Condition | Status |
|---|---|
| All external links are dofollow, none nofollow | ⚠️ WARN "Consider adding rel=nofollow to untrusted or sponsored links" |
| Mix of dofollow and nofollow | ✅ PASS (healthy strategy) |
3. Sponsored and UGC attributes
- Links with
rel="sponsored"→ ✅ PASS "N link(s) properly marked as sponsored" - Links with
rel="ugc"→ ✅ PASS "N link(s) marked as UGC (user-generated content)"
4. Anchor text quality
- External links with empty anchor text (and no child
<img>) → ⚠️ WARN "Descriptive anchor text improves SEO"
5. Domain diversity
- Extract unique hostnames from all external link
hrefvalues - Report: ✅ PASS "Links point to N unique domain(s): [list domains]"
6. No external links
- If zero external links found → ⚠️ WARN "Linking to authoritative sources can boost SEO credibility"
Best practices to suggest
- Use
rel="nofollow"for untrusted, paid, or user-submitted links - Use
rel="sponsored"for paid/advertising links - Use
rel="ugc"for user-generated content (comments, forums) - Write descriptive anchor text — avoid "click here" or empty links
- Link to authoritative, relevant external sources
- Maintain domain diversity — don't link excessively to one domain
Edge cases
- Ignore
javascript:,mailto:, andtel:hrefs — these are not external links - Links with multiple
relvalues (e.g.rel="nofollow sponsored") — check each value separately - Links inside
<template>,<noscript>, or hidden elements should still be audited but noted as potentially inactive - Social media share buttons (Twitter, Facebook intents) are external but should not trigger nofollow warnings
- CDN links (e.g.
cdn.jsdelivr.net,fonts.googleapis.com) are resource links, not editorial — exclude from domain diversity count