I am using Ruby on Rails and I am trying to create facebook sharing functionality for a webpage. In https://developers.facebook.com under Sharing Debugger tab, when I put https://www.rupeevest.com/ in url and clicked on Debug, it works fine.
But when I put another page like https://www.rupeevest.com/Mutual-Funds-India/Motilal-Oswal-Mutual-Fund/MOSt-Focused-Multicap-35-Fund-Reg(G)/26481 , it does not work.
I got something like
{"schemedata":[{"schemecode"....
Even when I click on the link 'See exactly what our scraper sees for your URL' It shows
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html>
<head><meta http-equiv="content-type" content="text/html; charset=utf-8"></head>
<body><p>{"schemedata":[{"schemecode"....}]}</p></body>
</html>
How can I solve this issue? Please share with me if anyone has any idea.