html - SEO for imaged typography -
Since fonts rendering is a nightmare on cross platforms (i.e. windows have very ugly allies, and TTF fonts are not anti-aliases. All) I came up with the idea of creating a png file for every title in my design.
My question is if I make an H1 HTML element and hide it with CSS, while the title will be shown through a PGG image, will it work around this engine?
What you are offering is a very common method of replacing text with an image No matter the search engine.
I suggest that instead of hiding the element, take it off-screen, -5000px or so, in addition to that, your users will probably hate you because your site Will slow down This is because it is best to deal with just typography. I do not know which Windows system you use, but anti-aliasing works fine on all my windows box. If you need a different font, consider web fonts.
Comments
Post a Comment