1

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 ?

karth
  • 635
  • 3
  • 13
  • 25

1 Answers1

1

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

karth
  • 635
  • 3
  • 13
  • 25