2017-10-11 17 views
0

ブログがあり、最新の出版物が適切に共有されていないため、指定されたすべてのメタデータがFBのキャッシュを結果のリンク先から削除しようとしました。デバッガからの出力を見ればenter link description hereOpen Graph Object Debugger:302

https://developers.facebook.com/tools/debug/sharing/?q=https%3A%2F%2Fjelvix.com%2Fblog%2Fhow-to-create-and-manage-a-successful-company-jelvix-story

<meta property="og:type" content="website"> 
<meta property="og:title" content="How to Create and Manage a Successful Company: Jelvix Story"> 
<meta property="og:description" content="It may seem that starting a business is a tough process that nevertheless defines the company’s success. But this statement is far from the truth. Apart from the establishment itself, the rational management strategy, talented people, and a bit of luck ar"> 
<meta property="og:image" content="https://jelvix.com/images/blog/59dcede572308.jpg"> 
<meta property="og:url" content="https://jelvix.com/blog/how-to-create-and-manage-a-successful-company-jelvix-story"> 

答えて

1

を共有するから、あなたはサイトは無効なURLにリダイレクトされていることがわかります。

Fetched URL: https://jelvix.com/blog/how-to-create-and-manage-a-successful-company-jelvix-story 
Canonical URL: https://jelvix.com/404 

クローラは、最終URL(https://jelvix.com/404)からogタグを取得しようとします。 クローラが正しい値を取得できるように、最終的なURLにメタタグが含まれていることを確認する必要があります。

現時点では、サイトがFacebookクローラを/ 404にリダイレクトしているようです。 https://developers.facebook.com/docs/sharing/webmasters/crawler/

:あなたがここにクローラの詳細を読むことができ

curl -A 'facebookexternalhit/1.1' https://jelvix.com/blog/how-to-create-and-manage-a-successful-company-jelvix-story 
Found. Redirecting to /404 

関連する問題