If you want to include all your jobs into Check4Jobs, you need to create a simple XML file. This is the best the most efficient way to get all your jobs listed in our search engine.
An XML file is a text file containing a data list, structured and formated in a certain way. When creating an XML file containng the list of your jobs, you should make sure that all information are wrapped in the proper <tags>.
If you need any help with creating XML files, please do not hesitate to contact our excellent, UK-based technical support that will help you to get through all technical problems.
Please find below an example of a valid xml feed we can accept:
<?xml version="1.0" encoding="ISO-8859-1"?>
<jobs>
<job>
<title><![CDATA[Job Title]]></title>
<date><![CDATA[Expiry Date]]></date>
<jobRef><![CDATA[Job Reference]]></jobRef>
<link><![CDATA[http://www.samplelink.co.uk/job12345]]></link>
<description><![CDATA[Job Description Goes Here]]></description>
<type><![CDATA[Job Type]]></type>
<location><![CDATA[Job Location]]></location>
<country><![CDATA[Country]]></country>
<salary><![CDATA[Salary]]></salary>
<company><![CDATA[Company Name]]></company>
</job>
</jobs>
Ideally, all fields (title, jobRef, jobSalary, etc.) should be filled in, however only thre fields are obligatory and cannot be left empty: title, description, link. |
|