• Resolved davidmueller

    (@wertepolitik)


    The OG-Data is on the site. But Facebook Debugger says that they are missing. Where is the mistake?

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Sybre Waaijer

    (@cybr)

    Hello!

    The site’s HTML isn’t valid, so Facebook cannot parse it.

    Please see where this comes from, and remove it or properly close it with </style>:

    <style type="text/css">
        /* Banner */
        .page-title-section .page-title h1 {
            color: #fff;
        }/* Breadcrumb *//* Sidebar */
        body .sidebar .section-header .widget-title {
            color: #ffffff !important;
        }
    
        body .sidebar p {
            color: #64646d !important;
        }
    
        .sidebar a {
            color: #64646d !important;
        }/* Footer Widgets */
        .site-footer p {
            color: #fff;
        }

    After this has been fixed, Facebook’s debugger must refetch/recrawl your website.

    Thread Starter davidmueller

    (@wertepolitik)

    Thank you for your answer. The mentioned HTML paragraph is closed properly with /style. I am desperate and can’t find the error. Can you help me???

    Thread Starter davidmueller

    (@wertepolitik)

    The HTML code I mentioned above is not properly closed with /style. How can this bug be fixed?

    Plugin Author Sybre Waaijer

    (@cybr)

    Hello!

    I do not know where or how this data is inserted; WordPress counts thousands of themes and plugins…

    Please see if you can find the CSS style somewhere in your site’s settings: theme settings, Customizer, plugins, etc.

    If you cannot find it, please perform the following steps:

    1. Deactivate plugins until the code disappears.
    2. When that fails, try switching to a default theme (Twenty-something), and see if the code disappears

    When you find the culprit, please report with the plugin/theme author thereof.

    I hope this helps! Good luck 🙂

    Thread Starter davidmueller

    (@wertepolitik)

    Thank you!

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

The topic ‘Open Graph not working’ is closed to new replies.