• Hi Guys,

    i add schmema “ProfessionalService” to the website head. But if i check
    it with the google structured data tool: https://search.google.com/structured-data/testing-tool?hl=de#url=https%3A%2F%2Fwww.bewerta.de

    Its not listed as separat Data/Point. Instead it is nested in the BreadcrumbList Data/Point. How can i make ProfessionalService appear as a separat Data/Point?

    Or is something wrong with the syntax?

    Lg Elizabeth

    
    <script type="application/ld+json">{
     "@context": "https://schema.org",
    "@type": "ProfessionalService",
     "name": "Marcus Andreas Monsieur Kfz-Marktbeobachtung",
     "image": "https://www.bewerta.de/wp-content/uploads/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>
    

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • 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 ?

    Thread Starter elizabethsweeny

    (@elizabethsweeny)

    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>
    
    Thread Starter elizabethsweeny

    (@elizabethsweeny)

    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

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Schema Professional Service’ is closed to new replies.