When you test Rapido website with facebook Sharing Debugger, there is a warning:
-
Tag specified as 'name' instead of 'property'
Rapido is adding these meta tags with function: Pageview.Meta.AddTag("og:type", "Website");
So, instead of <meta property="og:type"> we have <meta name="og:type">
According to all information I could find, we need to use property instead of name for og: tags.