Site logo

[Resolved] Text of my website is not recognized by SEO Tools

Home Forums Support [Resolved] Text of my website is not recognized by SEO Tools

Home Forums Support Text of my website is not recognized by SEO Tools

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #2479833
    Julia

    Dear Team,

    I suddenly face a very strange behavior on my Website.
    The text is not recognized by SEO Tools
    I normally use SEORCH and tested therefore few others.
    Same problem. PANIC 🙂

    https://imgur.com/a/hjbhtW7

    Best regards,
    Julia

    #2479865
    Julia

    Got one step ahead myself but still need help
    I added an Element: Scheme.org – LOGO
    This element is causing the text not be recognizable by the SEO Tools.
    Do you guy know why?

    <html>
    <head>
    <title>About Us</title>
    <script type=”application/ld+json”>
    {
    “@context”: “https://schema.org&#8221;,
    “@type”: “Organization”,
    “url”: “https://www.ihrcoachinginstitut.de&#8221;,
    “logo”: “https://www.ihrcoachinginstitut.de/hided the path for the forum”
    }
    </script>
    </head>
    <body>
    </body>
    </html>

    #2479870
    David
    Staff
    Customer Support

    Hi there,

    in your hook, you should ONLY add the script eg,

    <script type=”application/ld+json”>
    {
    “@context”: “https://schema.org”,
    “@type”: “Organization”,
    “url”: “https://www.ihrcoachinginstitut.de”,
    “logo”: “https://www.ihrcoachinginstitut.de/hided the path for the forum”
    }
    </script>
    #2479915
    Julia

    Ok thanks, does it matter if I use a hook or header?

    #2479916
    David
    Staff
    Customer Support

    Use a Hook, and set that Hook to the: wp_head

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.