Hm, I have to admin I’m still a newbie when it comes to schema markup. However have had to be addressing this with clients more and more recently.
How are you generating the schema ?
Are you relying on Yoast or is it coming from your Google Tag Mngr ?
Hi,
This schema i generated from examples and added it manually to the head section of wordpress. But on [ redundant link removed ] we use yoast too.
This is the schema which yoast adds for pages:
script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":"WebSite","@id":"https://www.bewerta.de/#website","url":"https://www.bewerta.de/","name":"Neutrale Fahrzeugbewertung","description":"Neutrale
Fahrzeugbewertung","potentialAction":[{"@type":"SearchAction","target":"https://www.bewerta.de/?s={search_term_string}","query-input":"required name=search_term_string"}],"inLanguage":"de-DE"},{"@type":"ImageObject","@id":"https://www.bewerta.de/#primaryimage","inLanguage":"de-DE","url":"https://www.bewerta.de/oldtimer/auto-oldtimer-wert-bewertung.jpg"},{"@type":"WebPage","@id":"https://www.bewerta.de/#webpage","url":"https://www.bewerta.de/","name":"Neutrale
Fahrzeugbewertung 2021: Wertermittlung Pkw Motorrad Oldtimer","isPartOf":{"@id":"https://www.bewerta.de/#website"},"primaryImageOfPage":{"@id":"https://www.bewerta.de/#primaryimage"},"datePublished":"2011-09-14T09:45:02+00:00","dateModified":"2021-01-08T14:40:29+00:00","description":"Neutrale
Fahrzeugbewertung: Wertermittlung Motorrad \u2713 Auto \u2713 Wohnwagen & Wohnmobil \u2713 f\u00fcr privaten Fahrzeugverkauf. Kaufvertrag Vorlagen A-Z","inLanguage":"de-DE","potentialAction":[{"@type":"ReadAction","target":["https://www.bewerta.de/"]}]},{"@type":"BreadcrumbList","@id":"https://www.bewerta.de/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"item":{"@type":"WebPage","@id":"https://www.bewerta.de/","url":"https://www.bewerta.de/","name":"Home"}}]}]}</script>
Hi,
Schema gets more and more important. I think sites with some basic Schema like “Organization” or “Person”, “CreativeWork”, “ProfessionalService” rank better.
To make my problem more clear, another example:
https://search.google.com/structured-data/testing-tool?hl=de#url=giveshelter.org
In the Structured Tata Tool, you see the Data/Points WebPage, BreadcrumbList, ProfessionalService – all good.
But for Bewerta
https://search.google.com/structured-data/testing-tool?hl=de#url=www.bewerta.de
In the Structured Tata Tool, you see the Data/Points WebPage, BreadcrumbList, CreativeWork but not ProfessionalService. Somehow its embed in the BreadCrumbList.
My goal is it to make ProfessionalService appear as a single separate Data/Point.
Perhaps its a problem with the schema syntax, or its conflicting with the yoast seo plugin?
It is very strange if you just delete a space or something else from the source code (left side) in the structured data tool and then test the page again ProfessionalService is displayed.
Greetings Elizabeth