362
results for "nofollow"
-
non-rel-nofollow links
tantek
at
2014-10-01 07:04
-
I should have clarified, a rel=nofollow link from C to A does not count as a vouch
tantek
at
2014-10-01 06:28
-
for u in `curl -sL http://indiewebcamp.com/irc/today |grep -E '<Loqi>\W+\[@' |sed 's/.*<Loqi>\W\+\[@\(\w\+\)\].*/\1/' |sort |uniq`; do echo -ne "\n$u "; curl -sL https://twitter.com/$u | grep 'rel="me nofollow"' |sed 's/.*title="\([^"]*\)".*/\1/' ; done
ben_thatmustbeme
at
2014-09-19 16:44
-
for u in `curl -sL http://indiewebcamp.com/irc/today |grep -E '<Loqi>\W+\[@' |sed 's/.*<Loqi>\W\+\[@\(\w\+\)\].*/\1/' |uniq`; do echo -n $u " "; curl -sL https://twitter.com/$u | grep 'rel="me nofollow"' |sed 's/.*title="\([^"]*\)".*/\1/'; done
ben_thatmustbeme
at
2014-09-19 16:41
-
apparently some markdown flavors allow [text](uri:loc)(:rel=nofollow), but not the one I use...
yobj
at
2014-09-12 10:40
-
nofollow is a deadend yes
tantek
at
2014-07-23 20:35
-
and rel-nofollow - again, not really going anywhere because of widespread implementation and quasi-standardisation by Google et al.
tommorris
at
2014-07-23 20:34
-
ironically it seems that more people have rel=nofollow on their twitter and github links than rel=me
aaronpk
at
2014-06-11 00:57
-
you're breaking the internet with nofollow
cweiske
at
2014-04-30 17:26
-
I need to add a rel=me test link, somehow forgot to add that in the last change. (snarfed also uses nofollow everywhere when embedding links, which also seems like a good idea...)
kbs
at
2014-04-30 17:26