Excluded characters in meta title / description / keyword content

Does any search engine [spiders] use escaped special characters problems in page meta tags, or do they all usually interpret them correctly? I suppose the quintessential example is:

& => &

      

+1


a source to share


1 answer


No, search engines are pretty good at HTML encoded characters like &

and <

. You can feel safe using these values ​​as any spider worthy of its salt (in other words, any spider that has the potential to drive traffic to your site) will grasp these symbols perfectly.



+3


a source







All Articles