Token导航 LogoToken导航TokenDH.com
研究检索需要联网github未标认证来源可访问许可证需确认审计提醒

30x-seo-internal-links30X SEO internal links 搜索

Agent Skill

30x-seo-internal-links 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

768

周安装

33

GitHub Stars

24

下载量

269
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:30x-seo-internal-links(30X SEO internal links 搜索)
来源仓库:https://github.com/norahe0304-art/30x-seo
仓库路径:skills/30x-seo-internal-links
安装命令:
npx skills add https://github.com/norahe0304-art/30x-seo --skill 30x-seo-internal-links
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/norahe0304-art/30x-seo --skill 30x-seo-internal-links

简介

适用于需要分析网站内部链接结构或生成新文章链接建议的场景, 尤其适合内容运营与 SEO 优化工作。

  • 核心能力包括检测无内链的孤立页面、评估深层页面重要性以及提供链接插入位置与锚文本建议。
  • 通过指定目标网站 URL 或文章草稿,该技能可输出结构化报告或具体链接方案。
  • 安装前请确认是否具备访问目标站点的权限,并注意其可能涉及网页抓取与内容解析操作。

SKILL.md

Internal Link Analysis + Generation

What This Skill Does

Two functions:

ModeInputOutput
Analysis ModeWebsite URLInternal link issues report
Generation ModeNew article + site structureLink suggestions (where to link, anchor text)

Good internal linking:

  • Helps Google find all your pages
  • Distributes "link juice" (ranking power) to important pages
  • Guides users through your content

Why Internal Links Matter

  • Orphan pages (no internal links) = Google can't find them = not indexed
  • Deep pages (6+ clicks from homepage) = Google thinks they're not important
  • Link hoarding (homepage links to everything) = diluted equity per link
  • Poor anchor text = Google doesn't understand what the linked page is about

Check Categories

1. Orphan Pages

Pages with ZERO internal links pointing to them.

How to find:

  1. Crawl entire site to find all pages
  2. Check which pages have no inbound internal links
  3. Cross-reference with sitemap (orphan pages often only accessible via sitemap)

Severity:

  • Orphan + in sitemap = Medium (Google can find via sitemap, but weak)
  • Orphan + not in sitemap = Critical (Google may never find it)

2. Click Depth Analysis

DepthMeaningSEO Impact
1 clickLinked from homepageHighest priority
2 clicksLinked from main sectionsHigh priority
3 clicksStandard contentNormal priority
4+ clicksBuried contentLower priority
6+ clicksToo deepLikely not indexed well

Rule: Important pages should be within 3 clicks of homepage.

3. Internal Link Distribution

PageRank flow analysis:

  • Which pages receive the most internal links?
  • Which pages receive the fewest?
  • Does distribution match business priority?

Common problems:

ProblemDescriptionFix
Homepage hoardingHomepage has 500 outlinksConsolidate navigation, use hub pages
Orphan clusterGroup of pages only link to each otherAdd links from main site sections
Dead endsPages with no outbound internal linksAdd contextual links to related content
Link silosSections don't link between each otherAdd cross-section contextual links

4. Anchor Text Analysis

Good anchor text:

  • Descriptive of target page content
  • Contains relevant keywords naturally
  • Varies across different linking pages

Bad anchor text patterns:

PatternExampleProblem
Generic"click here", "read more"No keyword signal
Over-optimizedEvery link = "best SEO tool"Looks spammy
Naked URLs"https://site.com/page"Wastes keyword opportunity
MismatchedAnchor = "dogs", target = cat pageConfusing signal

5. Broken Internal Links

Links pointing to 404 pages within your own site.

Impact:

  • Wastes link equity
  • Bad user experience
  • Wastes crawl budget

6. Nofollow on Internal Links

Using rel="nofollow" on internal links = bad practice.

When it's wrong:

  • Regular content links marked nofollow
  • Navigation links marked nofollow

When it's acceptable:

  • User-generated content (comments)
  • Login/signup pages (PageRank sculpting is dead, but still ok)

7. Link Equity Sinks

Pages that receive lots of internal links but provide no value:

  • Thank you pages
  • Login pages
  • Terms of service (linked from every page footer)

Solution: Add nofollow or reduce links to low-value pages.

8. Contextual vs Navigation Links

