Schema ProfessionalService
-
Hi,
i use the Yoast Seo Premium plugin Version 15.5.
I’ve added manually a little extra Schema ld+json to the header.php to get
in the Google Structured Data Test Tool on the right “ProfessionalService”
https://search.google.com/structured-data/testing-tool?bewerta.de#url=bewerta.deBut it doesn’t show up “ProfessionalService” on the right side in the Structured Date Tool. Instead in a single position (under Detected), it is included in the BreadcrumbList.
I would like to have “ProfessionalService” detected as “ProfessionalService” and not under the BreadcrumbList included. Syntax should be correct or i missing something?
Thats are the ld+json schema in the wordpress <head></head>
Thank yout for the help.
Greetings Elizabeth
<script type="application/ld+json">{ "@context": "https://schema.org", "@type": "ProfessionalService", "name": "Marcus Andreas Monsieur Kfz-Marktbeobachtung", "image": "https://www.bewerta.de/bewerta-fahrzeugbewertung-monsieur.png", "@id": "", "url": "https://www.bewerta.de/", "telephone": "01771695593", "address": { "@type": "PostalAddress", "streetAddress": "Oberstrasse. 3", "addressLocality": "Krefeld", "postalCode": "47829", "addressCountry": "DE" }, "geo": { "@type": "GeoCoordinates", "latitude": 51.353483, "longitude": 6.649856 }, "openingHoursSpecification": { "@type": "OpeningHoursSpecification", "dayOfWeek": [ "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday" ], "opens": "09:00", "closes": "17:00" } } </script>
<script type='application/ld+json'> { "@context": "https://schema.org", "@graph": [{ "@type": "Organization", "@id": "https://www.bewerta.de/#organization", "name": "Marcus Andreas Monsieur Kfz-Marktbeobachtung", "url": "https://www.bewerta.de/", "sameAs": ["https://www.facebook.com/bewerta/", "https://www.instagram.com/bewerta/", "https://www.linkedin.com/company/bewerta/", "https://www.pinterest.com/bewerta/"], "logo": { "@type": "ImageObject", "@id": "https://www.bewerta.de/#logo", "url": "https://www.bewerta.de/bewerta-fahrzeugbewertung-monsieur.png", "width": 250, "height": 250, "caption": "Marcus Andreas Monsieur Kfz-Marktbeobachtung" }, "image": { "@id": "https://www.bewerta.de/#logo" } }, { "@type": "WebSite", "@id": "https://www.bewerta.de/#website", "url": "https://www.bewerta.de/", "name": "Bewerta Marcus Andreas Monsieur", "publisher": { "@id": "https://www.bewerta.de/#organization" } }] } </script>
This is from the yoast seo plugin:
<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>
The page I need help with: [log in to see the link]
- The topic ‘Schema ProfessionalService’ is closed to new replies.