Facebook object debugger doesn't recognize :

137 Views Asked by At

OK, I have an ":" in the page title so I use the HTML5 character entity for it viz. :

Facebook's og scraper doesn't seem to recognize it and converts it to a :

Here's an example:

Source

FB scraper result

How do I fix it ?

1

There are 1 best solutions below

0
On

I fixed by not converting : to its html5 entity. Only converting quotes(double & single) might be enough in most cases.