FB isn't fully scraping for OG meta tags
1

We're having difficulty unfurling our links across platforms. The FaceBook Sharing Debugger says "Based on the raw tags, we constructed the following Open Graph properties" but not that it's pulling our meta data from the og tags, but when reviewing the raw scraped results all of our og tags are populated.

test link: https://voicethread.com/myvoice/thread/409

Adam
Asked about 2 months ago
Adam

output from the scraper: ```

Universal
                    <script type="text/javascript" src="https://prod-cdn.voicethread.com/rev/040f4058/js/vt-oauth.min.js"></script>
                     <link rel="stylesheet" type="text/css" media="screen" href="https://prod-cdn.voicethread.com/rev/040f4058//app-assets/universal/css/app.css">

                    <script type="text/javascript">window.vtOAuth.baseDomain = 'voicethread.com';</script>
                <script type="text/javascript">window.VT = {"cdnUrl":"https:\/\/prod-cdn.voicethread.com\/rev\/040f4058\/","wssUrl":"wss:\/\/prod-notifications-endpoint.voicethread.net","baseUrl":"\/myvoice\/","assetPath":"\/app-assets\/universal","fullAssetPath":"https:\/\/prod-cdn.voicethread.com\/rev\/040f4058\/app-assets\/universal","Bootstrap":{},"intlData":{}};</script>

        <meta name="og:site_name" content="VoiceThread">
        <meta name="og:title" content="What's a VoiceThread anyway?">
        <meta name="og:description" content="This is 1 min overview of VoiceThread">
        <meta name="og:url" content="https://voicethread.com/myvoice/thread/409/">
        <meta name="og:type" content="website">
        <meta name="twitter:card" content="player">
        <meta name="twitter:site" content="voicethread">
        <meta name="twitter:title" content="What's a VoiceThread anyway?">
        <meta name="twitter:description" content="This is 1 min overview of VoiceThread">
        <meta name="twitter:player" content="https://voicethread.com/app/player/?threadId=409">
        <meta name="twitter:player:width" content="480">
        <meta name="twitter:player:height" content="270">
        <meta name="og:image" content="https://prod-cdn.voicethread.com/media/user/b0757992-09c3-57f9-3ce7-bbfc18a3/BKf5fpkwTNJd.png">
        <meta name="twitter:image" content="https://prod-cdn.voicethread.com/media/user/b0757992-09c3-57f9-3ce7-bbfc18a3/BKf5fpkwTNJd.png">

        <script src="https://prod-cdn.voicethread.com/rev/040f4058/i18n/universal/en/js/"></script>

<link href="https://prod-cdn.voicethread.com/rev/040f4058/font-css/" rel="stylesheet">

            <script src="https://prod-cdn.voicethread.com/rev/040f4058/app-assets/playerElement/vt.js"></script>
    <script>
localStorage.setItem("refresh_token", "1711c49d-08f9-4ad1-8c4d-bebd93db245c-174f0ee624b5368a2eb66721449723f8c9fad8d6");
localStorage.setItem("access_token", "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsImtpZCI6Ik1UY19Jc3N2Q0tsWlF4RURMZ2VJYkZBTy13In0.eyJpc3MiOiJodHRwczpcL1wvdm9pY2V0aHJlYWQuY29tIiwic3ViIjoiMTcxMWM0OWQtMDhmOS00YWQxLThjNGQtYmViZDkzZGIyNDVjIiwiaHR0cHM6XC9cL3ZvaWNldGhyZWFkLmNvbVwvc3BlY1wvYXV0aFwvY2xhaW1cL3Nlc3Npb24iOiIxNzExYzQ5ZC0wOGY5LTRhZDEtOGM0ZC1iZWJkOTNkYjI0NWMiLCJodHRwczpcL1wvdm9pY2V0aHJlYWQuY29tXC9zcGVjXC9hdXRoXC9jbGFpbVwvc2Vzc2lvblwvcGxhY2Vob2xkZXIiOjEsImF1ZCI6Imh0dHBzOlwvXC92b2ljZXRocmVhZC5jb21cL2F1dGhcL3Rva2VuXC8iLCJuYmYiOjE3MDk4MzA5NTksImlhdCI6MTcwOTgzMDk1OSwiaHR0cHM6XC9cL3ZvaWNldGhyZWFkLmNvbVwvc3BlY1wvYXV0aFwvY2xhaW1cL3Nlc3Npb25cL2NyZWF0aW9uIjoxNzA5ODMwOTU5LCJleHAiOjE3MDk4MzE4NTksImp0aSI6ImEyNGRjZGExLWJiYTEtNTM3Mi1mZGJmLTNiY2NkNmUwIn0.sHKjHl2Ia0EyVka84cegnmrZZxTDihM-zDCQps7RIdpWStr6HWnzoHB9psoeOwDr138CZksSAn5Pc2KfFcmm-zyrn-saj8zgOTUHn0Krs3BIJ4u9yDvYO3Kp9MAtva_Gl4LOBHJPxKwD4eTBeKVf70VJKe1UzqF245yrq8MBZ-4fjSEaZ7I3peEv11Tv6mswiYM3Rx41iDoAE7X-VJErDz9RZ1IEcMjaE8vOZmQXxUkh5M9K8zCHfiYntUach6bWDeV44vh1bW5LjlQXbSurYJ_50aKSmrs8DXTVRdsd-37hCCbsk81TfvWdDOBAcMqCGnCW5qGpnJjqJdluynli8g");
localStorage.setItem("expires", 1709831859);

We're sorry but this app doesn't work properly without JavaScript enabled. Please enable it to continue.
```
March 7 at 9:03 AM