-  15 Oct 2019, 15:01
					 #4527
						        
										
										
					
					
							### Error 1
datePosted
09-26-19 (10:42 AM) (The value 09-26-19 (10:42 AM) is not recognized as the date/time. => https://en.wikipedia.org/wiki/ISO_8601 )
Can anybody help?
### Error 2
An inserted image is inserted with the following code:
<img alt="" src="" />
The " are regarded as errors in the ld-json. I could of course make the changes manually in the source code. But this is not a solution for the customer.
Can the <description> be masked so that it works?
					
										
					  															  					                datePosted
09-26-19 (10:42 AM) (The value 09-26-19 (10:42 AM) is not recognized as the date/time. => https://en.wikipedia.org/wiki/ISO_8601 )
Can anybody help?
### Error 2
An inserted image is inserted with the following code:
<img alt="" src="" />
The " are regarded as errors in the ld-json. I could of course make the changes manually in the source code. But this is not a solution for the customer.
Can the <description> be masked so that it works?
Code: Select all
<script type="application/ld+json">
{
  "@context": "https://schema.org/",
  "@type": "JobPosting",
  "title": "",
  "description": "",
  "hiringOrganization" : {
    "@type": "Organization",
    "name": ""
  },
  "datePosted": "",
  "validThrough": "",
  "jobLocation": {
    "@type": "Place",
    "address": {
      "@type": "PostalAddress",
      "streetAddress": "",
      "addressLocality": "",
      "postalCode": "",
      "addressCountry": ""
    }
  }
}
</script>


 - By kathleentrout
 - By kathleentrout