Fields to create xml feed file
-
Greetings to all,
I ask your help, since I’m not good at programming and I do not know what the variables are to create an xml file to be able to index the vacancies posted to job seekers, the search engines ask me to create a file to be able to track the publications. I leave an example of the format and the information of the variables that this must have as are the url of the vacancy, title, description. Beforehand thank you very much. I have read a lot in this forum and I see that they are very active agradesco that thanks to you and learned much.
Fields to create xml feed file
<?xml version=”1.0″ encoding=”utf-8″?>
<trovit><ad>
<id><![CDATA[…]]></id>
<title><![CDATA[…]]></title>
<url><![CDATA[…]]></url>
<description><![CDATA[…]]></description>
<category><![CDATA[…]]></category>
<company><![CDATA[…]]></company><address><![CDATA[…]]></address>
<postcode><![CDATA[…]]></postcode>
<logo>
<logo>
<logo_url><![CDATA[…]]></logo_url>
<logo_title><![CDATA[…]]></logo_title>
</logo>
</logo>
<date><![CDATA[…]]></date>
<contact_email><![CDATA[…]]></contact_email>
The topic ‘Fields to create xml feed file’ is closed to new replies.