Site logo

Archived topic

Text of my website is not recognized by SEO Tools

4 replies · Started by Julia on January 1, 2023

Viewing posts 1–5 of 5

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

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",
"@type": "Organization",
"url": "https://www.ihrcoachinginstitut.de",
"logo": "https://www.ihrcoachinginstitut.de/hided the path for the forum"
}
</script>
</head>
<body>
</body>
</html>

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>

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

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

This archived topic is closed to new replies.