Job Description
` for paragraphs, `
` for section headers, `- ` for lists, no CSS classes/inline styles//
, preserve ALL original content word-for-word, no summarizing/rephrasing, if no clear sections just wrap in ``, return ONLY HTML, no markdown fences/explanation/preamble.
2. **Examine the Provided Job Description Text:**
The text is already partially structured with HTML tags like `
`, ``, ``, `- `, ``. But the user wants me to output clean semantic HTML following their rules. I need to interpret the content and reformat it strictly according to the rules, while preserving all content word-for-word.
Let me extract the content from the given text:
- Opening: `
Responsibilities:
` → This is a paragraph with "Responsibilities:" followed by non-breaking spaces. The actual content is the `` below. But the rule says "Preserve ALL original content word-for-word". I need to keep the text as is, but format it into the requested tags. The text includes ` ` which are non-breaking spaces. I should probably keep them as text, but the rules say no inline styles, no `
`. ` ` is an HTML entity, not a tag. I'll need to decide how to handle it. The rules say "Use for introductory paragraphs and general text", "Use
for section headers", "Use - for list items". I think I should convert the structure to the required tags, but keep the text content exactly as is, including ` ` entities. However, the user might expect me to clean up the HTML structure while preserving the textual content. Let me re-read: "Preserve ALL original content word-for-word — do not add, remove, summarise, or rephrase". This means the text inside should be exactly the same, but the tags can change to meet the semantic HTML spec.
Let's list out all the sections and content:
Section 1: Responsibilities
- `
Responsibilities:
` followed by `- Being an ambassador for our brand and offering amazing customer experience.
...
`
Actually, the responsibilities list is already in `- `. The heading is `Responsibilities: ` inside a `
`.
Section 2: Qualifications & Experience
- `
Qualifications & Experience:
` followed by `- Grade 12 (Matric)
`
Section 3: Skills
- `Skills:
` followed by `- ...` many items
`
Section 4: Behaviours
- `Behaviours:
` followed by `- ...` many items
`
Section 5: Preference statement
- `Preference will be given, but not limited to candidates from designated groups in terms of the Employment Equity Act.` This is inside a `` in the original? Actually it's just `...`. The provided text ends with that. I need to include it.
Wait, the user gave me this text as "Job description:" and it's already marked up with some HTML. But the instruction says: "Your ONLY job is to format it as clean semantic HTML." and "Return ONLY the HTML. No markdown fences, no explanation, no preamble." and the rules about using ``, `
`, `- `.
I need to transform the given markup into the specified format. The given text has `
`, ``, ``, `- `, ``. I need to use `
` for section headers, `
` for intro/general text, `
- ` for lists. The section headers are "Responsibilities", "Qualifications & Experience", "Skills", "Behaviours". I should replace `Responsibilities: ` with `
Responsibilities
` or similar. But the rule says "Preserve ALL original content word-for-word". Does that include the section headings' text? Yes. So I should keep "Responsibilities:" exactly, but wrap it in ``. Similarly for others.
Let me parse the original text carefully and reconstruct it according to the rules.
Original text block:
```
Responsibilities:
- Being an ambassador for our brand and offering amazing customer experience.
- Exceed customer expectations by identifying and providing them with the best possible solutions.
- Actively keeping track of sales performance against target.
- Selling a diverse product range and keeping up to date with the latest décor and fashion trends.
- Searching out opportunities for making new sales.
- Assist with replenishing of stock to ensure the store is ready for our customers at all times.
Qualifications & Experience:
- Grade 12 (Matric)
Skills:
- Passionate about people is a must.
- Target driven and experience focused.
- Good verbal/ written communication skills
- The ability to multi-task in a fast-paced environment
- The ability to work independently
- The ability to take initiative
- A high level of attention to detail
- Builds Customer Loyalty
- Customer Service Delivery
- Navigates Customer Challenges
- Negotiation & Selling
Behaviours:
- Adhering to Standards - Ensures quality and compliance in the delivery of their work
- Continual Improvement - Actively seeks opportunities to continually improve processes
- Decision Making - Analyses complex situations to ensure effective and timely choices
- Driving & Perservering
- Meeting Customer Expectations - Consistently delivers exceptional customer service
- Planning & Organising - Uses a structured approach to effectively manage tasks
- Relating & Networking
Preference will be given, but not limited to candidates from designated groups in terms of the Employment Equity Act.
```
Now, I need to output HTML using only ``, `
`, ``, `- `. No ``, no `
`, no inline CSS, no classes.
Strategy:
- For each section heading, use `` containing the heading text exactly as original (e.g., "Responsibilities: ").
- The list items under each heading stay as `- `.
- The qualifications & experience heading: `
Qualifications & Experience:
`
- Skills: `Skills:
`
- Behaviours: `Behaviours:
`
- After the lists, there's the preference line: `Preference will be given, but not limited to candidates from designated groups in terms of the Employment Equity Act.`. I need to include this. The rules say use `` for introductory paragraphs and general text. This line is not a list item. I could wrap it in `
`, but it has ``. The rule says "Preserve ALL original content word-for-word". So I should keep the text exactly, but I can change the tags to `` if it's general text, but the original uses ``. I think I should keep the exact text and tags as per the rules? Wait, the rules say: "Use for introductory paragraphs and general text", "Use
for section headers", "Use - for list items". It doesn't say I can't use other tags, but it says "No CSS classes, no inline styles, no s, no
tags". It doesn't explicitly forbid `` or ``, but the spirit is to use only the specified tags. However, "Preserve ALL original content word-for-word — do not add, remove, summarise, or rephrase" means the text content must be exact, but the tags can be restructured as long as the text is preserved. I could wrap the preference line in `` and keep the text inside as is, maybe keeping `` or replacing with just the text. But "preserve ALL original content word-for-word" might mean I should keep the exact HTML entities and tags? That's ambiguous. Usually in these prompts, "preserve content" means the textual content, not the markup tags, because the task is to reformat the markup. The rules explicitly say "Return ONLY the HTML. No markdown fences, no explanation, no preamble." and specify which tags to use. I think I should output semantic HTML using only the allowed tags, but ensure the text content is exactly the same words. I can replace the outer tags to fit the spec, but keep the inner text identical.
Let me look at the exact instruction: "Rules: - Use for introductory paragraphs and general text - Use
for section headers (e.g. Responsibilities, Qualifications, Requirements, Education, Experience, Skills, How to Apply, Key Duties, About the Role) - Use - for list items (duties, requirements, qualifications, skills) - No CSS classes, no inline styles, no s, no
tags - Preserve ALL original content word-for-word — do not add, remove, summarise, or rephrase - If text has no clear sections, just wrap paragraphs in tags - Return ONLY the HTML. No markdown fences, no explanation, no preamble."
So I must use only `
`, `
`, ``, `- `. No other tags. But the original has `` and ``. I need to decide how to handle those. The rule says "No ... no
tags" but doesn't mention `` or ``. However, the allowed tags list is ``, `
`, `- `. It says "Use
for introductory paragraphs and general text", "Use
for section headers", "Use - for list items". It doesn't say I can't use other tags, but the pattern "No CSS classes, no inline styles, no s, no
tags" suggests I should avoid any tags not listed, or at least those are prohibited. `` and `` might be considered inline styles? No, they're formatting tags. To be safe, I should probably not use `` or ``, and instead just include the text within `` or as plain text within the structure. But the rule "Preserve ALL original content word-for-word" means I must include that exact text. I can wrap it in `
` and not use `` or ``, but then the text is preserved, just the tags change. Is that allowed? The rule says "No ... no
tags" but doesn't explicitly ban `` or ``. However, the list of "Use ... Use
... Use - ..." implies those are the only tags I should use. I'll assume I should only use `
`, `
`, ``, `- `. For the preference line, I'll wrap it in `
` and include the text without `` or ``, but keep the exact words. Or maybe I can keep `` inside ``? The rule says "No ... no inline styles", `` is not inline style, it's a tag. But to strictly follow the implied tag set, I'll use `` and just the text. But "Preserve ALL original content word-for-word" might mean I must keep the `` or ``? I think it means the textual content, not the markup tags, because the whole point is to reformat. I'll output using only ``, `
`, ``, `- `, and for the preference line, I'll put it in a `
` and include the text exactly as is, without the `` and `` tags, since those aren't in the allowed set. If the user really wants those tags preserved, they might have specified, but the rules prioritize the tag usage list.
Let me re-read carefully: "Rules: - Use for introductory paragraphs and general text - Use
for section headers ... - Use - for list items ... - No CSS classes, no inline styles, no s, no
tags - Preserve ALL original content word-for-word ..." It doesn't say "Only use these tags", but the prohibitions and prescriptions suggest a constrained set. I'll output using ``, `
`, ``, `- `. I'll avoid `` and ``. For the preference line, I'll wrap in `
` and just have the text.
Now, construct the HTML:
Start with the Responsibilities section:
`
Responsibilities:
`
``
`- Being an ambassador for our brand and offering amazing customer experience.
`
... etc, all 6 items.
`
`
Then Qualifications & Experience:
`Qualifications & Experience:
`
``
`- Grade 12 (Matric)
`
`
`
Then Skills:
`Skills:
`
``
all 10 items.
`
`
Then Behaviours:
`Behaviours:
`
``
all 7 items.
`
`
Then the preference line: `Preference will be given, but not limited to candidates from designated groups in terms of the Employment Equity Act.
` — but the original has `...`. I'll just put the text in ``. To preserve "word-for-word", the text is the same, just tags differ. I think that's acceptable.
Wait, the original text for the preference is `Preference will be given, but not limited to candidates from designated groups in terms of the Employment Equity Act.`. If I just put `
Preference will be given, but not limited to candidates from designated groups in terms of the Employment Equity Act.
`, the text is preserved word-for-word, the tags change. That should comply.
Let me double-check the original text for any other bits. The very end of the provided job description is that `...`. There's no other text. The provided text starts with `Responsibilities:
` and ends with the preference line. There's no closing `
` or anything missing. I'll include everything.
Now, ensure I don't add any ``, `
`, etc. I'll just use the tags.
Let me write the full HTML output in my mind:
```
Responsibilities:
- Being an ambassador for our brand and offering amazing customer experience.
- Exceed customer expectations by identifying and providing them with the best possible solutions.
- Actively keeping track of sales performance against target.
- Selling a diverse product range and keeping up to date with the latest décor and fashion trends.
- Searching out opportunities for making new sales.
- Assist with replenishing of stock to ensure the store is ready for our customers at all times.
Qualifications & Experience:
- Grade 12 (Matric)
Skills:
- Passionate about people is a must.
- Target driven and experience focused.
- Good verbal/ written communication skills
- The ability to multi-task in a fast-paced environment
- The ability to work independently
- The ability to take initiative
- A
Apply Now ↗
How well do you match?
Get an instant AI match score for this role — free, takes 3 minutes.
Tailor your CV for this role
The concierge rewrites your whole CV and writes a matching cover letter for this job — opens right here, nothing to paste.
Tailor My CV to This Job ✍️
Free cover letter for this job
Upload your CV and get a tailored cover letter in seconds — free, no account needed.
Generate a Cover Letter 📝
My Job Concierge
Let jobs find you
Leave your email and our AI matches you to new jobs across 24 African markets — free. You wait for the call.
Almost there
Add your CV for real matches
Upload your CV and we score every new job against your real experience — only strong matches reach your inbox. Optional, but it makes your matches far sharper.
You're in.
We'll email you the moment a job matches your profile. Check your inbox for a welcome from My Job Concierge.
ECHO
Your MJC Assistant
I'm ECHO, your MJC career assistant. I can help you find jobs, explore career tools, and connect with opportunities across Africa.
, preserve ALL original content word-for-word, no summarizing/rephrasing, if no clear sections just wrap in `
`, return ONLY HTML, no markdown fences/explanation/preamble. 2. **Examine the Provided Job Description Text:** The text is already partially structured with HTML tags like `
`, ``, ` Responsibilities: for introductory paragraphs and general text", "Use Responsibilities: `.
Section 2: Qualifications & Experience
- ` Qualifications & Experience: Skills: Behaviours: ` in the original? Actually it's just `...`. The provided text ends with that. I need to include it.
Wait, the user gave me this text as "Job description:" and it's already marked up with some HTML. But the instruction says: "Your ONLY job is to format it as clean semantic HTML." and "Return ONLY the HTML. No markdown fences, no explanation, no preamble." and the rules about using ` `, ` `, ``, ` ` for intro/general text, ` Responsibilities: Qualifications & Experience: Skills: Behaviours: `, ` ` for introductory paragraphs and general text. This line is not a list item. I could wrap it in ` `, but it has ``. The rule says "Preserve ALL original content word-for-word". So I should keep the text exactly, but I can change the tags to ` ` if it's general text, but the original uses ``. I think I should keep the exact text and tags as per the rules? Wait, the rules say: "Use for introductory paragraphs and general text", "Use ` and keep the text inside as is, maybe keeping `` or replacing with just the text. But "preserve ALL original content word-for-word" might mean I should keep the exact HTML entities and tags? That's ambiguous. Usually in these prompts, "preserve content" means the textual content, not the markup tags, because the task is to reformat the markup. The rules explicitly say "Return ONLY the HTML. No markdown fences, no explanation, no preamble." and specify which tags to use. I think I should output semantic HTML using only the allowed tags, but ensure the text content is exactly the same words. I can replace the outer tags to fit the spec, but keep the inner text identical.
Let me look at the exact instruction: "Rules: - Use for introductory paragraphs and general text - Use tags - Return ONLY the HTML. No markdown fences, no explanation, no preamble."
So I must use only ` `, ` `, ` for introductory paragraphs and general text", "Use ` or as plain text within the structure. But the rule "Preserve ALL original content word-for-word" means I must include that exact text. I can wrap it in ` ` and not use `` or ``, but then the text is preserved, just the tags change. Is that allowed? The rule says "No ... no ... Use `, ` ` and include the text without `` or ``, but keep the exact words. Or maybe I can keep `` inside ` `? The rule says "No ... no inline styles", `` is not inline style, it's a tag. But to strictly follow the implied tag set, I'll use ` ` and just the text. But "Preserve ALL original content word-for-word" might mean I must keep the `` or ``? I think it means the textual content, not the markup tags, because the whole point is to reformat. I'll output using only ` `, ` ` and include the text exactly as is, without the `` and `` tags, since those aren't in the allowed set. If the user really wants those tags preserved, they might have specified, but the rules prioritize the tag usage list.
Let me re-read carefully: "Rules: - Use for introductory paragraphs and general text - Use `, ` ` and just have the text.
Now, construct the HTML:
Start with the Responsibilities section:
` Preference will be given, but not limited to candidates from designated groups in terms of the Employment Equity Act. `. To preserve "word-for-word", the text is the same, just tags differ. I think that's acceptable.
Wait, the original text for the preference is `Preference will be given, but not limited to candidates from designated groups in terms of the Employment Equity Act.`. If I just put ` Preference will be given, but not limited to candidates from designated groups in terms of the Employment Equity Act. Responsibilities: Get an instant AI match score for this role — free, takes 3 minutes. The concierge rewrites your whole CV and writes a matching cover letter for this job — opens right here, nothing to paste. Upload your CV and get a tailored cover letter in seconds — free, no account needed. Leave your email and our AI matches you to new jobs across 24 African markets — free. You wait for the call. Upload your CV and we score every new job against your real experience — only strong matches reach your inbox. Optional, but it makes your matches far sharper. We'll email you the moment a job matches your profile. Check your inbox for a welcome from My Job Concierge. I'm ECHO, your MJC career assistant. I can help you find jobs, explore career tools, and connect with opportunities across Africa.`, `
` below. But the rule says "Preserve ALL original content word-for-word". I need to keep the text as is, but format it into the requested tags. The text includes ` ` which are non-breaking spaces. I should probably keep them as text, but the rules say no inline styles, no `
`. ` ` is an HTML entity, not a tag. I'll need to decide how to handle it. The rules say "Use for section headers", "Use
`
Actually, the responsibilities list is already in `
`
Section 3: Skills
- `
`
Section 4: Behaviours
- `
`
Section 5: Preference statement
- `Preference will be given, but not limited to candidates from designated groups in terms of the Employment Equity Act.` This is inside a ``, `
`, `
` for section headers, `
Responsibilities
` or similar. But the rule says "Preserve ALL original content word-for-word". Does that include the section headings' text? Yes. So I should keep "Responsibilities:" exactly, but wrap it in ``. Similarly for others.
Let me parse the original text carefully and reconstruct it according to the rules.
Original text block:
```
Preference will be given, but not limited to candidates from designated groups in terms of the Employment Equity Act.
```
Now, I need to output HTML using only ``, `
`, `
`, no inline CSS, no classes.
Strategy:
- For each section heading, use `` containing the heading text exactly as original (e.g., "Responsibilities: ").
- The list items under each heading stay as `
Qualifications & Experience:
`
- Skills: `Skills:
`
- Behaviours: `Behaviours:
`
- After the lists, there's the preference line: `Preference will be given, but not limited to candidates from designated groups in terms of the Employment Equity Act.`. I need to include this. The rules say use ` for section headers", "Use
tags". It doesn't explicitly forbid `` or ``, but the spirit is to use only the specified tags. However, "Preserve ALL original content word-for-word — do not add, remove, summarise, or rephrase" means the text content must be exact, but the tags can be restructured as long as the text is preserved. I could wrap the preference line in ` for section headers (e.g. Responsibilities, Qualifications, Requirements, Education, Experience, Skills, How to Apply, Key Duties, About the Role) - Use
tags - Preserve ALL original content word-for-word — do not add, remove, summarise, or rephrase - If text has no clear sections, just wrap paragraphs in `, `
`, `
tags" but doesn't mention `` or ``. However, the allowed tags list is ``, `
for section headers", "Use
tags" suggests I should avoid any tags not listed, or at least those are prohibited. `` and `` might be considered inline styles? No, they're formatting tags. To be safe, I should probably not use `` or ``, and instead just include the text within `
tags" but doesn't explicitly ban `` or ``. However, the list of "Use ... Use
`, `
`, `
`, `
`, `
for section headers ... - Use
tags - Preserve ALL original content word-for-word ..." It doesn't say "Only use these tags", but the prohibitions and prescriptions suggest a constrained set. I'll output using ``, `
`, `
` or anything missing. I'll include everything.
Now, ensure I don't add any `Responsibilities:
`
``
`
`
Then Qualifications & Experience:
`Qualifications & Experience:
`
``
`
`
Then Skills:
`Skills:
`
``
all 10 items.
`
`
Then Behaviours:
`Behaviours:
`
``
all 7 items.
`
`
Then the preference line: `
`, etc. I'll just use the tags.
Let me write the full HTML output in my mind:
```
Responsibilities:
Qualifications & Experience:
Skills:
How well do you match?
Tailor your CV for this role
Free cover letter for this job
Let jobs find you
Add your CV for real matches
You're in.