357
results for "nofollow"
-
cuibonobo: no list. just a link without rel-nofollow
tantek
at
2014-10-01 20:18
-
aaronpk_: i'm trying to understand the `vouch` extension. are you saying that you can vouch for someone if you have their site on a list where the link *does not* have rel=nofollow?
cuibonobo
at
2014-10-01 20:18
-
or if they do, *then* you can a) tell them directly, and then link to them with nofollow.
tantek
at
2014-10-01 14:48
-
ben_thatmustbe: in general you should NOT put rel=nofollow on your links - that's the point - you're linking to something you think has relevance and that someone you're likely ok with commenting on your posts
tantek
at
2014-10-01 14:46
-
hmm, okay so only on links without nofollow. I don't always put no-follow links in articles I post.
ben_thatmust
at
2014-10-01 13:10
-
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