Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否有任何搜索引擎 [spiders] 对页面元标记中的转义特殊字符提出质疑,还是它们通常都正确解释它们?我想一个典型的例子是:
& => &
不,搜索引擎非常擅长理解 HTML 编码的字符,例如&和<。您可以使用这些值感到安全,因为任何值得其盐分的蜘蛛(换句话说,任何可能会为您的网站带来流量的蜘蛛)都会很好地抓住这些字符。
&
<