sandsonne
Neues Mitglied
Liebe Leserin, lieber Leser,
ich habe 2 Fragen. Hoffentlich kann ich mich verständlich ausdrücken... vorab schon einmal vielen Dank für Ihr Interesse und Mühe:
1.Ich beschäftige mich gerade damit, meine Stellenangebots-Dateien (HTML) via strukturierte Daten für Google zu optimieren. Dazu lese ich HIER (Developers / create-job-postings).
Dort habe ich auch folgendes Muster Script gefunden:
<script type="application/ld+json"> {
"@context" : "https://schema.org/",
"@type" : "JobPosting",
"title" : "Software Engineer",
"description" : "<p>Google aspires to be an organization that reflects the globally diverse audience that our products and technology serve. We believe that in addition to hiring the best talent, a diversity of perspectives, ideas and cultures leads to the creation of better products and services.</p>",
"identifier": {
"@type": "PropertyValue",
"name": "MagsRUs Wheel Company",
"value": "1234567"
},
"datePosted" : "2017-01-18",
"validThrough" : "2017-03-18T00:00",
"employmentType" : "CONTRACTOR",
"hiringOrganization" : {
"@type" : "Organization",
"name" : "Google",
"sameAs" : "http://www.google.com",
"logo" : "http://www.example.com/images/logo.png"
},
"jobLocation": {
"@type": "Place",
"address": {
"@type": "PostalAddress",
"streetAddress": "1600 Amphitheatre Pkwy",
"addressLocality": ", Mountain View",
"addressRegion": "CA",
"postalCode": "94043",
"addressCountry": "US"
}
},
"baseSalary": {
"@type": "MonetaryAmount",
"currency": "USD",
"value": {
"@type": "QuantitativeValue",
"value": 40.00,
"unitText": "HOUR"
}
}
}
</script>
Mir ist nicht klar an welcher Stelle ich dieses Script in mein HTML einfügen muss.
2.
Weiterhin heißt es:
Bedeutet das vorgenannte Script, dass ich den HTML Code meines Stellenangebotes (siehe untenstehend) vollständig unter "description" : zwischen "<p> ...</p>"einfügen muss? Das habe ich probiert, funktioniert aber nicht. Dann ist 1. die Formatierung weg und 2. im unteren Seitenberich erscheinen sichtbar'identifier ' etc.
Hier eines meiner Stellenangebote.
ich habe 2 Fragen. Hoffentlich kann ich mich verständlich ausdrücken... vorab schon einmal vielen Dank für Ihr Interesse und Mühe:
1.Ich beschäftige mich gerade damit, meine Stellenangebots-Dateien (HTML) via strukturierte Daten für Google zu optimieren. Dazu lese ich HIER (Developers / create-job-postings).
Dort habe ich auch folgendes Muster Script gefunden:
<script type="application/ld+json"> {
"@context" : "https://schema.org/",
"@type" : "JobPosting",
"title" : "Software Engineer",
"description" : "<p>Google aspires to be an organization that reflects the globally diverse audience that our products and technology serve. We believe that in addition to hiring the best talent, a diversity of perspectives, ideas and cultures leads to the creation of better products and services.</p>",
"identifier": {
"@type": "PropertyValue",
"name": "MagsRUs Wheel Company",
"value": "1234567"
},
"datePosted" : "2017-01-18",
"validThrough" : "2017-03-18T00:00",
"employmentType" : "CONTRACTOR",
"hiringOrganization" : {
"@type" : "Organization",
"name" : "Google",
"sameAs" : "http://www.google.com",
"logo" : "http://www.example.com/images/logo.png"
},
"jobLocation": {
"@type": "Place",
"address": {
"@type": "PostalAddress",
"streetAddress": "1600 Amphitheatre Pkwy",
"addressLocality": ", Mountain View",
"addressRegion": "CA",
"postalCode": "94043",
"addressCountry": "US"
}
},
"baseSalary": {
"@type": "MonetaryAmount",
"currency": "USD",
"value": {
"@type": "QuantitativeValue",
"value": 40.00,
"unitText": "HOUR"
}
}
}
</script>
Mir ist nicht klar an welcher Stelle ich dieses Script in mein HTML einfügen muss.
2.
Weiterhin heißt es:
description | Unter description sollte der Job vollständig beschrieben werden, einschließlich Aufgaben, Qualifikationen, Kompetenzen, Arbeitszeiten sowie Anforderungen in Bezug auf Ausbildung und Berufserfahrung. Das Feld description darf nicht mit title identisch sein. |
Bedeutet das vorgenannte Script, dass ich den HTML Code meines Stellenangebotes (siehe untenstehend) vollständig unter "description" : zwischen "<p> ...</p>"einfügen muss? Das habe ich probiert, funktioniert aber nicht. Dann ist 1. die Formatierung weg und 2. im unteren Seitenberich erscheinen sichtbar'identifier ' etc.
Hier eines meiner Stellenangebote.