hi SourceCoast,
according to the the documentation the setting under OpenGraph > Configuration > Default is:
"Default tags to be used on page *if* more specific tags are not created by Open Graph plugins or {SCOpenGraph ..} tags."
I understand this that if the plugin is not able to generate the real value for any tag it will use the default value from this configuration.
But I see that setting values in this field has quite strange results:
1. Take a look at tags generated on my website without any default values set in OpenGraph > Configuration. It seems to be everything OK here:
<meta name="twitter:description" content="Frykadelki w sosie pomidorowym .."/>
<meta property="og:description" content="Frykadelki w sosie pomidorowym .."/>
<meta name="twitter:image" content="
www.kuchnia-domowa.pl/images/content/154...ie_pomidorowym.jpg"/>
<meta property="og:image" content="
www.kuchnia-domowa.pl/images/content/154...ie_pomidorowym.jpg"/>
<meta name="twitter:card" content="summary"/>
<meta property="og:type" content="article"/>
<meta property="og:locale" content="pl_PL"/>
<meta property="og:url" content="
www.kuchnia-domowa.pl/przepisy/dania-glo...rowym-z-mozzarella"/>
<meta name="twitter:title" content="Frykadelki w sosie pomidorowym z mozzarellÄ…"/>
<meta property="og:title" content="Frykadelki w sosie pomidorowym z mozzarellÄ…"/>
<meta property="fb:app_id" content="505024452980764"/>
<meta property="og:site_name" content="Kuchnia Domowa"/>
2. Now I set those default values:
locale=pl_PL
title=Kuchnia Domowa
image=http://kuchnia-domowa.pl/logom.png
Those default values should not influence tags generated on page mentioned in point 1 - because for title and image the real conrete values are available. But the result is unfortunately like this:
<meta name="twitter:description" content="Frykadelki w sosie .. "/>
<meta property="og:description" content="Frykadelki w sosie .. "/>
<meta name="twitter:image" content="
www.kuchnia-domowa.pl/images/content/154...ie_pomidorowym.jpg"/>
<meta property="og:image" content="
www.kuchnia-domowa.pl/images/content/154...ie_pomidorowym.jpg"/>
<meta property="og:image" content="
kuchnia-domowa.pl/logom.png"/>
<meta name="twitter:card" content="summary"/>
<meta property="og:type" content="article"/>
<meta property="og:locale" content="pl_PL"/>
<meta name="twitter:title" content="Kuchnia Domowa"/>
<meta property="og:title" content="Kuchnia Domowa"/>
<meta property="og:url" content="
www.kuchnia-domowa.pl/przepisy/dania-glo...rowym-z-mozzarella"/>
<meta property="fb:app_id" content="505024452980764"/>
<meta property="og:site_name" content="Kuchnia Domowa"/>
you can see at least 3 problems
- the tag og:image is duplicated - the concrete and default values are generated
- the real (concrete) value of twitter:title has been replaced by the default one
- the real (concrete) value of og:title has been replaced by the default one
could you please check this issue ?
thanks a lot in advance
best regards
Martin