html entities occur in the_excerpt used as meta description
I think you want to to this on singular post/page, so you don’t think to setup global post object, it is already set up. After that, the problem is that calling get_excerpt will run some filters that add html entities. This is because get_the_excerpt is intended to be used in page content (inside the <body> … Read more