Split html text in a SEO friendly manner

Posted by al nik on Stack Overflow See other posts from Stack Overflow or by al nik
Published on 2010-06-01T16:06:57Z Indexed on 2010/06/06 19:22 UTC
Read the original article Hit count: 387

Filed under:
|
|
|

I've some html text like

<h1>GreenWhiteRed</h1>

Is it SEO friendly to split this text in something like

<h1><span class="green">Green</span><span class="white">White</span><span class="red">Red</span></h1>

Is the text still ranking well and is it interpreted as a single word 'GreenWhiteRed'?

© Stack Overflow or respective owner

Related posts about html

Related posts about best-practices