A Consuming Experience

Blogging, internet, software, mobile, telecomms, gadgets, technology, media and digital rights from the perspective of a consumer / user, including reviews, rants and random thoughts. Aimed at intelligent non-geeks, who are all too often unnecessarily disenfranchised by excessive use of tech jargon, this blog aims to be informative and practical without being patronising. With guides, tutorials, tips - and the occasional ever so slightly naughty observation.

Add this blog to Del.icio.us, Digg or Furl | Create Watchlist for this blog

Add this blog to my Technorati Favorites!

Technorati: invisible tags (again!)

Sunday, January 08, 2006
Deutsch | Español | Français | Italiano | Português | 日本語 | 한국어 | 汉语

Add this post to Del.icio.us, Digg or Furl | Create Watchlist




I've amended my post on the Firefox/Greasemonkey Technorati tag creator for Blogger users to add the following new sections:

"Displaying a horizontal line before the tags

If you want a horizontal line above the tags to separate them from the main part of your post, just use CSS. The whole block for the tags is given the class "tag_list" (with the tags themselves given the class "tags"). You can therefore style them anyway you like.

If you're not familiar with CSS, and you want a demarcating horizontal line above the tags, the easiest way (rather than amending the userscript) is to copy the following code and paste it into the head section of your template (just before the </head> line is fine), then save and republish:
.tag_list {
font-size:0;
border-top:1px solid #ccc;
}

Invisible tags?

From time to time I get questions about how to make the tags invisible. For all sorts of reasons, that's probably not a good idea e.g. it probably goes against the purpose of tags. Kevin Marks of Technorati thinks it doesn't make sense, and more to the point many believe that if you try to make your tags invisible, Technorati and other search engines won't like it and may decide not to index your posts. While leaving out the link text worked once upon a time, that doesn't mean it will always work - I wouldn't be surprised if Technorati for one tweak things to penalise those who leave out link text for tags by refusing to index their posts properly, if they haven't already.

Nevertheless if you really want to try invisible tags (and on your own head be it!), the best way to increase your chances of having them indexed is probably to have them there on the page, but just not displayed (and who knows whether the search engines would want to penalise that sort of thing too). In the case of this Magical Sheep tag creator, you can do that by copy/pasting this code to your template again in the head section e.g. just before the </head> line, then save and republish:
.tag_list {
display:none;
}
For some more discussion on invisible tags yes or no, see the comments to this post."

(In response to queries e.g. from Pumix. The ever-helpful Kirk, the King of Kode formerly known as Truckspy, first suggested the CSS solution to invisible tags etc.)



Technorati Tags: , , , , , , , , , , , , , , , , , , , , , , ,



Links to this post on:

  • Icerocket -
  • Blogpulse
  • Bloglines
  • Delicious
  • Google Blog Search -

Create link here by posting on Blogger



3 Comment(s):

Thanks very much for continually updating this useful extension.
I'm not very CSS savvy, and I tried adding the mentioned bit to my template, but I didn't succeed in conjuring that elusive separator line.

(By Blogger Pumix, at Thursday, January 12, 2006 8:14:00 AM)  Edit Comment

Scratch what was said above. It didsn't work. And now it does. I swear I didn't change anything. Maybe the republish took like 30 hours to kick in. Dunno.
Thanks again.

(By Blogger Pumix, at Thursday, January 12, 2006 8:00:00 PM)  Edit Comment

Glad it's working now Pumix. (Or maybe you forget to refresh/reload your browser? It happens, I've done it myself...)

(By Blogger Improbulus, at Saturday, January 14, 2006 7:51:00 PM)  Edit Comment

Post a Comment | Subscribe to all comments on all posts


| Previous Post »
| Previous Post »
| Previous Post »
| Previous Post »
| Previous Post »
| Previous Post »
| Previous Post »
| Previous Post »
| Previous Post »