TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Talk about websites without improving their ranking

22 pointsby abolishmeover 11 years ago

6 comments

trevinover 11 years ago
&quot;Don&#x27;t link to other sites or you&#x27;ll improve their ranking. Link to mine instead&quot; is pretty much what this site is saying.<p>This is why Google created rel=&quot;nofollow&quot;[1] and if you are really worried about where you pass PageRank to it is a much better alternative than linking to some random 3rd party site while passing value back to them.<p>[1]<a href="https://support.google.com/webmasters/answer/96569?hl=en" rel="nofollow">https:&#x2F;&#x2F;support.google.com&#x2F;webmasters&#x2F;answer&#x2F;96569?hl=en</a>
评论 #6360448 未加载
drdaemanover 11 years ago
Fails to parse <a href="http://io/" rel="nofollow">http:&#x2F;&#x2F;io&#x2F;</a> as valid URL. Same with IDNs, <a href="http://пример.испытание/" rel="nofollow">http:&#x2F;&#x2F;пример.испытание&#x2F;</a>. Okay, that&#x27;s obscure cases, but when you&#x27;re writing yet another link shortener you really should know quite a bit about URIs (and IRIs).<p>Practical problem is, service does not make distinction between http and https schemes - typing in <a href="https://example.org/" rel="nofollow">https:&#x2F;&#x2F;example.org&#x2F;</a> yields <a href="http://www.donotlink.com/ZG" rel="nofollow">http:&#x2F;&#x2F;www.donotlink.com&#x2F;ZG</a> which leads to <a href="http://example.org/" rel="nofollow">http:&#x2F;&#x2F;example.org&#x2F;</a>.
Noxxover 11 years ago
Well, that&#x27;s the same like tinyurl or any other url-shortener, except that this page isn&#x27;t advertised as such.<p>Why not using the nofollow attribute[1]? It exists for this specific use-case.<p>[1] <a href="https://en.wikipedia.org/wiki/Nofollow" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Nofollow</a>
评论 #6359901 未加载
评论 #6359855 未加载
chrismonsantoover 11 years ago
So what happens when this site gets popular and the owner decides to &#x27;punk&#x27; all of the other sites by turning it into a content farm?<p>edit: or if they get hacked and the same happens
评论 #6361362 未加载
评论 #6361138 未加载
AznHisokaover 11 years ago
I prefer to let the search engines worry whether a link is supposed to pass link juice or not. I&#x27;ve already given Google my fair share of information these days anyway.
评论 #6360500 未加载
bombitaover 11 years ago
Why doesn&#x27;t it let me put donotlink.com in the box? Rather shitty of them.