hProduct 中的代码
<span class="price">£10.00</span>
在Google 结构化数据测试工具中生成错误:
Error: Price field includes invalid characters.
将代码更改为
<span class="price">$10.00</span>
没有错误。如果我想将 £ 保留在里面,是否有任何更改类等以便它正确格式化?
hProduct 中的代码
<span class="price">£10.00</span>
在Google 结构化数据测试工具中生成错误:
Error: Price field includes invalid characters.
将代码更改为
<span class="price">$10.00</span>
没有错误。如果我想将 £ 保留在里面,是否有任何更改类等以便它正确格式化?