i was wondering if the crawlers and robots can decode html entities for example in my html i have something like:
salariés
do they read it like that? or something like:
salariés
which option is better for SEO?
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.
I’d say you can safely assume that HTML entities are properly decoded. They are valid HTML, and a crawler not decoding them would end up with tons of broken content.