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

  • My blog about 'Time is NOT money'... and value http://t.co/g2C6pZy0 12 years 11 weeks ago
  • I've found an excellent query logging and filtering module for Drupal. Not available via http://t.co/U1Xe92Th: http://t.co/2qvg1DgE 12 years 15 weeks ago
  • I've just spotted my first © 2011 at the bottom of a website. 12 years 15 weeks ago
  • @da_lune That's the spirit, oh, too late @gavinbrook, Wordpress is fantastic & now more than a blogging tool but Drupal = more functionality 12 years 19 weeks ago
  • @oliverpolden is having an amazing day for many reasons. I feel like giving back: http://t.co/JvKVVMBF Have a request? use the contact form. 12 years 19 weeks ago
  • The world's population is 7 billion. If a few 'competing' companies mutually helped each other get more customers business would be easy. 12 years 19 weeks ago
  • @Casablanca Amazing photos! Thank you for sharing. 12 years 20 weeks ago
  • Ahh, the Christmas Snow module for Drupal: http://t.co/QzvkQiT2 12 years 20 weeks ago
Oliver Polden