facebook OGPのヘッダー部分の記述について
-
いろいろ調べていろいろ記述してみましたが
どうしても、エラーがでてしまうので
ご質問させて頂きたいと思います。<html xmlns=”http://www.w3.org/1999/xhtml”
xmlns:og=”http://ogp.me/ns#”
xmlns:fb=”http://www.facebook.com/2008/fbml”>
<head>
<meta property=”og:locale” content=”ja_JP” />
<meta property=”og:title” content=”<?php the_title(); ?>” />
<meta property=”og:description” content=”<?php the_excerpt(); ?>” />
<meta property==”og:type” content=”website” />
<meta property=”og:url” content=”<?php the_permalink() ?>” />
<meta property=”og:image” content=”http://example.com/image/image.jpg” />
<meta property=”og:site_name” content=”example” />
<meta property=”fb:app_id” content=”取得した数字” />こう記述してデバッグしてエラーを調べると
不正なレスポンスコード: URLがエラーHTTPステークスコードを返しました。
The ‘og:url’ property is required, but not present.
The ‘og:type’ property is required, but not present.
The ‘og:title’ property is required, but not present.という警告が出てしまいます。
OGPに関係しているプラグインなどは一切入れていないのですが
どう記述するのが正解なのでしょうか?
どなたか、ご存知でしたらアドバイスを宜しくお願い致します。
- トピック「facebook OGPのヘッダー部分の記述について」には新たに返信することはできません。