So, I use view page source to have a look at some of the tags on my homepage and I see that in the title tag my commas have been replaced with the & # 44 ;
You don't - only solution is to remove the commas. The & # 44 is escaped html which ensures that every browser (should) interpret the character as a comma and show it correctly on screen.
Comment