Balancing SEO and Design - Ligatures

As a developer with only minimal knowledge of design things like kerning, line spacing, orphans etc. well, basically most of typography can easily be overlooked.

I've just been doing some changes on a site and came across some red pen saying 'ligature'. My first response was, it can't be done. My next response was thinking about the creativity masterclass and working out how it can be done. Yes it can be done with an html entity. E.g. fi can be represented as fi So to do 'briefing' you would actually need to do 'briefiing'. Remembering those entities is impossible and looking them up takes time, so some sort of library to convert characters would be needed. This is possible in the backend and the frontend.

The problem is, converting in the backend probably hurts SEO because those words with entities in them are no longer proper words. Try it now, use your browser and search for 'briefing', only the one in this sentence will be found. The other, probably better choice, is to do it frontend with JavaScript. That means your browser page search will not work, but SEO shouldn't be affected because spiders don't run JavaScript.

A quick Google brings up no such libraries.

So, is it worth the time to write a JavaScript function given the rarity of ligatures and its drawbacks or is there a better way?

EDIT:
Interestingly, it's now November 2011 and checking back on this post I find that Chrome will find 'briefing' with the ligature. Perhaps that means they don't hurt SEO at all... at least on Google.

Find out more about SEO at Online Magnetism.

Post new comment

By submitting this form, you accept the Mollom privacy policy.

User login

Author of...

  • Very impressed with yell's 3D maps, simply amazing: http://www.yell.com/maps/ 15 years 8 weeks ago
  • So much compelling about #ubuntu #lucid, but at the same time, stuff I can't live without in #kubuntu that deffinitely isn't in ubuntu 15 years 9 weeks ago
  • Scratch that! #ubuntu does have mouse wheel volume control, just not with the thingy open ooooooh! 15 years 9 weeks ago
  • Ok, lucid #ubuntu still doesn't let you control volume with your mouse wheel via the system tray icon, dissappointing 15 years 9 weeks ago
  • The Gimp resynthesizer plugin came in handy quicker than I thought it would: http://2tu.us/1xx3 15 years 11 weeks ago
  • Ohh, content-aware fill in #CS5, oooooooohhhhhhh, resynthesizer already been in Gimp for years: http://2tu.us/1xx3 15 years 11 weeks ago
  • @drupalninja There's a module for that! http://2tu.us/1xw4 15 years 12 weeks ago
  • See, programming by trial and error is foolproof... if you don't give up. 15 years 13 weeks ago
Oliver Polden