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...

  • Day one of my Drupalipet from the Drupal 7 release party. http://twitgoo.com/1ta7eo 14 years 24 weeks ago
  • At Drupal 7 release party. Can't wait to start using it. Didn't realise how much Microsoft is supporting it! #d7rp_london 14 years 25 weeks ago
  • Drupal 7 is out and I'm the third that commented! http://buytaert.net/drupal-7.0-released #drupal7 14 years 25 weeks ago
  • http://twitgoo.com/1sfadf my attempt at a snowman 14 years 27 weeks ago
  • I signed the "KDE4 as the default environment in Ubuntu" petition! http://petol.org/ubuntu4 #petol 14 years 32 weeks ago
  • @eventsacademy will you be putting your video up on youtube? 14 years 43 weeks ago
  • Extremely impressed with @eventsacademy tonight. Simply amazing what they have achieved. More on the site http://eventsacademy.org.uk/ 14 years 43 weeks ago
  • Ooh... a very compelling reason to finally get a new (Google) tv http://bit.ly/c91D6x 14 years 44 weeks ago
Oliver Polden