Split html text in a SEO friendly manner
- by al nik
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'?