什么算内部链接
任何目标网址属于同一域名的链接。这包括菜单、页脚、面包屑导航、“相关文章”模块、正文中的链接、指向首页的Logo、包裹在链接中的图片以及按钮。所有这些都会被计算在内。所有这些都会分摊页面所拥有的、需要传递的价值。.
不计算在内的情况:指向不同域名的链接、仅通过 JavaScript 触发且没有 链接 要跟随,以及任何登录后面(需要登录才能访问的内容)。网络爬虫只能跟随HTML中带有真实地址的真实锚点。.
这比听起来更重要。从网络爬虫的角度来看,一个将“导航”做成没有后备方案的 JavaScript 菜单的网站,几乎没有任何内部链接——无论它在人类看来多么美观。.
五种
它们在一个决定了其他一切的方面有所不同:是人类决定了放置这个特定的链接,还是模板一次性将其放置在所有页面上。.
| 善良 | 它所处的位置 | 它有什么用 |
|---|---|---|
| 导航 | 页眉菜单,每页显示 | 标记出最重要那寥寥数页。每个链接的力量虽弱,却能触及各个角落。. |
| 上下文的 | 正文内 | 强者。为这段文字而挑选,配以你编写的锚文本。这是努力终有回报的地方。. |
| 结构上的 | 面包屑导航、分类和归档列表 | 使层级结构清晰易读,并确保深层页面能够被访问到。追求可靠而非功能强大。. |
| 页脚 | 每页底部 | 法律页面和一些常青页面。因重复而变得平庸——不要把你的赚钱页面放在这里就以为大功告成了。. |
| 相关 / 推荐 | 文章结尾,通常为自动生成 | 让读者持续阅读。虽然有用,但效果如何取决于选择目标的逻辑是否合理。. |
如果你只修复其中一种,那就修复与上下文相关的那些。这是唯一一个你需要按页面而不是按模板做出决策的类别,也是大多数网站几乎完全没有的类别——一篇带有完整菜单、完整页脚且正文中连一个链接都没有的长篇文章才是常态,而不是例外。.
链接在页面上的位置
放在正文靠上的位置比靠下的好,正文叙述比放在文末的列表好。这并不是因为算法有什么规则,而是因为读者真正在看的地方在那里:第三段里的链接会被点击,“您可能还喜欢”这种首屏以下的推荐栏里的链接通常不会。.
三个站得住脚的布局规则:
请附上提出该问题的链接。. 如果某句话提到了“锚文本”,而读者可能不知道这是什么,那么链接就应该放在这句话里——而不是放在后面的摘要框中。链接本身就是答案,而答案越晚出现,其价值就越低。.
请勿堆叠链接。. 一个句子里面包含两三个链接会让人觉得像是干扰信息,结果哪个链接都不会被点开。把它们分散开来;一个理念搭配一个强链接,胜过三个互相竞争的链接。.
链接短语,而不是标点符号。. “看 如何选择锚文本”有效。“查看如何选择锚文本 这里”浪费了你仅有的一个信号。这在 锚文本指南.
多少才算太多
没有固定的限制。关于“每个页面链接不超过100个”的陈旧建议源于爬虫的大小限制,该限制多年前就已经不再适用,现在重申这一建议纯属盲目崇拜。.
不变的真理仍然是算术:一个页面传递的任何价值都会在其出链之间被平分。二十个链接分到的权重自然比两百个要多。所以问题不在于“最大值是多少”,而在于“这些链接中的每一个是否都在发挥作用”。.
编辑内容的一个可行启发式方法: 每千字两到五个上下文链接, on top of whatever the template already places. That is enough to build a real structure and few enough that each one reads as deliberate. Long reference pages can carry more; a short landing page should carry fewer.
The failure mode to watch for is not excess but sameness — fifty pages that all link to the same three destinations with the same three phrases. That is not a strong structure, it is one link repeated fifty times.
如何查看你拥有的物品
Two checks, neither of which takes long.
Search Console → Links → Internal links. Free, already collecting data, and it ranks every URL on your site by how many internal links point at it. Read it from the bottom: the pages with one or two inbound links are the ones your site is quietly telling Google not to bother with. If a page you care about is down there, that is the finding.
A crawl. Any crawler that reports inlinks and outlinks per URL will show you the same thing in more detail, plus the ones Search Console cannot see — pages with zero inbound links, which never appear in a report built from links that exist. Those are 孤立页面, and they need their own pass.
Compare the two lists against a third: the pages you actually want to rank. Where those three disagree is your work list, in priority order, and it is usually shorter than people expect.
Where a tool fits. Everything above is a decision — which page, which phrase, which paragraph. Making the decision is quick; applying it to four hundred existing posts and to everything published next year is not. Internal Links Manager takes the decision as a rule (this phrase links to this page, with these exceptions) and keeps it applied. The judgement stays yours; the repetition does not.