css - how to format price with currency symbol in HTML5? -


i have show price $1.99 $199, want make sure google indexes $1.99 , not $199.

different variation i18n/localization.

$1.99 = $199
€1.55 = €155
can$2.99 = can$299

thanks.

you can wrap decimal point (the period in case) in span , set display: none.


Comments