@yisrael-wix Based on this URL [https://www.recruithero.com.my/jobs/Java-Programmer-Job-Bukit-Jalil-Kuala-Lumpur-Federal-Territory-of-Kuala-Lumpur-Malaysia-14905](https://www.recruithero.com.my/jobs/Java-Programmer-Job-Bukit-Jalil-Kuala-Lumpur-Federal-Territory-of-Kuala-Lumpur-Malaysia-14905
Below)
[T](https://www.recruithero.com.my/jobs/Java-Programmer-Job-Bukit-Jalil-Kuala-Lumpur-Federal-Territory-of-Kuala-Lumpur-Malaysia-14905
Below) his code works. No tag in description property. URL above is using this code.
wixSeo.setStructuredData([
{
"@context": "https://schema.org/",
"@type": "JobPosting",
"title": "Java Programmer",
"description": "<h1>Java Programmer</h1><p>Recruit Hero (www.recruithero.com.my) helps talents to connect with best companies and jobs in Malaysia. Recruit Hero's intelligent job matching enables everyone to land better jobs without having to waste time searching & applying for jobs. Visit Recruit Hero (www.recruithero.com.my) to learn more.</p><h2>Java Programmer Job Descriptions</h2><p>Roles:<br /><br />Analyze and designs the system requirementsCapable in creating designs or functional specifications and test plan documents for developmentAdept in developing or implementing new application enhancementsCapable in communicating with the Project Client and Onshore counterparts regarding programming needs and technical deliverablesCollaborate in delivery lifecycle where analysis, design, build, deployment, test, release and supportEnsure all codes produced fulfil the objectives and expected qualityExecute critical tasks necessary for any projectDeliver turnarounds which adhere to the development guidelines and standards of an organizationComplete tasks in a timely manner3rd Party API Integration - Implement 3rd party API to current Backend platformJava development to support backend functions and APIJava web frontend and backend maintenance and support<br />Requirements:<br />Diploma, Bachelor's Degree or Post Graduate Diploma or Professional Degree in Computer Scienceor Software Engineering or equivalent2 years of experience in Java EE application developmentSkillful in the following subjects: Java and SQL programming; any Java EE specification, components or framework;Required Skill(s): Java, JavaScript, HTML, css, MySQL, API, Rest, backend, frontendProficient in developing front-end web programming languages such as HTML, HTML5, Javascript, Wordpress, CSS.Proficient in front-end technologies and integration.Commendable communication skillsProficient in at least English (Mandarin proficiency is a huge added advantage as the company is dealing with HK and China clients)Great team playerMalaysian citizen</p><h2>Java Programmer Skills</h2><p>JavaScript, Mandarin, Java, Java EE, Frontend, Backend, RESTful API, Wordpress</p><h2>Java Programmer Salary</h2><p>Average salary for Java Programmer ranges from RM 4,900 to RM 9,100 per month</p>",
"datePosted": "2020-10-30",
"hiringOrganization": {
"@type": "Organization",
"name": "Recruit Hero",
"sameAs": "http://www.recruithero.com.my",
"logo": "https://static.wixstatic.com/media/f27e6b_11882f1cb12849c9bc7804a56f0570c5~mv2.png"
},
"jobLocation": {
"@type": "Place",
"address": {
"@type": "PostalAddress",
"addressLocality": "Bukit Jalil, Kuala Lumpur, Federal Territory of Kuala Lumpur, Malaysia"
}
}
}
]);
Below code breaks. The only difference is I added
<a href=\"https://www.recruithero.com.my/\">www.recruithero.com.my</a>
in property description. JSON ID appears invalid as in page HTML.
wixSeo.setStructuredData([
{
"@context": "https://schema.org/",
"@type": "JobPosting",
"title": "Java Programmer",
"description": "<h1>Java Programmer</h1><p>Recruit Hero (<a href=\"https://www.recruithero.com.my/\">www.recruithero.com.my</a>) helps talents to connect with best companies and jobs in Malaysia. Recruit Hero's intelligent job matching enables everyone to land better jobs without having to waste time searching & applying for jobs. Visit Recruit Hero (www.recruithero.com.my) to learn more.</p><h2>Java Programmer Job Descriptions</h2><p>Roles:<br /><br />Analyze and designs the system requirementsCapable in creating designs or functional specifications and test plan documents for developmentAdept in developing or implementing new application enhancementsCapable in communicating with the Project Client and Onshore counterparts regarding programming needs and technical deliverablesCollaborate in delivery lifecycle where analysis, design, build, deployment, test, release and supportEnsure all codes produced fulfil the objectives and expected qualityExecute critical tasks necessary for any projectDeliver turnarounds which adhere to the development guidelines and standards of an organizationComplete tasks in a timely manner3rd Party API Integration - Implement 3rd party API to current Backend platformJava development to support backend functions and APIJava web frontend and backend maintenance and support<br />Requirements:<br />Diploma, Bachelor's Degree or Post Graduate Diploma or Professional Degree in Computer Scienceor Software Engineering or equivalent2 years of experience in Java EE application developmentSkillful in the following subjects: Java and SQL programming; any Java EE specification, components or framework;Required Skill(s): Java, JavaScript, HTML, css, MySQL, API, Rest, backend, frontendProficient in developing front-end web programming languages such as HTML, HTML5, Javascript, Wordpress, CSS.Proficient in front-end technologies and integration.Commendable communication skillsProficient in at least English (Mandarin proficiency is a huge added advantage as the company is dealing with HK and China clients)Great team playerMalaysian citizen</p><h2>Java Programmer Skills</h2><p>JavaScript, Mandarin, Java, Java EE, Frontend, Backend, RESTful API, Wordpress</p><h2>Java Programmer Salary</h2><p>Average salary for Java Programmer ranges from RM 4,900 to RM 9,100 per month</p>",
"datePosted": "2020-10-30",
"hiringOrganization": {
"@type": "Organization",
"name": "Recruit Hero",
"sameAs": "http://www.recruithero.com.my",
"logo": "https://static.wixstatic.com/media/f27e6b_11882f1cb12849c9bc7804a56f0570c5~mv2.png"
},
"jobLocation": {
"@type": "Place",
"address": {
"@type": "PostalAddress",
"addressLocality": "Bukit Jalil, Kuala Lumpur, Federal Territory of Kuala Lumpur, Malaysia"
}
}
}
]);