Do any search engine [spiders] take issue with escaped special characters in a page’s meta tags, or do they all generally interpret them correctly? I suppose a quintessential example would be:
& => &
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
No, search engines are quite good at understanding HTML-encoded characters like
&and<. You can feel safe using these values as any spider worth its salt (in other words any spider that will potentially drive traffic to your site) will grab those characters just fine.