Title: A problem with Open Graph
Last modified: August 31, 2016

---

# A problem with Open Graph

 *  Resolved [clopma](https://wordpress.org/support/users/clopma/)
 * (@clopma)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/a-problem-with-open-graph/)
 * MY PROBLEM:
    So, when i share a single of my page on Facebook or I click in the
   Share button, the title of the facebook publication is:
 * NAME OF THE SINGLE | TOTAL VISITS: 36 | DEMOKRATIA
    large description of the 
   single
 * You can see it by yourself:
    [https://i.gyazo.com/8863bb8134a547cb31251820b4d0ca06.jpg](https://i.gyazo.com/8863bb8134a547cb31251820b4d0ca06.jpg)
 * Demokratia is the name of the page, but i don´t know why it is the VISIT COUNTER(
   you can see it if you put on facebook [http://dmkt.es/2016/04/11/la-muerte-de-europa/](http://dmkt.es/2016/04/11/la-muerte-de-europa/))
 * I´ve been searching and I saw that that depends by the Open Graph, so when you
   share a URL, the social network, in this case Facebook, reeds the tag
 * <meta property=”og:title” content=”La muerte de Europa · DEMOKRATIA” />
 * and gets the title.
 * But i deleted from the code all the tags of meta and og ones and continues saying
   me the number of visits of the page. Now i have put “none” in all the meta tags
   and it continues finding IN SOMEWHERE OF THE FONT CODE the number of visits.
 * I desactivated the only 2 plugins. One of them its now activatrd and if you look
   the font code you´ll see a lot of OG tags that describe perfectly the page but
   that aren´t doing nothing because OTHER part of the code its interfiring.
 * This part im talking about is the plugin SEO.
    The other plugin is PageVisitCounter
   and if i desactivate it does nothing diferent, so isn´t it.
 * I need somebody to say me WHAT PART OF THE CODE is saying to facebook that the
   tilte of the page is TITLE OF THE SINGLE + TOTAL VISITS + DEMOKRATIA
 * Sorry for my bad english. I wish you can help me.

Viewing 8 replies - 1 through 8 (of 8 total)

 *  Moderator [James Huff](https://wordpress.org/support/users/macmanx/)
 * (@macmanx)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/a-problem-with-open-graph/#post-7292282)
 * You said “This part im talking about is the plugin SEO” I’m sorry I assume Yoast
   SEO. What plugin are you using for that.
 * WordPress does not have any built-in support for OpenGraph tags, so you’re either
   using a plugin to provide them, or they’re built into your theme.
 *  Thread Starter [clopma](https://wordpress.org/support/users/clopma/)
 * (@clopma)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/a-problem-with-open-graph/#post-7292287)
 * I disabled SEO and did nothing so the problem is not there. Im not using anymore
   plugins. Well, PageVisitCounter but this doesnt interfeer, i think, because if
   i disable it, it continues happening. Maybe it’s the theme, thats why i put the
   URL of the page, so you can read the font code and try to see where is the OG
   metadata.
 *  Moderator [James Huff](https://wordpress.org/support/users/macmanx/)
 * (@macmanx)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/a-problem-with-open-graph/#post-7292290)
 * This is right from the source, right now:
 *     ```
       <!-- This site is optimized with the Yoast SEO plugin v3.1.2 - https://yoast.com/wordpress/plugins/seo/ -->
       <link rel="canonical" href="http://dmkt.es/2016/04/11/la-muerte-de-europa/" />
       <meta property="og:locale" content="es_ES" />
       <meta property="og:type" content="article" />
       <meta property="og:title" content="La muerte de Europa • DEMOKRATIA" />
       <meta property="og:description" content="“Porque tuve hambre, y me disteis de comer; tuve sed, y me disteis de beber; fui extranjero, y me recogisteis” A lo largo de los últimos años hemos asistido a un drama, un drama humano, un drama de personas, no de números, ni de bancos, ni de inflación, deuda o prima de riesgo, un drama…" />
       <meta property="og:url" content="http://dmkt.es/2016/04/11/la-muerte-de-europa/" />
       <meta property="og:site_name" content="DEMOKRATIA" />
       <meta property="article:tag" content="Europa" />
       <meta property="article:tag" content="Grecia" />
       <meta property="article:tag" content="guerra" />
       <meta property="article:tag" content="opinión" />
       <meta property="article:tag" content="refugiados" />
       <meta property="article:tag" content="Siria" />
       <meta property="article:tag" content="sociedad" />
       <meta property="article:tag" content="UE" />
       <meta property="article:section" content="Política Internacional" />
       <meta property="article:published_time" content="2016-04-11T13:20:15+02:00" />
       <meta property="article:modified_time" content="2016-04-14T15:33:02+02:00" />
       <meta property="og:updated_time" content="2016-04-14T15:33:02+02:00" />
       <meta property="og:image" content="http://dmkt.es/wp-content/uploads/2016/04/8db25611-3c6a-4c79-b76f-010f0c0770ab.jpg" />
       <meta property="og:image:width" content="539" />
       <meta property="og:image:height" content="333" />
       <meta name="twitter:card" content="summary" />
       <meta name="twitter:description" content="“Porque tuve hambre, y me disteis de comer; tuve sed, y me disteis de beber; fui extranjero, y me recogisteis” A lo largo de los últimos años hemos asistido a un drama, un drama humano, un drama de personas, no de números, ni de bancos, ni de inflación, deuda o prima de riesgo, un drama…" />
       <meta name="twitter:title" content="La muerte de Europa • DEMOKRATIA" />
       <meta name="twitter:image" content="http://dmkt.es/wp-content/uploads/2016/04/8db25611-3c6a-4c79-b76f-010f0c0770ab.jpg" />
       <!-- / Yoast SEO plugin. -->
       ```
   
 * So, you are still using Yoast SEO.
 * The only OpenGraph tags in your source are those provided by Yoast SEO, which
   is why I originally recommended asking at [https://wordpress.org/support/plugin/wordpress-seo#postform](https://wordpress.org/support/plugin/wordpress-seo#postform)
   so the plugin’s developers and support community can help you with this.
 *  Thread Starter [clopma](https://wordpress.org/support/users/clopma/)
 * (@clopma)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/a-problem-with-open-graph/#post-7292295)
 * Yes, i said theat the only OG code is from yoast seo,
    BUT IF I DISABLE IT, IT
   CONTINUES GIVING THE SAME PROBLEM.
 * Just see, now it’s disabled. And that part of the code isn´t there now. And the
   problem doesn´t disapear.
 * I just disabled ALL the plugins. Now try to search the problem without that SEO
   meta tags.
 *  Moderator [James Huff](https://wordpress.org/support/users/macmanx/)
 * (@macmanx)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/a-problem-with-open-graph/#post-7292298)
 * I don’t see the problem now: [http://d.pr/i/1kSHJ/5Ytq2gtZ](http://d.pr/i/1kSHJ/5Ytq2gtZ)
 * Keep in mind that Facebook caches results. To clear their cache, you need to 
   run the URL through their debugger at [https://developers.facebook.com/tools/debug/sharing/](https://developers.facebook.com/tools/debug/sharing/)
   then hit the “Scrape Again” button.
 *  Thread Starter [clopma](https://wordpress.org/support/users/clopma/)
 * (@clopma)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/a-problem-with-open-graph/#post-7292300)
 * Oh god. It was the cache all the time.
 * I thought it could be that and i deleted the browser caché and cookies.
 * I´ve been silly.
 *  Thread Starter [clopma](https://wordpress.org/support/users/clopma/)
 * (@clopma)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/a-problem-with-open-graph/#post-7292304)
 * Thank you very much, I learnt a very nice thing today. You can close the thread.
 *  Moderator [James Huff](https://wordpress.org/support/users/macmanx/)
 * (@macmanx)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/a-problem-with-open-graph/#post-7292310)
 * You’re welcome!

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘A problem with Open Graph’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 8 replies
 * 2 participants
 * Last reply from: [James Huff](https://wordpress.org/support/users/macmanx/)
 * Last activity: [10 years, 1 month ago](https://wordpress.org/support/topic/a-problem-with-open-graph/#post-7292310)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
