a problem with facebook open graph Yoast
-
Hi all
first of all this is my website linkThe problem
2 weeks ago i’ve added facebook details in social settings in yoast
and test it with facebook link debugger the result was very niceafter that i just delete my facebook app and create a new one so i made a change on yoast social settings with the new details so what happened is
a lot of problems have appearsfirst i can’t add facebbok insights even after i add my admin details in yoast social settings
2nd the facebook link debugger now appear this errors:The ‘og:url’ property should be explicitly provided, even if a value can be inferred from other tags.
the fb:app_id tag still with old app id even after i update it in SEO Yast
og:image gives me white image not the image i have added in yoast facebook settings
and when i click on Fetch new scrape information it gives me thisObject at URL ‘https://www.blogofapps.com/’ of type ‘website’ is invalid because a required property ‘og:title’ of type ‘string’ was not provided.
and this
Curl Error : OPERATION_TIMEOUTED Operation timed out after 10000 milliseconds with 0 bytes receivedand this
Object at URL ‘https://www.blogofapps.com/’ of type ‘website’ is invalid because a required property ‘og:title’ of type ‘string’ was not provided.and I’m sure i have added a pictures to facebook yast settings
(These are the title, description and image used in the Open Graph meta tags on the front page of your site.)and on the default image
you can use facebook link debugger to see what I’m talking about here
Important
i habe try all the solotions here
1- i try to deactivate the plugin but nothing changes in facebook still with old ogly data and problems
2- i have deleted the yast plugin entirely but nothing changes still with old ogly data and problems
3- i have to de activate all plugins nothing changes still with old ogly data and problems4- i do unchick Add Open Graph meta data to your site’s <head> section, Facebook and other social networks use this data when your pages are shared.
to see if there any changes but it gives me the old data
5- i have no other plugin for open graphmention that my theme is very good for seo and very integrated
and i have this code in header.php
and i try to delete it but nothing changes<?php if (mom_option('mom_og_tags') == 1) { if (is_singular()) { ?> <meta property="og:image" content="<?php echo mom_post_image('medium'); ?>"/> <?php $mom_og_title = get_the_title(); if (function_exists('is_buddypress') && is_buddypress()) { if ( bp_is_user() && !bp_is_register_page() ) { $mom_og_title = bp_get_displayed_user_fullname(); } else { $mom_og_title = wp_title('', false); } } ?> <meta property="og:title" content="<?php echo $mom_og_title; ?>"/> <meta property="og:type" content="article"/> <meta property="og:description" content="<?php global $post; echo wp_html_excerpt(strip_shortcodes($post->post_content), 200); ?>"/> <meta property="og:url" content="<?php the_permalink(); ?>"/> <meta property="og:site_name" content="<?php echo get_bloginfo( 'name' ) ?>"/> <?php } } //end facebook og ?>
can you all help me thanks…
- The topic ‘a problem with facebook open graph Yoast’ is closed to new replies.