Facebook OG を使用して、ユーザーが自分のサイトで Facebook と製品を共有できるようにしようとしています。さらに、VigLink Everywhereによるアフィリエイト リンクを実装する必要があります。
したがって、共有される URL は次のようになります。
この URL 構造を og:url に配置したので、ページのメタ タグは次のようになります。
<meta property="og:type" content="vololocal:clothing" />
<meta property="og:url" content="http://redirect.viglink.com?key=475a93b990315b7d41088aeaf46264c9&u=http%3a%2f%2fwww.dev.buyvolo.com%2fDetails%3fdealId%3d11578%26variantId%3d11967" />
<meta property="og:title" content="Helix Dress - Black Sequin" />
<meta property="og:description" content="Killer black sequin body-con dress featuring silver accents with a plunging sweetheart neckline and curved hem. Zip closure at back, boning. Fully lined." />
問題は、 Facebook OG Debuggerでデバッグすると、次のエラーが発生することです。
Error Must Be Fixed:
There was an error in fetching the object at URL 'http://www.dev.buyvolo.com/Details?dealId=11578&variantId=11967', or one of the the URLs specified via a redirect or the 'og:url' property including one of http://redirect.viglink.com?key=475a93b990315b7d41088aeaf46264c9&u=http%3a%2f%2fwww.dev.buyvolo.com%2fDetails%3fdealId%3d11578%26variantId%3d11967.
どうすればこれを修正できますか? 私が間違っていることは何ですか?