URL类型为“ article”的对象无效,因为给定值“ article:publisher”无法解析为“ profile”类型

时间:2019-10-27 13:44:06

标签: facebook rich-snippets

我已经为a page配置了facebook meta标签,但是我在open graph object debugger上收到了以下警告:

  

URL对象   'https://www.iusefaith.com/speak-the-word-of-faith-devotional-language-en-article-79'   “ article”类型的无效,因为给定值   属性“ article:publisher”的“ https://web.facebook.com/iusefaith/”   无法解析为“配置文件”类型。警告错误必须是   URL的固定对象无效值对象   'https://www.iusefaith.com/speak-the-word-of-faith-devotional-language-en-article-79'   “ article”类型的无效,因为给定值   属性“ article:publisher”的“ https://web.facebook.com/iusefaith/”   无法解析为“配置文件”类型。

enter image description here同时下面是我现在拥有的代码:

<meta name="author" content=" Max KANTCHEDE">    
<meta property="article:publisher" content="https://web.facebook.com/iusefaith/">
<meta property="article:section" content="Devotional">
<meta property="article:tag" content="Breakthrough, Speak, Speech, Word Of Faith, Max John KANTCHEDE, ">
    <meta name="robots" content="index, follow">
<link rel="canonical" href="https://www.iusefaith.com/speak-the-word-of-faith-devotional-language-en-article-79">


<meta property="og:locale" content="en_US">
<meta property="og:title" content="Speak the Word Of Faith :.  Max KANTCHEDE, Devotional">
<meta property="og:type" content="article">
<meta property="og:url" content="https://www.iusefaith.com/speak-the-word-of-faith-devotional-language-en-article-79">
<meta property="og:description" content="The second step is to speak the word of Faith. You can't release your faith as a believer without boldly speaking out what you believe.">
<meta property="fb:app_id" content="532235306919626">
<meta property="og:image"  itemprop="image"  content="http://www.iusefaith.com/js/max_john_richeditor/lib/tiny_mce/plugins/openmanager/uploads/images/iusefaith_2018_10_01_11_03_47_1538391827-8362.jpg"> 
<meta property="og:image:secure_url" content="https://www.iusefaith.com/js/max_john_richeditor/lib/tiny_mce/plugins/openmanager/uploads/images/iusefaith_2018_10_01_11_03_47_1538391827-8362.jpg">  
<meta property="og:image:type" content="image/jpeg">
<meta property="og:image:width" content="1600">  
<meta property="og:image:height" content="517">  
<meta property="og:image:alt" content="Speak the Word Of Faith :.  Max KANTCHEDE, Devotional">
<meta property="og:site_name" content="I Use Christian Faith">
<meta property="og:updated_time" content="1570464585">
<meta property="article:published_time " content="2018-11-27 00:00:00">
<meta property="article:modified_time" content="2019-10-07 16:09:45">
<meta property="fb:admins" content="100004005747278">

由于无法将给定的值“ article:publisher”解析为“配置文件”类型,因此如何解决URL类型为“ article”的对象无效?

0 个答案:

没有答案