0

3週間前に完全なHTMLバージンでしたが、つまずき、サイトを立ち上げて正常な標準で実行することができましたが、fbの統合に問題があり、fbのように見え、コメントは本来あるべきように投稿されますが、デバッグ時に次のようになります....

Scrape Information

Response Code   200
Fetched URL http://shropshireradio.com/
Canonical URL   http://ShropshireRadio.com/
Object Properties

fb:app_id   149188391870835
og:url  http://ShropshireRadio.com/
og:type website
og:title    Streaming Shropshire DJs
og:image    
og:description  music of all genres under 1 roof
og:updated_time 1331952439
Raw Open Graph Document Information

Meta Tag    <meta property="fb:app_id" content="149188391870835" />
Meta Tag    <meta property="og:type" content="website" />
Meta Tag    <meta property="og:url" content="http://ShropshireRadio.com" />
Meta Tag    <meta property="og:title" content="Streaming Shropshire DJs" />
Meta Tag    <meta property="og:description" content="music of all genres under 1 roof" />
Meta Tag    <meta property="og:image" content="http://i1067.photobucket.com/albums/u437/ShropshireRadio/ShropshireRadio.jpg" />
Redirect Path

original    http://shropshireradio.com/
og:url  http://ShropshireRadio.com/
Final URL is in bold (this is the URL we tried to extract metadata from).

上記のように正しくないように見えますが、コードと一致させて何が問題なのかを確認することはできません!! どんな助けでも大歓迎です!! 乾杯

これをスクリプトに投稿するには、取得した 2 つの URL と cononical を変更する必要がありましたが、これは正しいです

4

1 に答える 1

0

プロパティ「og:type」を持つメタ タグの content 属性は、 現在、サイトの URL として持っているこのリストのいずれかである必要があります。

ヘッドタグのプレフィックス属性はこれでなければなりません

og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# website: http://ogp.me/ns/website#

また、fb:like タグの data-href 属性を から に変更する必要がありますhttp://www.facebook.com/ShropshireRadio.comTeamhttp://shropshireradio.com/

于 2012-03-17T00:47:56.570 に答える