I was wondering whether breaking up a word with a span tag to change the font size of the first letter, will effect google bots ability to read the word? The words effected by this are keywords.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Why break up the word in the first place when you can just use a pseudo-element selector on a span around the word? http://www.w3schools.com/cssref/sel_firstletter.asp
As John Conde reminded me, w3schools is not exactly a good website, so if you want a better reference http://reference.sitepoint.com/css/pseudoelement-firstletter should work.