TypeDescriptionSEO Value
NavigationHeader, footer, sidebarLower (same on every page)
ContextualWithin article contentHigher (unique, topically relevant)

Goal: Important pages should have BOTH navigation AND contextual links.

Analysis Method

Step 1: Crawl Site

  • Use crawler to discover all pages
  • Record all internal links (source URL, target URL, anchor text)

Step 2: Build Link Graph

  • Create adjacency matrix of page relationships
  • Calculate inbound/outbound link counts per page

Step 3: Calculate Metrics

  • Click depth: BFS from homepage
  • Internal PageRank: Simplified PageRank calculation
  • Orphan detection: Pages with 0 inbound links

Step 4: Cross-Reference with Goals

  • Which pages should rank? (money pages, pillar content)
  • Do those pages have strong internal link support?

Output Format

Internal Link Health Score: XX/100

Site Structure Overview

Total pages: XXX
Total internal links: XXX
Average links per page: XX
Max click depth: X

Link Distribution:
├── Depth 1: XX pages (XX%)
├── Depth 2: XX pages (XX%)
├── Depth 3: XX pages (XX%)
├── Depth 4+: XX pages (XX%)
└── Orphans: XX pages (XX%)

Critical Issues

Orphan Pages (XX found)

URLIn Sitemap?Suggested Link From

Deep Pages (6+ clicks) (XX found)

| URL | Current Depth | Suggested Link From |

Broken Internal Links (XX found)

| Source URL | Broken Link | Suggested Fix |

Link Equity Analysis

Top 10 Pages by Internal Links

| URL | Inbound Links | Is Priority Page? |

Under-Linked Priority Pages

| URL | Current Links | Recommended Links |

Anchor Text Report

Over-Optimized Anchors

| Anchor Text | Count | Target Pages |

Generic Anchors (fix these)

| Anchor Text | Count | Better Alternative |

Recommendations

  1. [Specific fix instructions based on findings]

Part 2: Link Generation Mode

When to Use

After writing a new article and unsure where to link.

Input

  1. New article content (or URL)
  2. Site existing page list (or website URL to crawl)

Process

Step 1: Analyze New Article

  • Extract article topic, keywords
  • Identify linkable concepts/terms

Step 2: Match with Existing Pages

  • Find existing pages related to new article topic
  • Sort by relevance

Step 3: Generate Suggestions

Output 3 types of suggestions:

TypeDescription
OutboundExisting pages the new article should link to
InboundExisting pages that should add links to new article
Anchor TextSuggested anchor text for each link

Output Format

# Internal Link Suggestions

## New Article Info
- Title: [Article title]
- URL: [Article URL]
- Topic: [Main topic]
- Keywords: [Keyword list]

## Outbound Links (New Article → Existing Pages)

| Link Location | Target Page | Suggested Anchor | Reason |
|---------------|-------------|------------------|--------|
| Paragraph 2 "SEO optimization" | /seo-guide | "SEO optimization guide" | Topic related |
| Paragraph 5 "keyword research" | /keyword-research | "keyword research methods" | Deep reading |
| Ending CTA | /services | "our services" | Conversion |

## Inbound Links (Existing Pages → New Article)

| Source Page | Suggested Location | Suggested Anchor |
|-------------|-------------------|------------------|
| /seo-guide | "internal links" related paragraph | "internal link strategy" |
| /blog-index | Latest articles list | [Article title] |

## Implementation Checklist

- [ ] Add link to /seo-guide in new article paragraph 2
- [ ] Add link to /keyword-research in new article paragraph 5
- [ ] Update /seo-guide to add backlink

Example

User: I wrote an article about "Core Web Vitals optimization", where should I link?

Claude: [Read article content]
        [Read site existing pages]
        [Match related pages]

Output:
- Link to /technical-seo ("technical SEO")
- Link to /page-speed ("page speed optimization")
- Link to /google-ranking-factors ("Google ranking factors")
- Suggest /technical-seo backlink to this new article

Commands

CommandMode
/seo internal-links https://example.comAnalysis mode
/seo internal-links suggest [new-article]Generation mode

[PROTOCOL]: Update this header on changes, then check CLAUDE.md

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

34.69%
按下载量换算93

Claude

30.26%
按下载量换算81

Cursor

18.31%
按下载量换算49

Gemini CLI

8.96%
按下载量换算24

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills