skills/backlink-monitoring/SKILL.md
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.
npx skillsauth add thisisahsaniqbal/nextjs-seo-audit backlink-monitoringInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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.
For each <a href="..."> element:
href starts with http:// or https://rel contains nofollow)Report: ✅ PASS "Found N external link(s): X dofollow, Y nofollow"
| 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) |
rel="sponsored" → ✅ PASS "N link(s) properly marked as sponsored"rel="ugc" → ✅ PASS "N link(s) marked as UGC (user-generated content)"<img>) → ⚠️ WARN "Descriptive anchor text improves SEO"href valuesrel="nofollow" for untrusted, paid, or user-submitted linksrel="sponsored" for paid/advertising linksrel="ugc" for user-generated content (comments, forums)javascript:, mailto:, and tel: hrefs — these are not external linksrel values (e.g. rel="nofollow sponsored") — check each value separately<template>, <noscript>, or hidden elements should still be audited but noted as potentially inactivecdn.jsdelivr.net, fonts.googleapis.com) are resource links, not editorial — exclude from domain diversity counttesting
Audits sitemap references, robots.txt directives, canonical tags, crawlability, URL structure, redirect chains, and indexability. Use when checking technical SEO foundations or fixing crawl/index issues.
development
Audits stylesheet loading, inline CSS volume, image alt text, image formats, and Next.js Image component usage. Use when checking page speed related to HTML structure. For render-blocking scripts, image dimensions, lazy loading, and resource hints, see the core-web-vitals skill.
development
Validates HTML5 semantic elements, ARIA landmarks, skip navigation, and page structure. Use when auditing semantic HTML, accessibility, or content structure for SEO. For the lang attribute, see the international-seo skill.
testing
Validates existing JSON-LD structured data and suggests relevant schemas based on auto-detected page type. Does NOT enforce all schema types — only checks what is applicable to the current page context. Use when auditing or generating structured data for search engine rich results.